Add new jenkins masters to zuul firewall
Change-Id: Id8dc54deea14150b972602249330e1081e594bc5
This commit is contained in:
parent
8950ab039b
commit
83494418ce
@ -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',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user