Some new bugzilla2fedmsg test connection data for staging.

This commit is contained in:
Ralph Bean 2015-10-30 15:03:49 +00:00
parent adbd3e4d6d
commit 85d35fd0b5

View file

@ -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