make download05 virtual
This commit is contained in:
parent
ffdc193701
commit
f5fd7530c0
3 changed files with 32 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
||||||
[dells]
|
[dells]
|
||||||
osuosl01.fedoraproject.org
|
osuosl01.fedoraproject.org
|
||||||
download04.phx2.fedoraproject.org
|
|
||||||
download05.phx2.fedoraproject.org
|
|
||||||
bvirthost01.phx2.fedoraproject.org
|
bvirthost01.phx2.fedoraproject.org
|
||||||
bvirthost01.stg.phx2.fedoraproject.org
|
bvirthost01.stg.phx2.fedoraproject.org
|
||||||
bvirthost04.phx2.fedoraproject.org
|
bvirthost04.phx2.fedoraproject.org
|
||||||
|
|
|
@ -1,8 +1,37 @@
|
||||||
---
|
---
|
||||||
|
dns: 10.5.126.21
|
||||||
gw: 10.5.126.254
|
gw: 10.5.126.254
|
||||||
|
nm: 255.255.255.0
|
||||||
|
|
||||||
|
|
||||||
|
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
||||||
|
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||||
|
|
||||||
|
vmhost: virthost15.phx2.fedoraproject.org
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
#
|
||||||
|
# We need this to install with 2 nics
|
||||||
|
#
|
||||||
|
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||||
|
|
||||||
eth0_ip: 10.5.126.97
|
eth0_ip: 10.5.126.97
|
||||||
eth1_ip: 10.5.127.105
|
eth1_ip: 10.5.127.105
|
||||||
# This is a tier1 only host
|
main_bridge: br0
|
||||||
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}-tier1"
|
nfs_bridge: br1
|
||||||
|
|
||||||
|
datacenter: phx2
|
||||||
|
|
||||||
|
tcp_ports: [80, 443, 873]
|
||||||
|
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"
|
||||||
|
|
||||||
|
nrpe_procs_warn: 1200
|
||||||
|
nrpe_procs_crit: 1400
|
||||||
|
|
||||||
|
mem_size: 16384
|
||||||
|
max_mem_size: 20480
|
||||||
|
lvm_size: 20000
|
||||||
|
num_cpus: 8
|
||||||
|
|
||||||
|
vpn: false
|
||||||
|
|
||||||
public_hostname: dl05.fedoraproject.org
|
public_hostname: dl05.fedoraproject.org
|
||||||
|
|
|
@ -361,6 +361,7 @@ download01.phx2.fedoraproject.org
|
||||||
download02.phx2.fedoraproject.org
|
download02.phx2.fedoraproject.org
|
||||||
download03.phx2.fedoraproject.org
|
download03.phx2.fedoraproject.org
|
||||||
download04.phx2.fedoraproject.org
|
download04.phx2.fedoraproject.org
|
||||||
|
download05.phx2.fedoraproject.org
|
||||||
|
|
||||||
[download:children]
|
[download:children]
|
||||||
download_phx2
|
download_phx2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue