From fc0a3b0ab9c99acdac37742ec92799518bbbae3b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 21 Aug 2015 19:44:13 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20old=20bodhi1=20fedmsg=20endpoints=20?= =?UTF-8?q?=5F(=EF=B9=9A=E2=97=9C=20=EA=92=8A=E0=A4=83`)=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/fedmsg/base/templates/endpoints.py.j2 | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/roles/fedmsg/base/templates/endpoints.py.j2 b/roles/fedmsg/base/templates/endpoints.py.j2 index 643f7e847d..0bd7f223f3 100644 --- a/roles/fedmsg/base/templates/endpoints.py.j2 +++ b/roles/fedmsg/base/templates/endpoints.py.j2 @@ -17,27 +17,6 @@ config = dict( # name of it's calling module to determine which endpoint definition # to use. This can be overridden by explicitly providing the name in # the initial call to fedmsg.init(...). - "bodhi.bodhi01": [ - "tcp://bodhi01.%s:300%i" % (suffix, i) - for i in range(8) - ], -{% if not env == 'staging' %} - "bodhi.bodhi02": [ - "tcp://bodhi02.%s:300%i" % (suffix, i) - for i in range(8) - ], -{% endif %} -{% if not env == 'staging' %} - "bodhi.releng04": [ - "tcp://releng04.%s:3000" % suffix, - "tcp://releng04.%s:3001" % suffix, - ], - "bodhi.relepel01": [ - "tcp://relepel01.%s:3000" % suffix, - "tcp://relepel01.%s:3001" % suffix, - ], -{% endif %} - # This used to be on value01 and value03.. but now we just have one "supybot.value01": [ "tcp://value01.%s:3000" % suffix,