diff --git a/inventory/host_vars/buildvm-ppc64-08.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64-08.ppc.fedoraproject.org index 9bf3c5422d..0f5c8bdd3e 100644 --- a/inventory/host_vars/buildvm-ppc64-08.ppc.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64-08.ppc.fedoraproject.org @@ -5,5 +5,5 @@ eth1_ip: 10.5.127.141 gw: 10.5.129.254 # This is a lie, but the PPC64 kernel likes to swap stuff around. -main_bridge: br2 -nfs_bridge: br1 +main_bridge: br1 +nfs_bridge: br3 diff --git a/inventory/host_vars/buildvm-ppc64le-08.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-08.ppc.fedoraproject.org index f670a8f9c3..91fd34f824 100644 --- a/inventory/host_vars/buildvm-ppc64le-08.ppc.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-08.ppc.fedoraproject.org @@ -5,5 +5,5 @@ eth1_ip: 10.5.127.108 gw: 10.5.129.254 # This is a lie, but the PPC64 kernel likes to swap stuff around. -main_bridge: br2 -nfs_bridge: br1 +main_bridge: br1 +nfs_bridge: br3