the-new-hotness: Use external service for partner-bugzilla
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
5131dafba8
commit
dad65c0494
4 changed files with 31 additions and 3 deletions
|
@ -64,6 +64,16 @@
|
||||||
file: deploymentconfig.yml
|
file: deploymentconfig.yml
|
||||||
objectname: 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
|
- role: openshift/rollout
|
||||||
app: the-new-hotness
|
app: the-new-hotness
|
||||||
dcname: the-new-hotness
|
dcname: the-new-hotness
|
10
roles/openshift-apps/the-new-hotness/files/endpoints.yml
Normal file
10
roles/openshift-apps/the-new-hotness/files/endpoints.yml
Normal 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
|
10
roles/openshift-apps/the-new-hotness/files/service.yml
Normal file
10
roles/openshift-apps/the-new-hotness/files/service.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: partner-bugzilla
|
||||||
|
spec:
|
||||||
|
ports:
|
||||||
|
- name: partner-bugzilla.redhat.com
|
||||||
|
port: 443
|
||||||
|
selector:
|
||||||
|
{}
|
|
@ -102,9 +102,7 @@ items:
|
||||||
user = "{{ upstream_release_bugzilla_user }}"
|
user = "{{ upstream_release_bugzilla_user }}"
|
||||||
password = "{{ upstream_release_bugzilla_password }}"
|
password = "{{ upstream_release_bugzilla_password }}"
|
||||||
api_key = ""
|
api_key = ""
|
||||||
# We can't access internal servers, so use external IP address for now
|
url = "https://partner-bugzilla.redhat.com"
|
||||||
#url = "https://partner-bugzilla.redhat.com"
|
|
||||||
url = "https://209.132.183.72"
|
|
||||||
explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring"
|
explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring"
|
||||||
{% else %}
|
{% else %}
|
||||||
user = ""
|
user = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue