Add zuulv3 mergers to zuulv3.o.o

Allow zuulv3 mergers to talk to gearman on zuulv3.o.o.

Change-Id: I148650f70f37eaf8f232e6ce893426254dcfdb2a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-09-11 14:18:28 -04:00
parent 08583ae0e3
commit 9c8bdc9d45
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -1258,6 +1258,10 @@ node 'zuulv3.openstack.org' {
'ze02.openstack.org',
'ze03.openstack.org',
'ze04.openstack.org',
'zm05.openstack.org',
'zm06.openstack.org',
'zm07.openstack.org',
'zm08.openstack.org',
]
$iptables_rules = regsubst ($gearman_workers, '^(.*)$', '-m state --state NEW -m tcp -p tcp --dport 4730 -s \1 -j ACCEPT')