From 55b04c9ce978c0348e3a1c5c0e38a4623bc97de3 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 20 Jul 2018 16:18:37 -0400 Subject: [PATCH] Bring ze11.o.o online This brings online our 11th zuul-executor, and opens the required firewall ports. Change-Id: If0ee569a2d14caeeb912b7382160f47d460650ab Signed-off-by: Paul Belanger --- hiera/common.yaml | 2 ++ manifests/site.pp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hiera/common.yaml b/hiera/common.yaml index 8c438dd1bc..36daf5f1e9 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -67,6 +67,7 @@ logstash_iptables_rule_data: - {protocol: 'tcp', port: '4730', hostname: 'ze08.openstack.org'} - {protocol: 'tcp', port: '4730', hostname: 'ze09.openstack.org'} - {protocol: 'tcp', port: '4730', hostname: 'ze10.openstack.org'} +- {protocol: 'tcp', port: '4730', hostname: 'ze11.openstack.org'} infra_apache_serveradmin: noc@openstack.org statusbot_channels: - ara @@ -540,6 +541,7 @@ cacti_hosts: - ze08.openstack.org - ze09.openstack.org - ze10.openstack.org +- ze11.openstack.org - zk01.openstack.org - zk02.openstack.org - zk03.openstack.org diff --git a/manifests/site.pp b/manifests/site.pp index f9a0719bb6..8a3d088784 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -266,6 +266,7 @@ node /^graphite\d*\.openstack\.org$/ { {protocol => 'udp', port => '8125', hostname => 'ze08.openstack.org'}, {protocol => 'udp', port => '8125', hostname => 'ze09.openstack.org'}, {protocol => 'udp', port => '8125', hostname => 'ze10.openstack.org'}, + {protocol => 'udp', port => '8125', hostname => 'ze11.openstack.org'}, ], sysadmins => hiera('sysadmins', []) } @@ -1326,6 +1327,7 @@ node /^zuul\d+\.openstack\.org$/ { {protocol => 'tcp', port => '4730', hostname => 'ze08.openstack.org'}, {protocol => 'tcp', port => '4730', hostname => 'ze09.openstack.org'}, {protocol => 'tcp', port => '4730', hostname => 'ze10.openstack.org'}, + {protocol => 'tcp', port => '4730', hostname => 'ze11.openstack.org'}, {protocol => 'tcp', port => '4730', hostname => 'zm01.openstack.org'}, {protocol => 'tcp', port => '4730', hostname => 'zm02.openstack.org'}, {protocol => 'tcp', port => '4730', hostname => 'zm03.openstack.org'},