For anitya, use the public relay.

This commit is contained in:
Ralph Bean 2014-10-03 18:16:02 +00:00
parent a76f080ffc
commit e03749129e

View file

@ -1,14 +1,13 @@
suffix = 'fedoraproject.org' # This tells our nodes to also pull messages from anitya.
# Among those nodes is our public gateway which means that it will forward them
# back out to the public on "our bus".
config = dict( config = dict(
{% if env != 'staging' %}
endpoints={ endpoints={
"anitya.anitya-backend01": [ "anitya-public-relay": [
"tcp://anitya-backend01.%s:30%02i" % (suffix, i) "tcp://anitya-frontend01.fedoraproject.org:9941",
for i in range(2)
],
"anitya.anitya-frontend01": [
"tcp://anitya-frontend01.%s:30%02i" % (suffix, i)
for i in range(2)
], ],
}, },
{% endif %}
) )