Organize the zone file by record name

This sorts the zone file by record name to try and avoid extra git
conflicts when there are multiple changes. This doesn't avoid the serial
number conflict but should help keep it to just that.

Change-Id: I5f24f5bbf66560121ce49b6141f1996227b92f40
This commit is contained in:
Clark Boylan 2019-02-26 12:39:03 -08:00
parent 281bc1a7d1
commit 9ff273e6da
1 changed files with 13 additions and 10 deletions

View File

@ -2,7 +2,7 @@
$ORIGIN opendev.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
1550260595 ; serial number unixtime
1551213394 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)
@ -12,26 +12,29 @@ $TTL 5m
@ IN A 38.108.68.64
adns1 IN A 104.239.146.24
adns1 IN AAAA 2001:4800:7819:104:be76:4eff:fe04:43d0
lists IN A 50.56.173.222
lists IN AAAA 2001:4800:780e:510:3bc3:d7f6:ff04:b736
ns1 IN A 104.239.140.165
ns1 IN AAAA 2001:4800:7819:104:be76:4eff:fe04:38f0
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 38.108.68.64
zuul IN CNAME zuul01.openstack.org.
; Entries are alphabetical below here to reduce conflicts (note the serial
; will continue to conflict)
insecure-ci-registry01 IN AAAA 2001:4800:7818:101:be76:4eff:fe04:67f5
insecure-ci-registry01 IN A 104.130.132.79
insecure-ci-registry IN CNAME insecure-ci-registry01
opendev-k8s-master IN A 38.108.68.20
lists IN A 50.56.173.222
lists IN AAAA 2001:4800:780e:510:3bc3:d7f6:ff04:b736
opendev-k8s-1 IN A 38.108.68.70
opendev-k8s-2 IN A 38.108.68.90
opendev-k8s-3 IN A 38.108.68.72
opendev-k8s-4 IN A 38.108.68.125
opendev-k8s-master IN A 38.108.68.20
pbx IN CNAME pbx01.opendev.org.
pbx01 IN A 104.239.146.91
pbx01 IN AAAA 2001:4800:7819:104:be76:4eff:fe04:b06f
storyboard01 IN A 162.209.77.101
storyboard01 IN AAAA 2001:4800:7818:103:be76:4eff:fe04:976a
storyboard-dev01 IN A 23.253.234.105
storyboard-dev01 IN AAAA 2001:4800:7817:103:be76:4eff:fe04:93f6
www IN A 38.108.68.64
zuul IN CNAME zuul01.openstack.org.