From 85aff16d9b8c7af1754dabd39bc1e91c2d0a91d2 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Thu, 21 Apr 2016 17:24:12 +0200 Subject: [PATCH] Update fedmsg endpoint for split koschei --- roles/fedmsg/base/templates/endpoints.py.j2 | 7 ------- 1 file changed, 7 deletions(-) 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