Declare fedmsg endpoints for nuancier.
This commit is contained in:
parent
1c4ed1ee9c
commit
4b8c8951db
2 changed files with 19 additions and 0 deletions
18
files/fedmsg/endpoints-nuancier.py.j2
Normal file
18
files/fedmsg/endpoints-nuancier.py.j2
Normal file
|
@ -0,0 +1,18 @@
|
|||
{% if env == 'staging' %}
|
||||
suffix = 'stg.phx2.fedoraproject.org'
|
||||
{% else %}
|
||||
suffix = 'phx2.fedoraproject.org'
|
||||
{% endif %}
|
||||
|
||||
config = dict(
|
||||
endpoints={
|
||||
"nuancier.nuancier01": [
|
||||
"tcp://nuancier01.%s:30%02i" % (suffix, i)
|
||||
for i in range(16)
|
||||
],
|
||||
"nuancier.nuancier02": [
|
||||
"tcp://nuancier02.%s:30%02i" % (suffix, i)
|
||||
for i in range(16)
|
||||
],
|
||||
},
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue