From 7c5b9371a4ff7043089b4a1e2956b3f43a05da05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 28 May 2019 16:38:00 +0200 Subject: [PATCH] the-new-hotness: Fix the hosts for keytab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- playbooks/openshift-apps/the-new-hotness.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/the-new-hotness.yml b/playbooks/openshift-apps/the-new-hotness.yml index 824dd5ebc4..c39e303ac5 100644 --- a/playbooks/openshift-apps/the-new-hotness.yml +++ b/playbooks/openshift-apps/the-new-hotness.yml @@ -28,7 +28,16 @@ key: koji-keytab secret_name: the-new-hotness-keytab service: the-new-hotness - host: "release-monitoring{{ env_suffix }}.org" + host: "stg.release-monitoring.org" + when: env == "staging" + + - role: openshift/keytab + app: the-new-hotness + key: koji-keytab + secret_name: the-new-hotness-keytab + service: the-new-hotness + host: "release-monitoring.org" + when: env == "production" - role: openshift/secret-file app: the-new-hotness