diff --git a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 index d7edaeac50..741539feb3 100644 --- a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 +++ b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 @@ -55,7 +55,7 @@ bodhi_server: {{ bodhi_server }} ## URL of ResultsDB server API interface, which can store all test results resultsdb_server: {{ resultsdb_server }} -{% if deployment_type == 'dev' %} +{% if deployment_type == 'dev' or deployment_type == 'stg' %} ## URL of ResultsDB frontend, which displays results from ResultsDB. ## Please make sure the URL doesn't have a trailing slash. resultsdb_frontend: {{ resultsdb_external_url }} @@ -67,7 +67,7 @@ execdb_server: {{ execdb_external_url }} ## URL of taskotron buildmaster taskotron_master: {{ taskotron_master }} -{% if deployment_type == 'dev' %} +{% if deployment_type == 'dev' or deployment_type == 'stg' %} ## URL of artifacts base directory, to construct artifacts URLs from. ## Please make sure the URL doesn't have a trailing slash. artifacts_baseurl: {{ artifacts_base_url }}