Add acme.opendev.org

This adds a template for acme.opendev.org.  This is an initial
template only; it will be managed by ansible for letsencrypt
certification.  It is deployed by the needed change.

Needed-By: https://review.openstack.org/641155
Change-Id: I89cf643fa75b73b7520880c8bacb04e6939e4096
This commit is contained in:
Ian Wienand 2019-03-06 09:54:12 +11:00
parent 1f3f441d00
commit f419eb2f0b
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,14 @@
; -*- mode: zone -*-
$ORIGIN acme.opendev.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
1551825627 ; 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.opendev.org.
@ IN NS ns2.opendev.org.
; NOTE THIS DOMAIN IS UNMANAGED AND IS MAINTAINED BY
; LETSENCRYPT ANSIBLE. THIS IS ONLY A TEMPLATE.

View File

@ -2,7 +2,7 @@
$ORIGIN opendev.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
1551459981 ; serial number unixtime
1551826436 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)
@ -19,6 +19,8 @@ ns2 IN AAAA 2604:e100:1:0:f816:3eff:fe2c:7447
; Entries are alphabetical below here to reduce conflicts (note the serial
; will continue to conflict)
acme.opendev.org. IN NS ns1.opendev.org.
acme.opendev.org. IN NS ns2.opendev.org.
gitea-lb01 IN A 38.108.68.124
gitea01 IN A 38.108.68.93
gitea02 IN A 38.108.68.122