Add records for web site

Add records pointing to files02.openstack.org for zuul-ci.org and
www.zuul-ci.org.

We could make the www records a CNAME, but we can't do so for the
zone itself, because CNAME can't be used with other record types
and the zone must also carry SOA and NS records.

Change-Id: Ia7d2257876e636042b12f9f87c82772fbdb3abc3
This commit is contained in:
James E. Blair 2018-02-01 08:35:51 -08:00
parent 459f93cb4d
commit cf88fa54ca
1 changed files with 5 additions and 1 deletions

View File

@ -2,16 +2,20 @@
$ORIGIN zuul-ci.org.
$TTL 5m
@ IN SOA adns1.openstack.org. hostmaster.openstack.org. (
1515959169 ; serial number unixtime
1517502941 ; 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.zuul-ci.org.
@ IN NS ns2.zuul-ci.org.
@ IN A 23.253.125.17
@ IN AAAA 2001:4800:7817:103:be76:4eff:fe04:e3e3
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 A 50.56.173.222
lists IN AAAA 2001:4800:780e:510:3bc3:d7f6:ff04:b736
www IN A 23.253.125.17
www IN AAAA 2001:4800:7817:103:be76:4eff:fe04:e3e3