Add storyboard01 address records

The old Trusty-based storyboard.openstack.org is being replaced by a
new Xenial-based storyboard01.opendev.org instance, so add its A and
AAAA records to DNS.

Change-Id: Ia31f490b1345bcc9128755a4658c8b497793ffe4
This commit is contained in:
Jeremy Stanley 2019-01-27 17:33:44 +00:00
parent 45f6250437
commit d6720f0ee3
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
$ORIGIN opendev.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
1548800746 ; serial number unixtime
1549194288 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)
@ -21,6 +21,8 @@ ns2 IN A 162.253.55.16
ns2 IN AAAA 2604:e100:1:0:f816:3eff:fe2c:7447
storyboard-dev01 IN A 23.253.234.105
storyboard-dev01 IN AAAA 2001:4800:7817:103:be76:4eff:fe04:93f6
storyboard01 IN A 162.209.77.101
storyboard01 IN AAAA 2001:4800:7818:103:be76:4eff:fe04:976a
www IN A 23.253.125.17
www IN AAAA 2001:4800:7817:103:be76:4eff:fe04:e3e3
zuul IN CNAME zuul01.openstack.org.