diff --git a/roles/fedmsg/base/templates/endpoints.py.j2 b/roles/fedmsg/base/templates/endpoints.py.j2 index 68ae90d716..ea4c1013a3 100644 --- a/roles/fedmsg/base/templates/endpoints.py.j2 +++ b/roles/fedmsg/base/templates/endpoints.py.j2 @@ -52,17 +52,10 @@ config = dict( # service (koschei-watcher) can both send and receive them. The wsgi # webapp doesn't use fedmsg at all and all services are single-threaded # 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": [ "tcp://koschei-backend01.%s:30%02i" % (suffix, i) for i in range(4) ], -{% endif %} # koji is not listed here since it publishes to the fedmsg-relay