From 2b041d9cfd9b0c6da6abc2fcc7a657982e332c98 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 15 Feb 2017 08:20:28 -0800 Subject: [PATCH] openqa/dispatcher: more config fixing goddamnit, adam, why'd you make so many options. --- roles/openqa/dispatcher/templates/schedule.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/openqa/dispatcher/templates/schedule.conf.j2 b/roles/openqa/dispatcher/templates/schedule.conf.j2 index 92e13f9e41..f599284ff0 100644 --- a/roles/openqa/dispatcher/templates/schedule.conf.j2 +++ b/roles/openqa/dispatcher/templates/schedule.conf.j2 @@ -13,6 +13,8 @@ prod_rdb_report: true resultsdb_url: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v2.0/ wiki_hostname: stg.fedoraproject.org [consumers] +# as we use the production scheduler +prod_oqa_hostname: localhost stg_oqa_hostname: localhost stg_oqa_baseurl: https://{{ external_hostname|default(ansible_nodename) }} stg_wiki_hostname: stg.fedoraproject.org