|
@@ -1022,6 +1022,7 @@ class Release extends Command
|
|
->addEnv_file($module . "." . $host_env_file)
|
|
->addEnv_file($module . "." . $host_env_file)
|
|
->addVolumes("./kea/conf/kea-ctrl-agent.conf", "/usr/local/etc/kea/kea-ctrl-agent.conf")
|
|
->addVolumes("./kea/conf/kea-ctrl-agent.conf", "/usr/local/etc/kea/kea-ctrl-agent.conf")
|
|
->addVolumes("./kea/conf/kea-dhcp4.conf", "/usr/local/etc/kea/kea-dhcp4.conf")
|
|
->addVolumes("./kea/conf/kea-dhcp4.conf", "/usr/local/etc/kea/kea-dhcp4.conf")
|
|
|
|
+ ->addVolumes("/kea/supervisord", "/etc/supervisord")
|
|
;
|
|
;
|
|
$this->writeVariablesEnviroment($module . "." . $host_env_file, $module,
|
|
$this->writeVariablesEnviroment($module . "." . $host_env_file, $module,
|
|
array(
|
|
array(
|