check-compose: re-use external_hostname for checkcompose_url

This commit is contained in:
Adam Williamson 2015-12-05 13:32:49 -08:00
parent b24574c8c1
commit 0c4d3070b2
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ wikitcms_password: "{{ prod_wikitcms_password }}"
checkcompose_emailfrom: rawhide@fedoraproject.org
checkcompose_emailto: "test@lists.fedoraproject.org devel@lists.fedoraproject.org"
checkcompose_smtp: bastion.phx2.fedoraproject.org
checkcompose_url: "https://openqa.fedoraproject.org"
checkcompose_url: "https://{{ external_hostname }}"
deployment_type: prod

View file

@ -32,7 +32,7 @@ wikitcms_password: "{{ stg_wikitcms_password }}"
# For now let's not run any scheduled jobs on stg
openqa_triggers: []
checkcompose_url: "https://openqa.stg.fedoraproject.org"
checkcompose_url: "https://{{ external_hostname }}"
deployment_type: stg