Fix rhel6 virt-install command. virt-install is not in sbin
This commit is contained in:
parent
9140595423
commit
a62ca78724
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ virt_install_command_two_nic: virt-install -n {{ inventory_hostname }}
|
|||
--network bridge={{ main_bridge }},model=virtio --network=bridge={{ nfs_bridge }},model=virtio
|
||||
--autostart --noautoconsole --watchdog default
|
||||
|
||||
virt_install_command_rhel6: /usr/sbin/virt-install -n {{ inventory_hostname }}
|
||||
virt_install_command_rhel6: virt-install -n {{ inventory_hostname }}
|
||||
--memory={{ mem_size }},maxmemory={{ max_mem_size }}
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
||||
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue