buildvm-ppc64le: On power9 at least we need to set this feature to do nested virt.
We may need to exclude this or use a different install for power8 hosts. (will test) Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
45e0eab5fd
commit
2e9a283f33
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ virt_install_command_ppc64le_two_nic_unsafe: virt-install --machine pseries-4.0
|
|||
ip={{ eth1_ip }}:::{{ nm }}:{{ inventory_hostname_short }}-nfs:eth1:none'
|
||||
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
||||
--network=bridge={{ nfs_bridge }},model=virtio,mac={{ mac_address1 }}
|
||||
--autostart --noautoconsole --watchdog default --rng /dev/random
|
||||
--autostart --noautoconsole --watchdog default --rng /dev/random --feature nested-hv=on
|
||||
|
||||
virt_install_command_aarch64_one_nic: virt-install -n {{ inventory_hostname }}
|
||||
--memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue