Point retrace fedmsg stuff at the *internal* IP of proxy01.
This commit is contained in:
parent
49b84068f9
commit
0abc241b8b
1 changed files with 3 additions and 3 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue