Use the default virt-install here.

This commit is contained in:
Kevin Fenzi 2015-06-16 19:11:52 +00:00
parent 53014468a7
commit b219fc014d

View file

@ -22,11 +22,3 @@ nrpe_procs_crit: 1000
lvm_size: 1t
mem_size: 8192
num_cpus: 4
virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
--disk {{ volgroup }}/{{ inventory_hostname }}
--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
hostname={{ inventory_hostname }}"
--network=bridge=br0 --autostart --noautoconsole