bz2fedmsg - get ready for the big day. (we still need certs...)
This commit is contained in:
parent
5687ec4df7
commit
2e0116fb60
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.dev1.ext.devlab.redhat.com:61612,messaging-devops-broker02.dev1.ext.devlab.redhat.com:61612
|
||||
stomp_uri = messaging-devops-broker01.web.stage.ext.phx2.redhat.com:61612,messaging-devops-broker02.web.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 = fuse-fabric-01.jboss.org:61617,fuse-fabric-02.jboss.org:61617,fuse-fabric-03.jboss.org:61617
|
||||
stomp_uri = messaging-devops-broker01.web.prod.ext.phx2.redhat.com:61612,messaging-devops-broker02.web.prod.ext.phx2.redhat.com:61612
|
||||
|
||||
stomp_ssl_crt = /etc/pki/fedmsg/fuse-fabric-fedoraproject.org.crt
|
||||
stomp_ssl_key = /etc/pki/fedmsg/fuse-fabric-fedoraproject.org.key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue