a little install command refinement

This commit is contained in:
Seth Vidal 2013-05-01 22:07:46 +00:00
parent 13e78a6744
commit da150c374c

View file

@ -9,11 +9,11 @@ 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" \
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