Allow traffic from nodepool-dev

We have a new trusty nodepool server spun up that we are not quite ready
to make use of. To ease the transition and to allow testing of this new
server it has DNS records pointing to it with names of
nodepool-dev.openstack.org. Add this name to the firewall rules that
allow nodepool to talk with jenkins, zuul, and graphite.

With this in place we can test it without actually putting the new
server into service.

Change-Id: Ice9fd9ed7a85dad89c5d9dfcb2e2ed5fac2e3512
This commit is contained in:
Clark Boylan 2014-11-25 10:32:18 -08:00
parent fa9ba4a394
commit b612904a35

View File

@ -124,6 +124,7 @@ node 'jenkins.openstack.org' {
sysadmins => hiera('sysadmins', []),
zmq_event_receivers => ['logstash.openstack.org',
'nodepool.openstack.org',
'nodepool-dev.openstack.org',
],
}
}
@ -139,6 +140,7 @@ node /^jenkins\d+\.openstack\.org$/ {
sysadmins => hiera('sysadmins', []),
zmq_event_receivers => ['logstash.openstack.org',
'nodepool.openstack.org',
'nodepool-dev.openstack.org',
],
}
}
@ -200,6 +202,7 @@ node 'graphite.openstack.org' {
graphite_admin_password => hiera('graphite_admin_password', 'XXX'),
statsd_hosts => ['logstash.openstack.org',
'nodepool.openstack.org',
'nodepool-dev.openstack.org',
'zuul.openstack.org'],
}
}
@ -500,6 +503,7 @@ node 'zuul.openstack.org' {
statsd_host => 'graphite.openstack.org',
gearman_workers => [
'nodepool.openstack.org',
'nodepool-dev.openstack.org',
'jenkins.openstack.org',
'jenkins01.openstack.org',
'jenkins02.openstack.org',