From 2e9a283f33ded33ffb7677e627a650c1a2f78b71 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 23 Nov 2019 18:41:06 +0000 Subject: [PATCH] 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 --- inventory/group_vars/all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index ec94d1e4cb..307f6feebe 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -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