Temporarily point staging bugzilla2fedmsg at the prod amq fabric.
This commit is contained in:
parent
fb74faff87
commit
34c72bf8b4
1 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,11 @@ bugzilla.password = {{ bugzilla_password }}
|
|||
# Stomp broker configuration.
|
||||
{% if env == 'staging' %}
|
||||
#stomp_uri = fuse-fabric-01-stg.jboss.org:61617,fuse-fabric-02-stg.jboss.org:61617,fuse-fabric-03-stg.jboss.org:61617
|
||||
stomp_uri = 10.34.40.176:61617,10.34.40.177:61617,10.34.40.178:61617
|
||||
#stomp_uri = 10.34.40.176:61617,10.34.40.177:61617,10.34.40.178:61617
|
||||
|
||||
# Only temporarily point staging at the prod fabric due to https://issues.jboss.org/browse/ENTMQ-812
|
||||
stomp_uri = fuse-fabric-01.jboss.org:61617,fuse-fabric-02.jboss.org:61617,fuse-fabric-03.jboss.org:61617
|
||||
|
||||
stomp_ssl_crt = /etc/pki/fedmsg/fedora.devel.engineering.redhat.com.crt
|
||||
stomp_ssl_key = /etc/pki/fedmsg/fedora.devel.engineering.redhat.com.key
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue