diff --git a/playbooks/openshift-apps/the-new-hotness.yml b/playbooks/openshift-apps/the-new-hotness.yml index c06f63415d..37b302a5c4 100644 --- a/playbooks/openshift-apps/the-new-hotness.yml +++ b/playbooks/openshift-apps/the-new-hotness.yml @@ -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 \ No newline at end of file diff --git a/roles/openshift-apps/the-new-hotness/files/endpoints.yml b/roles/openshift-apps/the-new-hotness/files/endpoints.yml new file mode 100644 index 0000000000..240551ea35 --- /dev/null +++ b/roles/openshift-apps/the-new-hotness/files/endpoints.yml @@ -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 diff --git a/roles/openshift-apps/the-new-hotness/files/service.yml b/roles/openshift-apps/the-new-hotness/files/service.yml new file mode 100644 index 0000000000..fb1b1250d6 --- /dev/null +++ b/roles/openshift-apps/the-new-hotness/files/service.yml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: Service +metadata: + name: partner-bugzilla +spec: + ports: + - name: partner-bugzilla.redhat.com + port: 443 + selector: + {} diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index 734562cb3a..f7d383634d 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -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 = ""