add entries for 01 and 04 and change up the volume size definition
This commit is contained in:
parent
c5b23a941e
commit
13e78a6744
3 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
# common items for the buildvm-* koji builders
|
# common items for the buildvm-* koji builders
|
||||||
lvm_size: 150G
|
lvm_size: 150000
|
||||||
mem_size: 6144
|
mem_size: 6144
|
||||||
num_cpus: 5
|
num_cpus: 5
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-el-6
|
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
|
gw: 10.5.125.254
|
||||||
dns: 10.5.126.21
|
dns: 10.5.126.21
|
||||||
volgroup: /dev/vg_host01
|
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
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: buildvmhost-01.phx2.fedoraproject.org
|
vmhost: buildvmhost-01.phx2.fedoraproject.org
|
||||||
|
eth0_ip: 10.5.125.98
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
---
|
---
|
||||||
vmhost: buildvmhost-02.phx2.fedoraproject.org
|
vmhost: buildvmhost-02.phx2.fedoraproject.org
|
||||||
|
eth0_ip: 10.5.125.101
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue