Add ns3.openstack.org

This is hosted in rax to test some theories about ipv6 reverse dns.

Change-Id: I791490351d93878db296f3b6d8184f8b125c2dcb
This commit is contained in:
James E. Blair 2017-12-21 13:48:43 -08:00
parent fd9af5d84e
commit bb1b450c30

View File

@ -836,13 +836,14 @@ 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')),
notifies => concat(dns_a('ns1.openstack.org'), dns_a('ns2.openstack.org'), dns_a('ns3.openstack.org')),
}
}