From da18157e0f0d3520814926cfbb9d82eb90425a40 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 26 Sep 2019 06:44:14 +0200 Subject: [PATCH] fedmsg/base: Drop Koschei endpoints --- roles/fedmsg/base/templates/endpoints.py.j2 | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/roles/fedmsg/base/templates/endpoints.py.j2 b/roles/fedmsg/base/templates/endpoints.py.j2 index abead5a416..b8c4660f50 100644 --- a/roles/fedmsg/base/templates/endpoints.py.j2 +++ b/roles/fedmsg/base/templates/endpoints.py.j2 @@ -47,17 +47,6 @@ config = dict( ], {% endif %} - # mizdebsk says he thinks we'll need five sockets. Three services - # (koschei-{build,repo}-resolver and koschei-polling) are only sending - # messages, one 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 - "koschei.koschei-backend01": [ - "tcp://koschei-backend01.%s:30%02i" % (suffix, i) - for i in range(5) - ], - # koji is not listed here since it publishes to the fedmsg-relay