From 9619a2cad44ee1c9cd162ccd91d227d8b8b5776a Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 5 Sep 2016 20:58:06 +0000 Subject: [PATCH] Work around network interface swapping This seems to happen on the moonshot cartridges, where for some reason vnet0 gets named eth1 in the guest. Signed-off-by: Patrick Uiterwijk --- inventory/group_vars/buildvm-aarch64 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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