Setup a convenience group to describe what qa-network boxes can send fedmsg messages to the prod bus.
This commit is contained in:
parent
8c4931e0f9
commit
cda54c7804
2 changed files with 15 additions and 3 deletions
|
@ -33,10 +33,10 @@ config = dict(
|
|||
# not getting messages in from proxies across the vpn. So, only use
|
||||
# proxy01 for now.
|
||||
"tcp://209.132.181.16:9941",
|
||||
{% elif 'retrace' in group_names %}
|
||||
{% elif 'fedmsg-qa-network' in group_names %}
|
||||
|
||||
# We want the retrace boxes to talk to the *internal* IP of proxy01,
|
||||
# because otherwise the RHIT firewall blocks them.
|
||||
# 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",
|
||||
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue