New STOMP urls for bugzilla2fedmsg.
This commit is contained in:
parent
bd1ef6b81d
commit
68d5593075
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue