diff options
| -rw-r--r-- | inventory/host_vars/download-ib02.fedoraproject.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inventory/host_vars/download-ib02.fedoraproject.org b/inventory/host_vars/download-ib02.fedoraproject.org index 4b6694a7c..652e63df1 100644 --- a/inventory/host_vars/download-ib02.fedoraproject.org +++ b/inventory/host_vars/download-ib02.fedoraproject.org @@ -14,8 +14,7 @@ mem_size: 8192 num_cpus: 4 virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }} - --disk {{ volgroup }}/{{ inventory_hostname }} - --disk {{ volgroup }}/download-store + --disk {{ volgroup }}/{{ inventory_hostname }} --disk {{ volgroup }}/download-store --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 |
