mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
the-new-hotness: Fix external service
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -7,4 +7,4 @@ subsets:
|
||||
- ip: 209.132.183.72
|
||||
ports:
|
||||
- port: 443
|
||||
name: partner-bugzilla.redhat.com
|
||||
name: partner-bugzilla
|
||||
|
||||
@@ -4,7 +4,7 @@ metadata:
|
||||
name: partner-bugzilla
|
||||
spec:
|
||||
ports:
|
||||
- name: partner-bugzilla.redhat.com
|
||||
- name: partner-bugzilla
|
||||
port: 443
|
||||
selector:
|
||||
{}
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user