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
[instance-runner-import]
filename = instance-runner-import.cfg.in
md5sum = 7a879739afe55320ee96409bcc8a52ab
md5sum = f9075dab9469c69506b24e642682938c
[template-runner-export-script]
filename = template/runner-export.sh.jinja2
......@@ -34,7 +34,7 @@ md5sum = 231f9b74862f8991f54326511e76f5ec
[instance-runner-export]
filename = instance-runner-export.cfg.in
md5sum = 1a812a06cc02bb11636009f4ec043d54
md5sum = 2abcebc7e4610566502eca45e28c2992
[template-resilient]
filename = instance-resilient.cfg.jinja2
......
......@@ -7,6 +7,8 @@ parts +=
nginx-launcher
certificate-authority
ca-nginx
certificate-authority-service
ca-nginx-service
logrotate-entry-nginx
gunicorn-launcher
gunicorn-graceful
......@@ -19,10 +21,12 @@ parts +=
runner-sshd-graceful
runner-sshd-promise
runner-sshkeys-authority
runner-sshkeys-authority-service
runner-sshkeys-sshd
runtestsuite
symlinks
shellinabox
shellinabox-service
slapos-cfg
cron-entry-prepare-software
deploy-instance-parameters
......
......@@ -7,6 +7,8 @@ parts +=
nginx-launcher
certificate-authority
ca-nginx
certificate-authority-service
ca-nginx-service
gunicorn-launcher
gunicorn-graceful
slaprunner-promise
......@@ -15,9 +17,11 @@ parts +=
runner-sshd-graceful
runner-sshd-promise
runner-sshkeys-authority
runner-sshkeys-authority-service
runner-sshkeys-sshd
runtestsuite
shellinabox
shellinabox-service
symlinks
slapos-cfg
cron-entry-prepare-software
......@@ -183,5 +187,5 @@ instance-configuration =
configuration-file-path = ${buildout:directory}/knowledge0.cfg
[monitor-conf-parameters]
private-path-list +=
private-path-list +=
${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