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

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-02-19 10:06:18 +01:00
parent 5131dafba8
commit dad65c0494
4 changed files with 31 additions and 3 deletions

View file

@ -64,6 +64,16 @@
file: deploymentconfig.yml
objectname: deploymentconfig.yml
- role: openshift/object
app: the-new-hotness
file: service.yml
objectname: service.yml
- role: openshift/object
app: the-new-hotness
file: endpoints.yml
objectname: endpoints.yml
- role: openshift/rollout
app: the-new-hotness
dcname: the-new-hotness

View file

@ -0,0 +1,10 @@
apiVersion: v1
kind: Endpoints
metadata:
name: partner-bugzilla
subsets:
- addresses:
- ip: 209.132.183.72
ports:
- port: 443
name: partner-bugzilla.redhat.com

View file

@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: partner-bugzilla
spec:
ports:
- name: partner-bugzilla.redhat.com
port: 443
selector:
{}

View file

@ -102,9 +102,7 @@ items:
user = "{{ upstream_release_bugzilla_user }}"
password = "{{ upstream_release_bugzilla_password }}"
api_key = ""
# 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"
url = "https://partner-bugzilla.redhat.com"
explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring"
{% else %}
user = ""