Use the default virt-install here.
This commit is contained in:
parent
53014468a7
commit
b219fc014d
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue