Make zuul-ci.org self-hosting
The .org registry doesn't seem happy to have ns1.openstack.org as NS servers for this domain. Since we're planning to create a "neutrally branded" domain for our infrastructure hosting, rather than track down that problem, let's just self-host zuul-ci.org for now, and we'll move nameservers to the new domain when ready. These NS records have been added to the registry as glue records. Change-Id: Ia838de9faa9281be1ab2f4309b70cbe2befca4b9
This commit is contained in:
parent
9fc2c84cda
commit
d5eccfc804
@ -1,13 +1,16 @@
|
||||
; -*- mode: zone -*-
|
||||
$ORIGIN zuul-ci.org.
|
||||
$TTL 5m
|
||||
@ IN SOA ns1.openstack.org. hostmaster.openstack.org. (
|
||||
1513894529 ; serial number unixtime
|
||||
@ IN SOA adns1.openstack.org. hostmaster.openstack.org. (
|
||||
1513902355 ; serial number unixtime
|
||||
1h ; refresh (secondary checks for updates)
|
||||
10m ; retry (secondary retries failed axfr)
|
||||
10d ; expire (secondary ends serving old data)
|
||||
5m ) ; min ttl (cache time for failed lookups)
|
||||
@ IN NS ns1.openstack.org.
|
||||
@ IN NS ns3.openstack.org.
|
||||
|
||||
@ IN NS ns1.zuul-ci.org.
|
||||
@ IN NS ns2.zuul-ci.org.
|
||||
ns1 IN A 23.253.236.219
|
||||
ns1 IN AAAA 2001:4800:7817:103:be76:4eff:fe04:3fc7
|
||||
ns2 IN A 162.253.55.139
|
||||
ns2 IN AAAA 2604:e100:1:0:f816:3eff:fe53:ee69
|
||||
lists IN CNAME lists.openstack.org.
|
||||
|
Loading…
x
Reference in New Issue
Block a user