Actually, split that out.

This commit is contained in:
Ralph Bean 2015-10-07 18:41:27 +00:00
parent 0cfd71aacd
commit 4c3bf7a13f

View file

@ -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.