set up for openQA deployment
This adds openQA server, worker and dispatcher roles, and applies them to the appropriate hosts. A few secret vars are required. See trac #4958 for discussion.
This commit is contained in:
parent
5359b5b363
commit
2b098b34bd
23 changed files with 454 additions and 61 deletions
11
roles/openqa/worker/templates/var-lib-openqa-share.mount.j2
Normal file
11
roles/openqa/worker/templates/var-lib-openqa-share.mount.j2
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=openQA shared assets
|
||||
ConditionPathExists=/var/lib/openqa/share
|
||||
|
||||
[Mount]
|
||||
What={{ openqa_hostname }}:/var/lib/openqa/share
|
||||
Where=/var/lib/openqa/share
|
||||
Type=nfs
|
||||
|
||||
[Install]
|
||||
WantedBy = remote-fs.target
|
Loading…
Add table
Add a link
Reference in a new issue