From c0c1f0a0067ea10a2c7aeac1f2eba90cef64cb4c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 1 Jun 2022 14:44:59 -0700 Subject: [PATCH] bugzilla2fedmsg: switch to new bugzilla brokers Signed-off-by: Kevin Fenzi --- .../bugzilla2fedmsg/templates/fedora-messaging.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/bugzilla2fedmsg/templates/fedora-messaging.toml b/roles/openshift-apps/bugzilla2fedmsg/templates/fedora-messaging.toml index ac192c190d..ae306bc5a4 100644 --- a/roles/openshift-apps/bugzilla2fedmsg/templates/fedora-messaging.toml +++ b/roles/openshift-apps/bugzilla2fedmsg/templates/fedora-messaging.toml @@ -23,11 +23,11 @@ certfile = "/etc/pki/fedora-messaging/bugzilla2fedmsg-cert.pem" # http://nikipore.github.io/stompest/protocol.html#stompest.protocol.failover.StompFailoverUri # Example: failover:(tcp://remote1:61615,tcp://localhost:61616)?randomize=false,startupMaxReconnectAttempts=3,initialReconnectDelay=7,maxReconnectDelay=8,maxReconnectAttempts=0 {% if env == 'staging' %} - uri = "failover:(ssl://messaging-devops-broker01.dist.stage.ext.phx2.redhat.com:61612,ssl://messaging-devops-broker02.dist.stage.ext.phx2.redhat.com:61612)" + uri = "failover:(ssl://umb-broker01.stage.api.redhat.com:61612,ssl://umb-broker02.stage.api.redhat.com:61612)" user = "{{ redhat_dmz_dev_broker_username }}" pass = "{{ redhat_dmz_dev_broker_password }}" {% else %} - uri = "failover:(ssl://messaging-devops-broker01.dist.prod.ext.phx2.redhat.com:61612,ssl://messaging-devops-broker02.dist.prod.ext.phx2.redhat.com:61612)" + uri = "failover:(ssl://umb-broker01.api.redhat.com:61612,ssl://umb-broker01.api.redhat.com:61612)" user = "{{ redhat_dmz_prod_broker_username }}" pass = "{{ redhat_dmz_prod_broker_password }}" {% endif %}