New STOMP urls for bugzilla2fedmsg.

This commit is contained in:
Ralph Bean 2016-03-03 21:37:23 +00:00
parent bd1ef6b81d
commit 68d5593075

View file

@ -22,7 +22,7 @@ bugzilla.password = {{ bugzilla_password }}
# Stomp broker configuration.
{% if env == 'staging' %}
stomp_uri = messaging-devops-broker01.web.stage.ext.phx2.redhat.com:61612,messaging-devops-broker02.web.stage.ext.phx2.redhat.com:61612
stomp_uri = messaging-devops-broker01.dist.stage.ext.phx2.redhat.com:61612,messaging-devops-broker02.dist.stage.ext.phx2.redhat.com:61612
stomp_ssl_crt = /etc/pki/fedmsg/msg-client-fedora-dev.crt
stomp_ssl_key = /etc/pki/fedmsg/msg-client-fedora-dev.key
@ -30,7 +30,7 @@ stomp_ssl_key = /etc/pki/fedmsg/msg-client-fedora-dev.key
stomp_user = {{ redhat_dmz_dev_broker_username }}
stomp_pass = {{ redhat_dmz_dev_broker_password }}
{% else %}
stomp_uri = messaging-devops-broker01.web.prod.ext.phx2.redhat.com:61612,messaging-devops-broker02.web.prod.ext.phx2.redhat.com:61612
stomp_uri = messaging-devops-broker01.dist.prod.ext.phx2.redhat.com:61612,messaging-devops-broker02.dist.prod.ext.phx2.redhat.com:61612
stomp_ssl_crt = /etc/pki/fedmsg/msg-client-fedora-dev.crt
stomp_ssl_key = /etc/pki/fedmsg/msg-client-fedora-dev.key