From bdaef2268117ec096c57b0cab2d5f07c75bbc129 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 25 Mar 2020 22:10:13 +0000 Subject: [PATCH] And this should allow softwarefactory-project.io to resolve in phx2 --- roles/dns/files/named.conf | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index f8345c8127..dd08188207 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -102,52 +102,52 @@ view "QA" { zone "redhat.com" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "beaker-project.org" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; # We can't access the softwarefactory-project.io. because ns1/ns2 give unroutable ips. Need to use external zone "softwarefactory-project.io" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "88.5.10.in-addr.arpa" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "4.10.in-addr.arpa" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "5.10.in-addr.arpa" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "10.in-addr.arpa" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "186.132.209.in-addr.arpa." { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "qa.fedoraproject.org" { @@ -278,7 +278,7 @@ view "PHX2" { zone "redhat.com" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "access.redhat.com" { @@ -290,20 +290,20 @@ view "PHX2" { zone "projectatomic.io" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "beaker-project.org" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; # also, we need to forward some jboss.org for fuse-fabric/bugzilla2fedmsg zone "jboss.org" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; # We can't access the internal Zanata servers. Just use external @@ -317,38 +317,38 @@ view "PHX2" { zone "softwarefactory-project.io" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "88.5.10.in-addr.arpa" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "4.10.in-addr.arpa" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "5.10.in-addr.arpa" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "10.in-addr.arpa" { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "186.132.209.in-addr.arpa." { type forward; forward only; - forwarders { 10.5.26.20; 10.5.26.21; }; + forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; }; }; zone "qa.fedoraproject.org" {