diff --git a/inventory/host_vars/buildvm-ppc64le-06.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-06.ppc.fedoraproject.org index 3db16434a7..3dd7611f20 100644 --- a/inventory/host_vars/buildvm-ppc64le-06.ppc.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-06.ppc.fedoraproject.org @@ -5,5 +5,5 @@ eth1_ip: 10.5.127.106 gw: 10.5.129.254 # This is a lie, but the PPC64 kernel likes to swap stuff around. -main_bridge: br2 +main_bridge: br3 nfs_bridge: br1 diff --git a/inventory/host_vars/buildvm-ppc64le-08.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-08.ppc.fedoraproject.org index 8ad7c90127..00ab32536d 100644 --- a/inventory/host_vars/buildvm-ppc64le-08.ppc.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-08.ppc.fedoraproject.org @@ -6,5 +6,5 @@ krb_builder: true gw: 10.5.129.254 # This is a lie, but the PPC64 kernel likes to swap stuff around. -main_bridge: br1 -nfs_bridge: br3 +main_bridge: br3 +nfs_bridge: br1