Commit 4f3843d9 authored by Guillaume Hervier's avatar Guillaume Hervier Committed by Nicolas Wavrant

software/slaprunner: Fix resiliency instances buildout

This should fix resiliency tests

/reviewed-on nexedi/slapos!439
parent b3ef9ead
...@@ -26,7 +26,7 @@ md5sum = ed2e08c07a6727b2012f15da67c0705d ...@@ -26,7 +26,7 @@ md5sum = ed2e08c07a6727b2012f15da67c0705d
[instance-runner-import] [instance-runner-import]
filename = instance-runner-import.cfg.in filename = instance-runner-import.cfg.in
md5sum = 7a879739afe55320ee96409bcc8a52ab md5sum = f9075dab9469c69506b24e642682938c
[template-runner-export-script] [template-runner-export-script]
filename = template/runner-export.sh.jinja2 filename = template/runner-export.sh.jinja2
...@@ -34,7 +34,7 @@ md5sum = 231f9b74862f8991f54326511e76f5ec ...@@ -34,7 +34,7 @@ md5sum = 231f9b74862f8991f54326511e76f5ec
[instance-runner-export] [instance-runner-export]
filename = instance-runner-export.cfg.in filename = instance-runner-export.cfg.in
md5sum = 1a812a06cc02bb11636009f4ec043d54 md5sum = 2abcebc7e4610566502eca45e28c2992
[template-resilient] [template-resilient]
filename = instance-resilient.cfg.jinja2 filename = instance-resilient.cfg.jinja2
......
...@@ -7,6 +7,8 @@ parts += ...@@ -7,6 +7,8 @@ parts +=
nginx-launcher nginx-launcher
certificate-authority certificate-authority
ca-nginx ca-nginx
certificate-authority-service
ca-nginx-service
logrotate-entry-nginx logrotate-entry-nginx
gunicorn-launcher gunicorn-launcher
gunicorn-graceful gunicorn-graceful
...@@ -19,10 +21,12 @@ parts += ...@@ -19,10 +21,12 @@ parts +=
runner-sshd-graceful runner-sshd-graceful
runner-sshd-promise runner-sshd-promise
runner-sshkeys-authority runner-sshkeys-authority
runner-sshkeys-authority-service
runner-sshkeys-sshd runner-sshkeys-sshd
runtestsuite runtestsuite
symlinks symlinks
shellinabox shellinabox
shellinabox-service
slapos-cfg slapos-cfg
cron-entry-prepare-software cron-entry-prepare-software
deploy-instance-parameters deploy-instance-parameters
......
...@@ -7,6 +7,8 @@ parts += ...@@ -7,6 +7,8 @@ parts +=
nginx-launcher nginx-launcher
certificate-authority certificate-authority
ca-nginx ca-nginx
certificate-authority-service
ca-nginx-service
gunicorn-launcher gunicorn-launcher
gunicorn-graceful gunicorn-graceful
slaprunner-promise slaprunner-promise
...@@ -15,9 +17,11 @@ parts += ...@@ -15,9 +17,11 @@ parts +=
runner-sshd-graceful runner-sshd-graceful
runner-sshd-promise runner-sshd-promise
runner-sshkeys-authority runner-sshkeys-authority
runner-sshkeys-authority-service
runner-sshkeys-sshd runner-sshkeys-sshd
runtestsuite runtestsuite
shellinabox shellinabox
shellinabox-service
symlinks symlinks
slapos-cfg slapos-cfg
cron-entry-prepare-software cron-entry-prepare-software
...@@ -183,5 +187,5 @@ instance-configuration = ...@@ -183,5 +187,5 @@ instance-configuration =
configuration-file-path = ${buildout:directory}/knowledge0.cfg configuration-file-path = ${buildout:directory}/knowledge0.cfg
[monitor-conf-parameters] [monitor-conf-parameters]
private-path-list += private-path-list +=
${directory:logrotate-backup} ${directory:logrotate-backup}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment