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:
parent
eaed6385f2
commit
cc7b01d3ea
1 changed files with 1 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue