Revert "Add ns3.openstack.org"

This reverts commit bb1b450c30.

This is no longer needed (it was used for testing).

Change-Id: I81bb639860d042b839493c390c859a73a47362f0
This commit is contained in:
James E. Blair 2017-12-21 16:38:35 -08:00
parent bb1b450c30
commit 0d9ef4cc88

View File

@ -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')),
}
}