From 5131dafba8e5894aecb8eb917a45047eb2ab103e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 19 Feb 2019 09:30:01 +0100 Subject: [PATCH] the-new-hotness: Use external address for partner-bugzilla MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/configmap.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index f7d383634d..734562cb3a 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -102,7 +102,9 @@ items: user = "{{ upstream_release_bugzilla_user }}" password = "{{ upstream_release_bugzilla_password }}" api_key = "" - url = "https://partner-bugzilla.redhat.com" + # We can't access internal servers, so use external IP address for now + #url = "https://partner-bugzilla.redhat.com" + url = "https://209.132.183.72" explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring" {% else %} user = ""