Just use IPs for staging. moksha isn't doing the right thing with the hostnames.

This commit is contained in:
Ralph Bean 2014-08-13 14:13:53 +00:00
parent 8e562f0e9f
commit 3288718ac7

View file

@ -20,7 +20,8 @@ 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 = 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_ssl_crt = /etc/pki/fedmsg/fedora.devel.engineering.redhat.com.crt
stomp_ssl_key = /etc/pki/fedmsg/fedora.devel.engineering.redhat.com.key
{% else %}