diff --git a/roles/fedmsg/base/templates/endpoints-cico.py.j2 b/roles/fedmsg/base/templates/endpoints-cico.py.j2 deleted file mode 100644 index ff28029257..0000000000 --- a/roles/fedmsg/base/templates/endpoints-cico.py.j2 +++ /dev/null @@ -1,12 +0,0 @@ -# This tells nodes to pull messages from ci.centos.org - -config = dict( - endpoints={ - "centos-ci-public-relay": [ - "tcp://fedmsg-relay.ci.centos.org:9940", -{% if env == 'staging' %} - "tcp://fedmsg-relay-stg.ci.centos.org:9942", -{% endif %} - ], - }, -) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index bcece5a1d6..15be2ebdfa 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -15,13 +15,6 @@ config = { "endpoints": { "loopback-from-production": [ "tcp://hub.fedoraproject.org:9940", - "tcp://fedmsg-relay.ci.centos.org:9940", - ], - }, - {% else %} - "endpoints": { - "centos_ci_relay": [ - "tcp://fedmsg-relay.ci.centos.org:9940", ], }, {% endif %}