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,2 @@
openqa_workers: 4
openqa_hostname: {{ groups['openqa-stg'][0] }}