diff --git a/inventory/group_vars/buildvm-aarch64 b/inventory/group_vars/buildvm-aarch64 index c75891c53a..46db05330e 100644 --- a/inventory/group_vars/buildvm-aarch64 +++ b/inventory/group_vars/buildvm-aarch64 @@ -11,8 +11,11 @@ ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/24/Everything/aarch64/ nm: 255.255.255.0 gw: 10.5.129.254 dns: 10.5.126.21 -main_bridge: br0 -nfs_bridge: br1 +# This is reverted so that eth1 gets br0 and eth0 gets br1 +# This seems some kind of bug where in the guest kernel the devices are swapped around +# when compared to the host. +main_bridge: br1 +nfs_bridge: br0 virt_install_command: "{{ virt_install_command_aarch64 }}" # for systems that do not match the above - specify the same parameter in