summaryrefslogtreecommitdiffstats
path: root/roles/bugzilla2fedmsg
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2016-01-25 16:01:33 +0000
committerRalph Bean <rbean@redhat.com>2016-01-25 16:01:33 +0000
commit2e0116fb606d76554acf9d65d50b4836230e0282 (patch)
treef9cd1acdba65d807071b8c4dba0a216d83e6e053 /roles/bugzilla2fedmsg
parent5687ec4df779758f7f66bb4734521f88f2d3986b (diff)
downloadansible-2e0116fb606d76554acf9d65d50b4836230e0282.tar.gz
ansible-2e0116fb606d76554acf9d65d50b4836230e0282.tar.xz
ansible-2e0116fb606d76554acf9d65d50b4836230e0282.zip
bz2fedmsg - get ready for the big day. (we still need certs...)
Diffstat (limited to 'roles/bugzilla2fedmsg')
-rw-r--r--roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini
index c1319fcc2..5cad288d6 100644
--- a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini
+++ b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini
@@ -22,7 +22,7 @@ bugzilla.password = {{ bugzilla_password }}
# Stomp broker configuration.
{% if env == 'staging' %}
-stomp_uri = messaging-devops-broker01.dev1.ext.devlab.redhat.com:61612,messaging-devops-broker02.dev1.ext.devlab.redhat.com:61612
+stomp_uri = messaging-devops-broker01.web.stage.ext.phx2.redhat.com:61612,messaging-devops-broker02.web.stage.ext.phx2.redhat.com:61612
stomp_ssl_crt = /etc/pki/fedmsg/msg-client-fedora-dev.crt
stomp_ssl_key = /etc/pki/fedmsg/msg-client-fedora-dev.key
@@ -30,7 +30,7 @@ stomp_ssl_key = /etc/pki/fedmsg/msg-client-fedora-dev.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_uri = messaging-devops-broker01.web.prod.ext.phx2.redhat.com:61612,messaging-devops-broker02.web.prod.ext.phx2.redhat.com:61612
stomp_ssl_crt = /etc/pki/fedmsg/fuse-fabric-fedoraproject.org.crt
stomp_ssl_key = /etc/pki/fedmsg/fuse-fabric-fedoraproject.org.key