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 = ""