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:
Adam Williamson 2015-11-13 09:49:00 -08:00
parent 5359b5b363
commit 2b098b34bd
23 changed files with 454 additions and 61 deletions

View 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