summaryrefslogtreecommitdiffstats
path: root/roles/openqa/dispatcher/templates
Commit message (Collapse)AuthorAgeFilesLines
* openqa/dispatcher: more config fixingAdam Williamson2017-02-151-0/+2
| | | | goddamnit, adam, why'd you make so many options.
* openqa/dispatcher: fix schedule.conf againAdam Williamson2017-02-141-1/+3
| | | | gah, section names.
* openqa/dispatcher: use 'localhost' as oqa hostname in infraAdam Williamson2017-02-141-0/+2
|
* openqa/dispatcher: tweak template logic a bitAdam Williamson2017-02-141-2/+4
|
* openqa: update roles for openqa_fedora_tools repo splitAdam Williamson2017-02-142-12/+17
| | | | | We split fedora_openqa and createhdds out into their own repos, this should adapt to the change (I hope).
* openqa/dispatcher: correct config for resultsdb reportsAdam Williamson2017-02-101-1/+6
| | | | | | | This is a bit sloppy and infra-specific ATM, but does the job. I have a PR in for openqa_fedora_tools which changes the report behaviour a bit, once that lands I'll clean this up somewhat using variables.
* openqa/dispatcher: correct openQA URL for resultsdb linksAdam Williamson2017-02-061-1/+3
|
* openqa/dispatcher: enable ResultsDB reporterAdam Williamson2017-02-021-0/+1
|
* openqa/dispatcher: update schedule.conf for scheduler changesAdam Williamson2016-08-091-2/+3
| | | | | | | since resultsdb submission was added to the scheduler, we must disable it here for now (as we don't want to use it yet), and also update the name of the config directive that controls wiki result submission.
* openqa/dispatcher: stupid typo template fixAdam Williamson2016-03-301-1/+1
|
* openqa: u-t not needed, more generic compatibilityAdam Williamson2016-03-301-3/+5
| | | | | | | | | | | | necessary updates for openqa roles have gone stable for now, so disable updates-testing usage (keep the plays around commented, though, since we'll likely need them again in future). Also, a bit more attempted support for non-infra use: make the monkey patching of the repo URLs in the test templates only happen if deployment_type is defined, actually respect the openqa_consumer var (don't enable the job scheduling consumer unless it's truey) and only enable any wiki reporting consumer if deployment_type is defined.
* hmm, jinja indents with nested ifs seem weird. try this?Adam Williamson2016-03-211-3/+3
|
* openqa_dispatcher: enable fedmsg-based result wiki reportingAdam Williamson2016-03-211-0/+10
| | | | | ...by extending the fedmsg consumer config file. Requires the latest openqa_fedora_tools to work.
* set up for openQA deploymentAdam Williamson2015-11-133-0/+10
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.