From 0abc241b8be9a293d82401b2e487e8effdd954c8 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 7 May 2015 13:42:32 +0000 Subject: [PATCH] Point retrace fedmsg stuff at the *internal* IP of proxy01. --- roles/fedmsg/base/templates/relay.py.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/fedmsg/base/templates/relay.py.j2 b/roles/fedmsg/base/templates/relay.py.j2 index c454445d6d..2821c72812 100644 --- a/roles/fedmsg/base/templates/relay.py.j2 +++ b/roles/fedmsg/base/templates/relay.py.j2 @@ -35,9 +35,9 @@ config = dict( "tcp://209.132.181.16:9941", {% elif 'retrace' in group_names %} - # We want the retrace boxes to talk to our stg bus while we get them - # ready. - "tcp://stg.fedoraproject.org:9941", + # We want the retrace boxes to talk to the *internal* IP of proxy01, + # because otherwise the RHIT firewall blocks them. + "tcp://proxy01.phx2.fedoraproject.org:9941", {% else %}