Quash one of proxy06's ips so we only have 1 for it.

This commit is contained in:
Kevin Fenzi 2015-02-05 22:38:38 +00:00
parent ea6b3bd6bf
commit c9ad5669ce
5 changed files with 3 additions and 6 deletions

View file

@ -9,7 +9,7 @@ ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
vmhost: osuosl01.fedoraproject.org
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
sponsor: osuosl

View file

@ -23,7 +23,6 @@
- "80.239.156.214"
- "152.19.134.142"
- "[2610:28:3090:3001:dead:beef:cafe:fed3]"
- "140.211.169.196"
- "213.175.193.205"
- "[2001:2030:0:2::2]"
- "10.5.126.52"

View file

@ -28,8 +28,6 @@ NameVirtualHost [2610:28:3090:3001:dead:beef:cafe:fed3]:443
#proxy06
NameVirtualHost 140.211.169.196:80
NameVirtualHost 140.211.169.196:443
NameVirtualHost 140.211.169.197:80
NameVirtualHost 140.211.169.197:443
#proxy07

View file

@ -170,7 +170,7 @@ define host {
host_name proxy06.fedoraproject.org
alias proxy06.fedoraproject.org
use defaulttemplate
address 140.211.169.196
address 140.211.169.197
parents osuosl01.fedoraproject.org
}

View file

@ -2,6 +2,6 @@ define host {
host_name proxy06-fpo
alias proxy06-fpo.fedoraproject.org
use defaulttemplate
address 140.211.169.196
address 140.211.169.197
parents proxy06
}