+1 for temp fix. Do we need to make a host proxy111 which is an A record of proxy101 and proxy110 so we can do failover? On Tue, 25 Sep 2018 at 14:55, Patrick マルタインアンドレアス Uiterwijk <puiterwijk@xxxxxxxxxx> wrote: > > Hi all, > > Can I get +1s for the following DNS repo change? > This will make it simpler to debug issues with the candidate-registry from OSBS. > > Patrick > > > commit 103f8de1f81264568d74e256ea45588d553ddd31 > Author: Patrick Uiterwijk <puiterwijk@xxxxxxxxxx> > Date: Tue Sep 25 18:52:47 2018 +0000 > > Only use proxy101 for internal candidate-regsitry for now to debug > > Signed-off-by: Patrick Uiterwijk <puiterwijk@xxxxxxxxxx> > > diff --git a/fedoraproject.org.template b/fedoraproject.org.template > index 25a090b..e99083c 100644 > --- a/fedoraproject.org.template > +++ b/fedoraproject.org.template > @@ -499,7 +499,11 @@ cdn.registry IN CNAME 1723040894.rsc.cdn77.org. > registry IN CNAME wildcard > stable-registry IN CNAME wildcard > registry.stg IN CNAME admin.stg.fedoraproject.org. > +{% if region == "PHX2" %} > +candidate-registry IN CNAME proxy101.phx2.fedoraproject.org. > +{% else %} > candidate-registry IN CNAME wildcard > +{% endif %} > candidate-registry.stg IN CNAME admin.stg.fedoraproject.org. > retrace02 IN A 209.132.181.34 > retrace01 IN A 209.132.181.28 > _______________________________________________ > infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx -- Stephen J Smoogen. _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx