This will make sure that the new PPC net is able to resolve the netapp and use the internal proxies (which makes it work with the build firewall).
Can I get any +1s?
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com --- roles/dns/files/named.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index c4f8d8c..5620807 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -22,7 +22,7 @@ acl "everyone" { 0.0.0.0/0; ::0/0; }; // acl "ns_redhat" { 66.187.233.210; 209.132.183.2; 66.187.229.10; }; // -acl "phx2net" { 10.4.124.128/25; 10.5.78.0/24; 10.5.79.0/24; 10.5.125.0/24; 10.5.126.0/24; 10.5.127.0/24; }; +acl "phx2net" { 10.4.124.128/25; 10.5.78.0/24; 10.5.79.0/24; 10.5.125.0/24; 10.5.126.0/24; 10.5.127.0/24; 10.5.129.0/24; }; acl "qanet" { 10.5.124.128/25; 10.5.131.0/24; }; acl "rh-slaves" { 10.5.30.78; }; acl "rh" { 10.0.0.0/8; };
On Thu, Mar 10, 2016 at 09:42:27AM +0000, Patrick Uiterwijk wrote:
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com
roles/dns/files/named.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index c4f8d8c..5620807 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -22,7 +22,7 @@ acl "everyone" { 0.0.0.0/0; ::0/0; }; // acl "ns_redhat" { 66.187.233.210; 209.132.183.2; 66.187.229.10; }; // -acl "phx2net" { 10.4.124.128/25; 10.5.78.0/24; 10.5.79.0/24; 10.5.125.0/24; 10.5.126.0/24; 10.5.127.0/24; }; +acl "phx2net" { 10.4.124.128/25; 10.5.78.0/24; 10.5.79.0/24; 10.5.125.0/24; 10.5.126.0/24; 10.5.127.0/24; 10.5.129.0/24; }; acl "qanet" { 10.5.124.128/25; 10.5.131.0/24; }; acl "rh-slaves" { 10.5.30.78; }; acl "rh" { 10.0.0.0/8; };
+1 for me
Pierre
On Thu, Mar 10, 2016 at 9:42 AM, Patrick Uiterwijk puiterwijk@redhat.com wrote:
This will make sure that the new PPC net is able to resolve the netapp and use the internal proxies (which makes it work with the build firewall).
Can I get any +1s?
+1 from me, I might be biased ;-)
infrastructure@lists.fedoraproject.org