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, ], }, )