From 24b266150424049478ef9419d5ccdf8d17a9efb6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 27 Aug 2013 17:58:05 +0000 Subject: [PATCH] How about passing the right command. --- inventory/group_vars/buildvm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/buildvm b/inventory/group_vars/buildvm index 9606183985..f11504a019 100644 --- a/inventory/group_vars/buildvm +++ b/inventory/group_vars/buildvm @@ -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}