From 363b9bdd340ca52439c7ccdbe94b97a4a323bab6 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 22 Jan 2018 12:08:50 -0500 Subject: [PATCH] Bring online nl04.o.o Open zookeeper firewall rules for nl04.o.o and add to cacti.o.o. Change-Id: I25171357fc3f93ea46b8d6751a1f4d31a5b7ed4c Signed-off-by: Paul Belanger --- hiera/common.yaml | 1 + manifests/site.pp | 3 +++ 2 files changed, 4 insertions(+) diff --git a/hiera/common.yaml b/hiera/common.yaml index ba80112807..0f91afe74b 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -474,6 +474,7 @@ cacti_hosts: - nl01.openstack.org - nl02.openstack.org - nl03.openstack.org +- nl04.openstack.org - nodepool.openstack.org - openstackid.org - paste.openstack.org diff --git a/manifests/site.pp b/manifests/site.pp index 0a8b2f3f19..68d17f3dfc 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -196,6 +196,7 @@ node /^graphite\d*\.openstack\.org$/ { {protocol => 'udp', port => '8125', hostname => 'nl01.openstack.org'}, {protocol => 'udp', port => '8125', hostname => 'nl02.openstack.org'}, {protocol => 'udp', port => '8125', hostname => 'nl03.openstack.org'}, + {protocol => 'udp', port => '8125', hostname => 'nl04.openstack.org'}, {protocol => 'udp', port => '8125', hostname => 'zuul01.openstack.org'}, {protocol => 'udp', port => '8125', hostname => 'zm01.openstack.org'}, {protocol => 'udp', port => '8125', hostname => 'zm02.openstack.org'}, @@ -772,6 +773,7 @@ node /^zk\d+\.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'}, + {protocol => 'tcp', port => '2181', hostname => 'nl04.openstack.org'}, {protocol => 'tcp', port => '2181', hostname => 'zuul01.openstack.org'}, # Zookeeper election {protocol => 'tcp', port => '2888', hostname => 'zk01.openstack.org'}, @@ -917,6 +919,7 @@ node 'nodepool.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'}, + {protocol => 'tcp', port => '2181', hostname => 'nl04.openstack.org'}, {protocol => 'tcp', port => '2181', hostname => 'zuul01.openstack.org'}, ], sysadmins => hiera('sysadmins', []),