Add new jenkins masters to zuul firewall

Change-Id: Id8dc54deea14150b972602249330e1081e594bc5
This commit is contained in:
James E. Blair 2013-08-05 13:39:53 -07:00
parent 8950ab039b
commit 83494418ce

View File

@ -316,6 +316,8 @@ node 'zuul.openstack.org' {
statsd_host => 'graphite.openstack.org', statsd_host => 'graphite.openstack.org',
gearman_workers => [ gearman_workers => [
'jenkins.openstack.org', 'jenkins.openstack.org',
'jenkins01.openstack.org',
'jenkins02.openstack.org',
'jenkins-dev.openstack.org', 'jenkins-dev.openstack.org',
], ],
} }
@ -331,6 +333,8 @@ node 'zuul-dev.openstack.org' {
statsd_host => 'graphite.openstack.org', statsd_host => 'graphite.openstack.org',
gearman_workers => [ gearman_workers => [
'jenkins.openstack.org', 'jenkins.openstack.org',
'jenkins01.openstack.org',
'jenkins02.openstack.org',
'jenkins-dev.openstack.org', 'jenkins-dev.openstack.org',
], ],
} }