From bd7ddf1184d13e2b69f2ec40461bb87dbc34356e Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 7 Mar 2014 15:43:47 +0000 Subject: [PATCH] Add bodhi02 to the fedmsg endpoints list. --- roles/fedmsg_base/templates/endpoints.py.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/fedmsg_base/templates/endpoints.py.j2 b/roles/fedmsg_base/templates/endpoints.py.j2 index b4b4483afe..c9b837d0b4 100644 --- a/roles/fedmsg_base/templates/endpoints.py.j2 +++ b/roles/fedmsg_base/templates/endpoints.py.j2 @@ -36,6 +36,10 @@ config = dict( "tcp://bodhi01.%s:300%i" % (suffix, i) for i in range(8) ], + "bodhi.bodhi02": [ + "tcp://bodhi02.%s:300%i" % (suffix, i) + for i in range(8) + ], {% if not env == 'staging' %} "bodhi.app03": [ "tcp://app03.%s:300%i" % (suffix, i)