From 50572e89e1ed0b8fea02de370624c94fd27d7e2b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 2 Oct 2014 11:22:40 +0200 Subject: [PATCH] Add the anity frontend endpoint as well --- roles/fedmsg/base/templates/endpoints-anitya.py.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/fedmsg/base/templates/endpoints-anitya.py.j2 b/roles/fedmsg/base/templates/endpoints-anitya.py.j2 index e0205e04f8..61a27b7e2c 100644 --- a/roles/fedmsg/base/templates/endpoints-anitya.py.j2 +++ b/roles/fedmsg/base/templates/endpoints-anitya.py.j2 @@ -6,5 +6,9 @@ config = dict( "tcp://anitya-backend01.%s:30%02i" % (suffix, i) for i in range(2) ], + "anitya.anitya-frontend01": [ + "tcp://anitya-frontend01.%s:30%02i" % (suffix, i) + for i in range(2) + ], }, )