Quash one of proxy06's ips so we only have 1 for it.
This commit is contained in:
parent
ea6b3bd6bf
commit
c9ad5669ce
5 changed files with 3 additions and 6 deletions
|
@ -9,7 +9,7 @@ ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||||
vmhost: osuosl01.fedoraproject.org
|
vmhost: osuosl01.fedoraproject.org
|
||||||
volgroup: /dev/vg_Server
|
volgroup: /dev/vg_Server
|
||||||
|
|
||||||
eth0_ip: 140.211.169.196
|
eth0_ip: 140.211.169.197
|
||||||
|
|
||||||
# This is consumed by the roles/fedora-web/main role
|
# This is consumed by the roles/fedora-web/main role
|
||||||
sponsor: osuosl
|
sponsor: osuosl
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
- "80.239.156.214"
|
- "80.239.156.214"
|
||||||
- "152.19.134.142"
|
- "152.19.134.142"
|
||||||
- "[2610:28:3090:3001:dead:beef:cafe:fed3]"
|
- "[2610:28:3090:3001:dead:beef:cafe:fed3]"
|
||||||
- "140.211.169.196"
|
|
||||||
- "213.175.193.205"
|
- "213.175.193.205"
|
||||||
- "[2001:2030:0:2::2]"
|
- "[2001:2030:0:2::2]"
|
||||||
- "10.5.126.52"
|
- "10.5.126.52"
|
||||||
|
|
|
@ -28,8 +28,6 @@ NameVirtualHost [2610:28:3090:3001:dead:beef:cafe:fed3]:443
|
||||||
|
|
||||||
#proxy06
|
#proxy06
|
||||||
NameVirtualHost 140.211.169.196:80
|
NameVirtualHost 140.211.169.196:80
|
||||||
NameVirtualHost 140.211.169.196:443
|
|
||||||
NameVirtualHost 140.211.169.197:80
|
|
||||||
NameVirtualHost 140.211.169.197:443
|
NameVirtualHost 140.211.169.197:443
|
||||||
|
|
||||||
#proxy07
|
#proxy07
|
||||||
|
|
|
@ -170,7 +170,7 @@ define host {
|
||||||
host_name proxy06.fedoraproject.org
|
host_name proxy06.fedoraproject.org
|
||||||
alias proxy06.fedoraproject.org
|
alias proxy06.fedoraproject.org
|
||||||
use defaulttemplate
|
use defaulttemplate
|
||||||
address 140.211.169.196
|
address 140.211.169.197
|
||||||
parents osuosl01.fedoraproject.org
|
parents osuosl01.fedoraproject.org
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@ define host {
|
||||||
host_name proxy06-fpo
|
host_name proxy06-fpo
|
||||||
alias proxy06-fpo.fedoraproject.org
|
alias proxy06-fpo.fedoraproject.org
|
||||||
use defaulttemplate
|
use defaulttemplate
|
||||||
address 140.211.169.196
|
address 140.211.169.197
|
||||||
parents proxy06
|
parents proxy06
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue