From 564f1b942021cd50da9a719e7639d72ea4fa1767 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 29 Mar 2016 01:59:25 +0000 Subject: [PATCH] Give bugzilla2fedmsg two more threads. --- inventory/group_vars/bugzilla2fedmsg | 2 +- roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/inventory/group_vars/bugzilla2fedmsg b/inventory/group_vars/bugzilla2fedmsg index c674960662..41fdecc862 100644 --- a/inventory/group_vars/bugzilla2fedmsg +++ b/inventory/group_vars/bugzilla2fedmsg @@ -7,7 +7,7 @@ freezes: false # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file -tcp_ports: [ 3000, 3001 ] +tcp_ports: [ 3000, 3001, 3002, 3003 ] fas_client_groups: sysadmin-noc,sysadmin-datanommer diff --git a/roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2 b/roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2 index 26e9e8a389..e91a55f5f2 100644 --- a/roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2 +++ b/roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2 @@ -9,6 +9,8 @@ config = dict( "bugzilla2fedmsg.bugzilla2fedmsg01": [ "tcp://bugzilla2fedmsg01.%s:3000" % suffix, "tcp://bugzilla2fedmsg01.%s:3001" % suffix, + "tcp://bugzilla2fedmsg01.%s:3002" % suffix, + "tcp://bugzilla2fedmsg01.%s:3003" % suffix, ], }, )