diff --git a/roles/fedmsg/base/templates/endpoints.py.j2 b/roles/fedmsg/base/templates/endpoints.py.j2 index 4c85c13ada..6fffebe29b 100644 --- a/roles/fedmsg/base/templates/endpoints.py.j2 +++ b/roles/fedmsg/base/templates/endpoints.py.j2 @@ -98,9 +98,6 @@ config = dict( for i in range(32) ], {% endif %} - "busmon_consumers.busgateway01": [ - "tcp://busgateway01.%s:3000" % suffix, - ], {% if env != 'staging' %} "supybot.value03": [ "tcp://value03.%s:3000" % suffix, diff --git a/roles/fedmsg/base/templates/ssl.py.j2 b/roles/fedmsg/base/templates/ssl.py.j2 index 26823d5c16..0952ee11d6 100644 --- a/roles/fedmsg/base/templates/ssl.py.j2 +++ b/roles/fedmsg/base/templates/ssl.py.j2 @@ -86,7 +86,6 @@ config = dict( ("ftpsync.relepel01", "ftpsync-relepel01.%s" % suffix), ("ftpsync.releng04", "ftpsync-releng04.%s" % suffix), ] + [ - ("busmon_consumers.busgateway01", "busmon-busgateway01.%s" % suffix), ("shell.busgateway01", "shell-busgateway01.%s" % suffix), ] + [ ("shell.value01", "shell-value01.%s" % suffix),