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)
|
||||||
|
],
|
||||||
|
},
|
||||||
|
)
|
|
@ -20,6 +20,7 @@
|
||||||
- ssl.py
|
- ssl.py
|
||||||
- endpoints.py
|
- endpoints.py
|
||||||
- endpoints-fedbadges.py
|
- endpoints-fedbadges.py
|
||||||
|
- endpoints-nuancier.py
|
||||||
- relay.py
|
- relay.py
|
||||||
- pkgdb.py
|
- pkgdb.py
|
||||||
- logging.py
|
- logging.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue