From bb230eb4ae7eb9500d3a4d032e70125257998918 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 15 Nov 2019 16:27:57 +0000 Subject: [PATCH] buildvm-armv7: adjust install Signed-off-by: Kevin Fenzi --- inventory/group_vars/buildvm_armv7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/buildvm_armv7 b/inventory/group_vars/buildvm_armv7 index 7176e34141..d18566c210 100644 --- a/inventory/group_vars/buildvm_armv7 +++ b/inventory/group_vars/buildvm_armv7 @@ -15,8 +15,8 @@ dns: 10.5.126.21 # This seems some kind of bug where in the guest kernel the devices are swapped around # when compared to the host. main_bridge: br0 -# nfs_bridge: br0 -virt_install_command: "{{ virt_install_command_armv7_one_nic }}" +nfs_bridge: br1 +virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file