Add the anitya endpoint for fedmsg
This commit is contained in:
parent
f61187968b
commit
d191a80c22
1 changed files with 10 additions and 0 deletions
10
roles/fedmsg/base/templates/endpoints-anitya.py.j2
Normal file
10
roles/fedmsg/base/templates/endpoints-anitya.py.j2
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
suffix = 'fedoraproject.org'
|
||||||
|
|
||||||
|
config = dict(
|
||||||
|
endpoints={
|
||||||
|
"anitya.anitya-backend01": [
|
||||||
|
"tcp://anitya-backend01.%s:30%02i" % (suffix, i)
|
||||||
|
for i in range(2)
|
||||||
|
],
|
||||||
|
},
|
||||||
|
)
|
Loading…
Add table
Add a link
Reference in a new issue