Revert "Prod can't reach the secondary STOMP broker, for now"

This reverts commit 14f31b2481.
Connection fallback to RHIT's broker02 works, tested on 2021-06-22 with
Derek.
This commit is contained in:
Aurélien Bompard 2021-06-14 18:52:49 +02:00
parent eaed6385f2
commit cc7b01d3ea
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -27,8 +27,7 @@ certfile = "/etc/pki/fedora-messaging/bugzilla2fedmsg-cert.pem"
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 = "ssl://messaging-devops-broker01.dist.prod.ext.phx2.redhat.com:61612"
uri = "failover:(ssl://messaging-devops-broker01.dist.prod.ext.phx2.redhat.com:61612,ssl://messaging-devops-broker02.dist.prod.ext.phx2.redhat.com:61612)"
user = "{{ redhat_dmz_prod_broker_username }}"
pass = "{{ redhat_dmz_prod_broker_password }}"
{% endif %}