From 7dd87e5a12a264447d36a528de4c942e5743fae0 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 14 Feb 2017 23:30:09 -0800 Subject: openqa/dispatcher: fix schedule.conf again gah, section names. --- roles/openqa/dispatcher/templates/schedule.conf.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit