well why does this work everywhere else?

This commit is contained in:
Stephen Smoogen 2014-05-30 17:54:17 +00:00
parent 682a04b292
commit 5948aab0be

View file

@ -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