From a7d6feb2904ff7f4933fa3b6bd8db90d838e6f30 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 16 Mar 2023 18:24:12 -0700 Subject: [PATCH] Add registry.zuul-ci.org This is an experiment to determine if we can redirect container image hosting. Change-Id: I0d5d78ea3c0fdfac0cbbd695475ba8f028275946 --- zones/zuul-ci.org/zone.db | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zones/zuul-ci.org/zone.db b/zones/zuul-ci.org/zone.db index 73dedb8..e314f5b 100644 --- a/zones/zuul-ci.org/zone.db +++ b/zones/zuul-ci.org/zone.db @@ -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.