summaryrefslogtreecommitdiffstats
path: root/roles/openqa/dispatcher
Commit message (Collapse)AuthorAgeFilesLines
...
* openqa: drop always_run from git actionsAdam Williamson2016-01-041-2/+0
| | | | | it causes problems (prevents updated code being installed) and is not necessary (git module supports check).
* Add some more always_run to tasks that register variables.Kevin Fenzi2015-12-151-0/+4
|
* openqa: check out tools to a different place in dispatcherAdam Williamson2015-11-241-2/+4
| | | | | | | | | Both 'server' and 'dispatcher' roles need to check out openqa_ fedora_tools, but only 'dispatcher' needs to install it. To avoid having to register a variable in 'server' too and have the install task check if either variable |changed, just have two separate checkouts, so the dispatcher checkout will always have 'changed' when appropriate.
* openqa: we want openqa_hostname as a role *default* variableAdam Williamson2015-11-181-0/+0
| | | | | | | it seems variables in vars/main.yml are 'role variables' with a high precedence, while variables in defaults/main.yml are 'role default variables' with a low precedence. This could be made a hell of a lot clearer in the docs.
* set up for openQA deploymentAdam Williamson2015-11-135-0/+115
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.