Actually, split that out.
This commit is contained in:
parent
0cfd71aacd
commit
4c3bf7a13f
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue