virt-install is in path and in a different place in rhel7
This commit is contained in:
parent
61649f6d06
commit
8764d6afa2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ lvm_size: 20000
|
|||
# gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
|
||||
# hostname={{ inventory_hostname }}"
|
||||
# --network=bridge=br0 --autostart --noautoconsole
|
||||
virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
||||
virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
||||
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
|
||||
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue