Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ophélie Gagnard
slapos
Commits
4f3843d9
Commit
4f3843d9
authored
Nov 12, 2018
by
Guillaume Hervier
Committed by
Nicolas Wavrant
Nov 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/slaprunner: Fix resiliency instances buildout
This should fix resiliency tests /reviewed-on
nexedi/slapos!439
parent
b3ef9ead
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
software/slaprunner/buildout.hash.cfg
software/slaprunner/buildout.hash.cfg
+2
-2
software/slaprunner/instance-runner-export.cfg.in
software/slaprunner/instance-runner-export.cfg.in
+4
-0
software/slaprunner/instance-runner-import.cfg.in
software/slaprunner/instance-runner-import.cfg.in
+5
-1
No files found.
software/slaprunner/buildout.hash.cfg
View file @
4f3843d9
...
@@ -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
...
...
software/slaprunner/instance-runner-export.cfg.in
View file @
4f3843d9
...
@@ -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
...
...
software/slaprunner/instance-runner-import.cfg.in
View file @
4f3843d9
...
@@ -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}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment