Declare fedmsg endpoints for nuancier.

This commit is contained in:
Ralph Bean 2013-09-26 14:30:04 +00:00
parent 1c4ed1ee9c
commit 4b8c8951db
2 changed files with 19 additions and 0 deletions

View 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)
],
},
)

View file

@ -20,6 +20,7 @@
- ssl.py
- endpoints.py
- endpoints-fedbadges.py
- endpoints-nuancier.py
- relay.py
- pkgdb.py
- logging.py