Only use proxy01 for incoming fedmsg.
This commit is contained in:
parent
99f5adf002
commit
7123aa80ca
1 changed files with 6 additions and 1 deletions
|
@ -37,6 +37,11 @@ config = dict(
|
||||||
"tcp://busgateway01.%s:9941" % suffix,
|
"tcp://busgateway01.%s:9941" % suffix,
|
||||||
|
|
||||||
# ...but they have to go through our external proxy first..
|
# ...but they have to go through our external proxy first..
|
||||||
"tcp://hub.fedoraproject.org:9941",
|
#"tcp://hub.fedoraproject.org:9941",
|
||||||
|
|
||||||
|
# ...and normally, we'd like them to go through round-robin, but we're
|
||||||
|
# not getting messages in from proxies across the vpn. So, only use
|
||||||
|
# proxy01 for now.
|
||||||
|
"tcp://209.132.181.16:9941",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue