Add OVH GRA1 opendev.org mirror

Note this does not have a AAAA record; ipv6 isn't automatically setup
on OVH hosts.

Change-Id: If1c4a12becd6c1eb39659d3d8a9168eeb687b5f5
This commit is contained in:
Ian Wienand 2019-06-26 17:27:31 +10:00
parent 5bdc8d7037
commit 540078a779
1 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@
$ORIGIN opendev.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
1561578453 ; serial number unixtime
1561593173 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)
@ -96,3 +96,10 @@ _acme-challenge.mirror01.ord.rax IN CNAME acme.opendev.org.
_acme-challenge.mirror.ord.rax IN CNAME acme.opendev.org.
mirror01.ord.rax IN CAA 0 issue "letsencrypt.org"
mirror01.ord.rax IN CAA 0 iodef "mailto:infra-root@openstack.org"
mirror01.gra1.ovh IN A 149.202.161.140
mirror.gra1.ovh IN CNAME mirror01.gra1.ovh
_acme-challenge.mirror01.gra1.ovh IN CNAME acme.opendev.org.
_acme-challenge.mirror.gra1.ovh IN CNAME acme.opendev.org.
mirror01.gra1.ovh IN CAA 0 issue "letsencrypt.org"
mirror01.gra1.ovh IN CAA 0 iodef "mailto:infra-root@openstack.org"