Update fedmsg endpoint for split koschei
This commit is contained in:
parent
75b39304ac
commit
85aff16d9b
1 changed files with 0 additions and 7 deletions
|
@ -52,17 +52,10 @@ config = dict(
|
||||||
# service (koschei-watcher) can both send and receive them. The wsgi
|
# service (koschei-watcher) can both send and receive them. The wsgi
|
||||||
# webapp doesn't use fedmsg at all and all services are single-threaded
|
# webapp doesn't use fedmsg at all and all services are single-threaded
|
||||||
# koschei-watcher uses two endpoints
|
# koschei-watcher uses two endpoints
|
||||||
{% if env != 'staging' %}
|
|
||||||
"koschei.koschei01": [
|
|
||||||
"tcp://koschei01.%s:30%02i" % (suffix, i)
|
|
||||||
for i in range(4)
|
|
||||||
],
|
|
||||||
{% else %}
|
|
||||||
"koschei.koschei-backend01": [
|
"koschei.koschei-backend01": [
|
||||||
"tcp://koschei-backend01.%s:30%02i" % (suffix, i)
|
"tcp://koschei-backend01.%s:30%02i" % (suffix, i)
|
||||||
for i in range(4)
|
for i in range(4)
|
||||||
],
|
],
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# koji is not listed here since it publishes to the fedmsg-relay
|
# koji is not listed here since it publishes to the fedmsg-relay
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue