From 945adf1783441b1392006e7b94e3a002880befe5 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 4 Nov 2016 14:28:35 +0000 Subject: [PATCH] buildvm ppc: adjust bridge config --- inventory/host_vars/buildvm-ppc64-08.ppc.fedoraproject.org | 4 ++-- inventory/host_vars/buildvm-ppc64le-08.ppc.fedoraproject.org | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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