From 0d380575a941dbe40571ad5b5c1f5d489c684aa9 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 23 Jul 2014 20:34:12 +0000 Subject: [PATCH] Remove old references to app0\* from the fedmsg config. --- roles/fedmsg/base/templates/endpoints.py.j2 | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/roles/fedmsg/base/templates/endpoints.py.j2 b/roles/fedmsg/base/templates/endpoints.py.j2 index 950eb2b85a..c941b89dd5 100644 --- a/roles/fedmsg/base/templates/endpoints.py.j2 +++ b/roles/fedmsg/base/templates/endpoints.py.j2 @@ -34,26 +34,6 @@ config = dict( for i in range(8) ], {% if not env == 'staging' %} - "bodhi.app03": [ - "tcp://app03.%s:300%i" % (suffix, i) - for i in range(8) - ], - "bodhi.app04": [ - "tcp://app04.%s:300%i" % (suffix, i) - for i in range(8) - ], - "bodhi.app05": [ - "tcp://app05.%s:300%i" % (non_phx_suffix, i) - for i in range(8) - ], - "bodhi.app07": [ - "tcp://app07.%s:300%i" % (suffix, i) - for i in range(8) - ], - "bodhi.app08": [ - "tcp://app08.%s:300%i" % (non_phx_suffix, i) - for i in range(8) - ], "bodhi.releng04": [ "tcp://releng04.%s:3000" % suffix, "tcp://releng04.%s:3001" % suffix,