diff options
-rw-r--r-- | roles/openqa/dispatcher/templates/schedule.conf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openqa/dispatcher/templates/schedule.conf.j2 b/roles/openqa/dispatcher/templates/schedule.conf.j2 index 64b5c4bb7..07d8fdbd7 100644 --- a/roles/openqa/dispatcher/templates/schedule.conf.j2 +++ b/roles/openqa/dispatcher/templates/schedule.conf.j2 @@ -2,12 +2,14 @@ {% 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 +prod_oqa_hostname: localhost prod_oqa_baseurl: https://{{ external_hostname|default(ansible_nodename) }} prod_wiki_hostname: fedoraproject.org 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 stg_oqa_baseurl: https://{{ external_hostname|default(ansible_nodename) }} |