Point retrace fedmsg stuff at the *internal* IP of proxy01.

This commit is contained in:
Ralph Bean 2015-05-07 13:42:32 +00:00
parent 49b84068f9
commit 0abc241b8b

View file

@ -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 %}