Add registry.zuul-ci.org

This is an experiment to determine if we can redirect
container image hosting.

Change-Id: I0d5d78ea3c0fdfac0cbbd695475ba8f028275946
This commit is contained in:
James E. Blair 2023-03-16 18:24:12 -07:00
parent a49392b205
commit a7d6feb290
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
$ORIGIN zuul-ci.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.openstack.org. (
1670257753 ; serial number unixtime
1679016240 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)
@ -23,6 +23,9 @@ _acme-challenge.lists IN CNAME acme.opendev.org.
www IN A 23.253.245.150
www IN AAAA 2001:4800:7818:101:be76:4eff:fe04:7c28
git IN CNAME static.opendev.org.
registry IN A 23.253.245.150
registry IN AAAA 2001:4800:7818:101:be76:4eff:fe04:7c28
_acme-challenge IN CNAME acme.opendev.org.
_acme-challenge.www IN CNAME acme.opendev.org.
_acme-challenge.git IN CNAME acme.opendev.org.
_acme-challenge.registry IN CNAME acme.opendev.org.