For anitya, use the public relay.
This commit is contained in:
parent
a76f080ffc
commit
e03749129e
1 changed files with 7 additions and 8 deletions
|
@ -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(
|
||||
{% if env != 'staging' %}
|
||||
endpoints={
|
||||
"anitya.anitya-backend01": [
|
||||
"tcp://anitya-backend01.%s:30%02i" % (suffix, i)
|
||||
for i in range(2)
|
||||
],
|
||||
"anitya.anitya-frontend01": [
|
||||
"tcp://anitya-frontend01.%s:30%02i" % (suffix, i)
|
||||
for i in range(2)
|
||||
"anitya-public-relay": [
|
||||
"tcp://anitya-frontend01.fedoraproject.org:9941",
|
||||
],
|
||||
},
|
||||
{% endif %}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue