From dee6e6b9a211f663b8b28bc04848bf9fbe1b6aab Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 23 Jul 2014 16:39:47 +0000 Subject: [PATCH] Give mailman01 an extra fedmsg endpoint. --- roles/fedmsg/base/templates/endpoints-mailman.py.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/fedmsg/base/templates/endpoints-mailman.py.j2 b/roles/fedmsg/base/templates/endpoints-mailman.py.j2 index 97fcf0af7d..f7ba0d3321 100644 --- a/roles/fedmsg/base/templates/endpoints-mailman.py.j2 +++ b/roles/fedmsg/base/templates/endpoints-mailman.py.j2 @@ -6,10 +6,11 @@ suffix = 'phx2.fedoraproject.org' config = dict( endpoints={ - # We are running only a single mailman archive runner, so we only - # need a single endpoint. + # We need an endpoint for each of the mailman pieces that picks up and + # imports our plugin. So far that's the 'archiver' and the 'pipeline'. "mailman.mailman01": [ "tcp://mailman01.%s:3000" % suffix, + "tcp://mailman01.%s:3001" % suffix, ], }, )