diff --git a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini index 15c6bf9e0b..cf6ce77da5 100644 --- a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini +++ b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini @@ -22,19 +22,23 @@ 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 = messaging-devops-broker01.dev1.ext.devlab.redhat.com:61612,messaging-devops-broker02.dev1.ext.devlab.redhat.com:61612 stomp_ssl_crt = /etc/pki/fedmsg/fedora.devel.engineering.redhat.com.crt stomp_ssl_key = /etc/pki/fedmsg/fedora.devel.engineering.redhat.com.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_ssl_crt = /etc/pki/fedmsg/fuse-fabric-fedoraproject.org.crt stomp_ssl_key = /etc/pki/fedmsg/fuse-fabric-fedoraproject.org.key + +stomp_user = {{ redhat_dmz_prod_broker_username }} +stomp_pass = {{ redhat_dmz_prod_broker_password }} {% endif %} -stomp_user = {{ redhat_dmz_broker_username }} -stomp_pass = {{ redhat_dmz_broker_password }} stomp_heartbeat = 1000 moksha.monitoring.socket = ipc:///var/run/fedmsg/monitoring-moksha-hub.socket