add entries for 01 and 04 and change up the volume size definition

This commit is contained in:
Seth Vidal 2013-05-01 21:53:27 +00:00
parent c5b23a941e
commit 13e78a6744
3 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,6 @@
---
# common items for the buildvm-* koji builders
lvm_size: 150G
lvm_size: 150000
mem_size: 6144
num_cpus: 5
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-el-6
@ -9,5 +9,12 @@ nm: 255.255.255.0
gw: 10.5.125.254
dns: 10.5.126.21
volgroup: /dev/vg_host01
install_command: /usr/bin/virt-install -n ${inventory_hostname} -r ${mem_size} \
--disk ${volgroup}/${inventory_hostname_short} \
--vcpus=${num_cpus} -l ${ks_repo} -x \
"ksdevice=eth0 ks=${ks_url} ip=${eth0_ip} netmask=${nm} \
gateway=${gw} dns=${dns} console=tty0 console=ttyS0" \
--network=bridge=br0 --network=bridge=br1 --vnc --noautoconsole
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file

View file

@ -1,3 +1,3 @@
---
vmhost: buildvmhost-01.phx2.fedoraproject.org
eth0_ip: 10.5.125.98

View file

@ -1,3 +1,4 @@
---
vmhost: buildvmhost-02.phx2.fedoraproject.org
eth0_ip: 10.5.125.101