From 0d9ef4cc887007d439d7b0a3f611b53e13cf3075 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 21 Dec 2017 16:38:35 -0800 Subject: [PATCH] Revert "Add ns3.openstack.org" This reverts commit bb1b450c3061e08c12bfe217519fbfa51f60f2b2. This is no longer needed (it was used for testing). Change-Id: I81bb639860d042b839493c390c859a73a47362f0 --- manifests/site.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index 98c5fd2ff7..764e68e5a0 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -836,14 +836,13 @@ node /^adns\d+\.openstack\.org$/ { iptables_allowed_hosts => [ {protocol => 'tcp', port => '53', hostname => 'ns1.openstack.org'}, {protocol => 'tcp', port => '53', hostname => 'ns2.openstack.org'}, - {protocol => 'tcp', port => '53', hostname => 'ns3.openstack.org'}, ], } class { 'openstack_project::master_nameserver': tsig_key => hiera('tsig_key', {}), dnssec_keys => hiera_hash('dnssec_keys', {}), - notifies => concat(dns_a('ns1.openstack.org'), dns_a('ns2.openstack.org'), dns_a('ns3.openstack.org')), + notifies => concat(dns_a('ns1.openstack.org'), dns_a('ns2.openstack.org')), } }