diff options
Diffstat (limited to 'roles/openqa/dispatcher/templates/schedule.conf.j2')
| -rw-r--r-- | roles/openqa/dispatcher/templates/schedule.conf.j2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/openqa/dispatcher/templates/schedule.conf.j2 b/roles/openqa/dispatcher/templates/schedule.conf.j2 index 07d8fdbd7..92e13f9e4 100644 --- a/roles/openqa/dispatcher/templates/schedule.conf.j2 +++ b/roles/openqa/dispatcher/templates/schedule.conf.j2 @@ -2,6 +2,7 @@ {% if deployment_type is defined and deployment_type == 'prod' %} resultsdb_url: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v2.0/ wiki_hostname: fedoraproject.org +[consumers] prod_oqa_hostname: localhost prod_oqa_baseurl: https://{{ external_hostname|default(ansible_nodename) }} prod_wiki_hostname: fedoraproject.org @@ -9,9 +10,10 @@ prod_wiki_report: true prod_rdb_url: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v2.0/ prod_rdb_report: true {% elif deployment_type is defined and deployment_type == 'stg' %} -stg_oqa_hostname: localhost resultsdb_url: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v2.0/ wiki_hostname: stg.fedoraproject.org +[consumers] +stg_oqa_hostname: localhost stg_oqa_baseurl: https://{{ external_hostname|default(ansible_nodename) }} stg_wiki_hostname: stg.fedoraproject.org stg_wiki_report: true |
