the-new-hotness: Fix external service

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-02-19 11:15:54 +01:00
parent 2c74285564
commit a0abcb06c1
4 changed files with 5 additions and 3 deletions

View file

@ -64,6 +64,8 @@
file: deploymentconfig.yml
objectname: deploymentconfig.yml
# Fix for connecting to internal bugzilla
{% if env == "staging" %}
- role: openshift/object
app: the-new-hotness
file: service.yml
@ -73,6 +75,7 @@
app: the-new-hotness
file: endpoints.yml
objectname: endpoints.yml
{% endif %}
- role: openshift/rollout
app: the-new-hotness

View file

@ -7,4 +7,4 @@ subsets:
- ip: 209.132.183.72
ports:
- port: 443
name: partner-bugzilla.redhat.com
name: partner-bugzilla

View file

@ -4,7 +4,7 @@ metadata:
name: partner-bugzilla
spec:
ports:
- name: partner-bugzilla.redhat.com
- name: partner-bugzilla
port: 443
selector:
{}

View file

@ -102,7 +102,6 @@ items:
user = "{{ upstream_release_bugzilla_user }}"
password = "{{ upstream_release_bugzilla_password }}"
api_key = ""
# Bugzilla URL
url = "https://partner-bugzilla.redhat.com"
explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring"
{% else %}