Can I get +1s for the patch to the "dns" repo underneath? This should make "rabbitmq.fp.o" resolve to proxy101/proxy110 internally.
Patrick
diff --git a/fedoraproject.org.template b/fedoraproject.org.template index b0e659c..eac02a0 100644 --- a/fedoraproject.org.template +++ b/fedoraproject.org.template @@ -507,9 +507,15 @@ teams IN TXT "v=spf1 a ip4:35.172.234.62 ?all" teams-api IN A 35.172.234.62 teams-media-protected IN A 35.172.234.62 teams-static IN A 35.172.234.62 +{% if region == "PHX2" %} +; Point to proxy101/proxy110 +rabbitmq IN A 10.5.126.8 +rabbitmq IN A 10.5.126.9 +{% else %} ; for now just point rabbitmq at proxy01/10 until/unless rabbitmq hosts get vpn. rabbitmq IN A 209.132.181.15 rabbitmq IN A 209.132.181.16 +{% endif %} rabbitmq.stg IN CNAME admin.stg.fedoraproject.org. rdu IN A 66.187.233.101 redhat.download IN A 209.132.181.23
On Fri, Mar 29, 2019 at 11:47:36AM +0100, Patrick Uiterwijk wrote:
Can I get +1s for the patch to the "dns" repo underneath? This should make "rabbitmq.fp.o" resolve to proxy101/proxy110 internally.
Patrick
diff --git a/fedoraproject.org.template b/fedoraproject.org.template index b0e659c..eac02a0 100644 --- a/fedoraproject.org.template +++ b/fedoraproject.org.template @@ -507,9 +507,15 @@ teams IN TXT "v=spf1 a ip4:35.172.234.62 ?all" teams-api IN A 35.172.234.62 teams-media-protected IN A 35.172.234.62 teams-static IN A 35.172.234.62 +{% if region == "PHX2" %} +; Point to proxy101/proxy110 +rabbitmq IN A 10.5.126.8 +rabbitmq IN A 10.5.126.9 +{% else %} ; for now just point rabbitmq at proxy01/10 until/unless rabbitmq hosts get vpn. rabbitmq IN A 209.132.181.15 rabbitmq IN A 209.132.181.16 +{% endif %} rabbitmq.stg IN CNAME admin.stg.fedoraproject.org. rdu IN A 66.187.233.101 redhat.download IN A 209.132.181.23
+1 for me
Pierre
+1
On Fri, Mar 29, 2019, 06:48 Patrick Uiterwijk puiterwijk@redhat.com wrote:
Can I get +1s for the patch to the "dns" repo underneath? This should make "rabbitmq.fp.o" resolve to proxy101/proxy110 internally.
Patrick
diff --git a/fedoraproject.org.template b/fedoraproject.org.template index b0e659c..eac02a0 100644 --- a/fedoraproject.org.template +++ b/fedoraproject.org.template @@ -507,9 +507,15 @@ teams IN TXT "v=spf1 a ip4:35.172.234.62 ?all" teams-api IN A 35.172.234.62 teams-media-protected IN A 35.172.234.62 teams-static IN A 35.172.234.62 +{% if region == "PHX2" %} +; Point to proxy101/proxy110 +rabbitmq IN A 10.5.126.8 +rabbitmq IN A 10.5.126.9 +{% else %} ; for now just point rabbitmq at proxy01/10 until/unless rabbitmq hosts get vpn. rabbitmq IN A 209.132.181.15 rabbitmq IN A 209.132.181.16 +{% endif %} rabbitmq.stg IN CNAME admin.stg.fedoraproject.org. rdu IN A 66.187.233.101 redhat.download IN A 209.132.181.23 _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org 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@lists.fedorapro...
infrastructure@lists.fedoraproject.org