From 619dfc7abe651febb02a9ffb0a00e86cf06dd9b8 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Thu, 16 Jul 2015 12:41:48 +0000 Subject: [PATCH] Add the new libtaskotron config keys to stg as well --- roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}