From 2af44e8323a454c1e079eeec556f779fbf0059f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 20 May 2019 15:58:40 +0200 Subject: [PATCH] the-new-hotness, release-monitoring: Update amqp_url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/release-monitoring/templates/configmap.yml | 2 +- roles/openshift-apps/the-new-hotness/templates/configmap.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/release-monitoring/templates/configmap.yml b/roles/openshift-apps/release-monitoring/templates/configmap.yml index b0f03de93b..c6e8737cd0 100644 --- a/roles/openshift-apps/release-monitoring/templates/configmap.yml +++ b/roles/openshift-apps/release-monitoring/templates/configmap.yml @@ -222,7 +222,7 @@ items: app: release-monitoring data: config.toml: |- - amqp_url = "amqps://anitya:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub" + amqp_url = "amqps://anitya:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" {% if env == "staging" %} topic_prefix = "org.release-monitoring.stg" diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index 8f0162634e..0de85fd6c8 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -15,7 +15,7 @@ items: # For complete details on all configuration options, see the documentation # https://fedora-messaging.readthedocs.io/en/latest/configuration.html. - amqp_url = "amqps://the-new-hotness:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub" + amqp_url = "amqps://the-new-hotness:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" publish_exchange = "amq.topic" {% if env == "staging" %}