How about passing the right command.

This commit is contained in:
Kevin Fenzi 2013-08-27 17:58:05 +00:00
parent 5278250229
commit 24b2661504

View file

@ -9,7 +9,7 @@ nm: 255.255.255.0
gw: 10.5.125.254
dns: 10.5.126.21
volgroup: /dev/vg_host01
virt_install_fedora_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size}
virt_install_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size}
--disk bus=virtio,path=${volgroup}/${inventory_hostname}
--vcpus=${num_cpus} -l ${ks_repo} -x
"ksdevice=eth0 ks=${ks_url} ip=${eth0_ip} netmask=${nm}