the-new-hotness: Use external address for partner-bugzilla

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-02-19 09:30:01 +01:00
parent 6ee526f872
commit 5131dafba8

View file

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