diff --git a/hiera/common.yaml b/hiera/common.yaml index 5e8c3d2f6d..2aebc9cc59 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 @@ -541,6 +542,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'},