Commit graph

5 commits

Author SHA1 Message Date
Adam Williamson
87ba685b13 openqa: drop always_run from git actions
it causes problems (prevents updated code being installed) and
is not necessary (git module supports check).
2016-01-04 16:51:22 -08:00
Kevin Fenzi
1ba59acc08 Add some more always_run to tasks that register variables. 2015-12-15 19:03:37 +00:00
Adam Williamson
1e0ef2bc88 openqa: check out tools to a different place in dispatcher
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.
2015-11-24 09:27:40 -08:00
Adam Williamson
88eeff60af openqa: we want openqa_hostname as a role *default* variable
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.
2015-11-18 19:13:30 -08:00
Adam Williamson
2b098b34bd 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.
2015-11-13 09:49:00 -08:00