mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 04:00:25 +08:00
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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user