mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-05 07:34:30 +08:00
And this should allow softwarefactory-project.io to resolve in phx2
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
55ee39ccf3
commit
bdaef22681
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user