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
|
||||
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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue