Add fortnebula mirror server to DNS

Do this before adding it to our inventory so that the LE cert setup
functions properly.

Change-Id: I9538225291561b24ab2112985950309c908b99b8
This commit is contained in:
Clark Boylan 2019-07-03 07:49:20 -07:00
parent 51a70cd32f
commit 52fca3d675
1 changed files with 9 additions and 1 deletions

View File

@ -2,7 +2,7 @@
$ORIGIN opendev.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
1562049031 ; serial number unixtime
1562164630 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)
@ -107,3 +107,11 @@ _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"
mirror01.regionone.fortnebula IN A 108.44.198.38
mirror01.regionone.fortnebula IN AAAA 2001:470:e045:2:f816:3eff:fe41:3c14
mirror.regionone.fortnebula IN CNAME mirror01.regionone.fortnebula
_acme-challenge.mirror01.regionone.fortnebula IN CNAME acme.opendev.org.
_acme-challenge.mirror.regionone.fortnebula IN CNAME acme.opendev.org.
mirror01.regionone.fortnebula IN CAA 0 issue "letsencrypt.org"
mirror01.regionone.fortnebula IN CAA 0 iodef "mailto:infra-root@openstack.org"