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)