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,