From 4c3bf7a13fd1e5bb5d78c9016aff0bae403433fc Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 7 Oct 2015 18:41:27 +0000 Subject: [PATCH] Actually, split that out. --- roles/fedmsg/base/templates/relay.py.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/fedmsg/base/templates/relay.py.j2 b/roles/fedmsg/base/templates/relay.py.j2 index eb7abb1422..79733297bd 100644 --- a/roles/fedmsg/base/templates/relay.py.j2 +++ b/roles/fedmsg/base/templates/relay.py.j2 @@ -33,12 +33,16 @@ config = dict( # not getting messages in from proxies across the vpn. So, only use # proxy01 for now. "tcp://209.132.181.16:9941", - {% elif 'fedmsg-qa-network' in group_names or 'fedmsg-qa-network-stg' in group_names %} + {% elif 'fedmsg-qa-network' in group_names %} # We want the retrace (and other) boxes to talk to the *internal* IP of # proxy01, because otherwise the RHIT firewall blocks them. "tcp://proxy01.phx2.fedoraproject.org:9941", + {% elif 'fedmsg-qa-network-stg' in group_names %} + + "tcp://proxy01.stg.phx2.fedoraproject.org:9941", + {% else %} # Primarily, scripts from inside phx2 connect here.