From 30df2a0e87d5a0336a65b40dbf9e3411363b37ca Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 17 Mar 2015 16:43:57 +0000 Subject: [PATCH] Fix virt-install command for taskotron-dev --- inventory/host_vars/taskotron-dev01.qa.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/taskotron-dev01.qa.fedoraproject.org b/inventory/host_vars/taskotron-dev01.qa.fedoraproject.org index 0675f259dd..04e722450d 100644 --- a/inventory/host_vars/taskotron-dev01.qa.fedoraproject.org +++ b/inventory/host_vars/taskotron-dev01.qa.fedoraproject.org @@ -12,7 +12,7 @@ fas_client_groups: sysadmin-qa,sysadmin-main # default virt install command is for a single nic-device # define in another group file for more nics (see buildvm) -virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }} +virt_install_command: /usr/bin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }} --disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }} --vcpus={{ num_cpus }} -l {{ ks_repo }} -x "ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }}