From 8955d6c86fee2b4dc1c58da604af809db2aa6c13 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 10 Jan 2020 20:24:50 +0000 Subject: [PATCH] [#8320 ] Make sure that the qa network also can get these. Point to the right nameservers --- roles/dns/files/named.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index 316f33f476..80842da886 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -112,6 +112,14 @@ view "QA" { forwarders { 10.5.26.20; 10.5.26.21; }; }; + # 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; }; + }; + + zone "88.5.10.in-addr.arpa" { type forward; forward only; @@ -304,9 +312,10 @@ view "PHX2" { zone "softwarefactory-project.io" { type forward; forward only; - forwarders { 8.8.8.8; 8.8.4.4; }; + forwarders { 10.5.26.20; 10.5.26.21; }; }; + zone "88.5.10.in-addr.arpa" { type forward; forward only;