Turns out that staging fabric is not going to be accesible from where we sit.
This commit is contained in:
parent
23e34f9c0f
commit
6f1cc1d305
2 changed files with 1 additions and 21 deletions
|
@ -15,16 +15,9 @@ bugzilla.username = {{ bugzilla_user }}
|
|||
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_ssl_crt = /etc/pki/fedmsg/fedora.devel.engineering.redhat.com.crt
|
||||
stomp_ssl_key = /etc/pki/fedmsg/fedora.devel.engineering.redhat.com.key
|
||||
{% 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
|
||||
{% endif %}
|
||||
|
||||
stomp_user = {{ redhat_dmz_broker_username }}
|
||||
stomp_pass = {{ redhat_dmz_broker_password }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue