Add nb03 matching, firewall and monitoring

Turn the nb match into a generic "nb\d+" match to facilitate new
hosts.

Add nb03 to firewalls and hiera.

This is planned to be a linaro-based arm64 builder

Depends-On: https://review.openstack.org/546465
Change-Id: I417784263d231b3d05c64dee72def01d7733a26b
This commit is contained in:
Ian Wienand 2018-02-21 08:02:20 +11:00
parent 279fe56fa4
commit b1ead43061
2 changed files with 4 additions and 1 deletions

View File

@ -478,6 +478,7 @@ cacti_hosts:
- logstash.openstack.org
- nb01.openstack.org
- nb02.openstack.org
- nb03.openstack.org
- nl01.openstack.org
- nl02.openstack.org
- nl03.openstack.org

View File

@ -788,6 +788,7 @@ node /^zk\d+\.openstack\.org$/ {
# Zookeeper clients
{protocol => 'tcp', port => '2181', hostname => 'nb01.openstack.org'},
{protocol => 'tcp', port => '2181', hostname => 'nb02.openstack.org'},
{protocol => 'tcp', port => '2181', hostname => 'nb03.openstack.org'},
{protocol => 'tcp', port => '2181', hostname => 'nl01.openstack.org'},
{protocol => 'tcp', port => '2181', hostname => 'nl02.openstack.org'},
{protocol => 'tcp', port => '2181', hostname => 'nl03.openstack.org'},
@ -934,6 +935,7 @@ node 'nodepool.openstack.org' {
iptables_allowed_hosts => [
{protocol => 'tcp', port => '2181', hostname => 'nb01.openstack.org'},
{protocol => 'tcp', port => '2181', hostname => 'nb02.openstack.org'},
{protocol => 'tcp', port => '2181', hostname => 'nb03.openstack.org'},
{protocol => 'tcp', port => '2181', hostname => 'nl01.openstack.org'},
{protocol => 'tcp', port => '2181', hostname => 'nl02.openstack.org'},
{protocol => 'tcp', port => '2181', hostname => 'nl03.openstack.org'},
@ -1068,7 +1070,7 @@ node /^nl\d+\.openstack\.org$/ {
}
# Node-OS: xenial
node /^nb0[12].openstack\.org$/ {
node /^nb\d+\.openstack\.org$/ {
$group = 'nodepool'
# TODO(pabelanger): Move all of this back into nodepool manifest, it has
# grown too big.