From e2767ee22ef4b40530112c82fdcf9fa6b25207e6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 3 Mar 2020 18:15:15 -0800 Subject: [PATCH] Fix up openqa-aarch64-0* network config a bit harder, I hope Signed-off-by: Adam Williamson --- inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org | 5 +++-- inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org | 5 +++-- inventory/host_vars/openqa-aarch64-03.qa.fedoraproject.org | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org b/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org index 71ba1c6ee0..f7ab243c1a 100644 --- a/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org @@ -1,7 +1,8 @@ --- freezes: false -# the if connected to the infra network on this box is eth2, not eth0 -gw: 10.5.78.254 +# eth0 is on the .arm. network. eth1 is on the .qa. network +ansible_ifcfg_infra_net_devices: ['eth0', 'eth1'] +gw: 10.5.131.254 dns: 10.5.126.21 eth0_ip: 10.5.78.6 eth0_nm: 255.255.255.0 diff --git a/inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org b/inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org index c4caf6c742..007cb859ca 100644 --- a/inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org @@ -1,7 +1,8 @@ --- freezes: false -# the if connected to the infra network on this box is eth2, not eth0 -gw: 10.5.78.254 +# eth0 is on the .arm. network. eth1 is on the .qa. network +ansible_ifcfg_infra_net_devices: ['eth0', 'eth1'] +gw: 10.5.131.254 dns: 10.5.126.21 eth0_ip: 10.5.78.7 eth0_nm: 255.255.255.0 diff --git a/inventory/host_vars/openqa-aarch64-03.qa.fedoraproject.org b/inventory/host_vars/openqa-aarch64-03.qa.fedoraproject.org index 5c7cde8eda..0ef786995f 100644 --- a/inventory/host_vars/openqa-aarch64-03.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-03.qa.fedoraproject.org @@ -1,7 +1,8 @@ --- freezes: false -# the if connected to the infra network on this box is eth2, not eth0 -gw: 10.5.78.254 +# eth0 is on the .arm. network. eth1 is on the .qa. network +ansible_ifcfg_infra_net_devices: ['eth0', 'eth1'] +gw: 10.5.131.254 dns: 10.5.126.21 eth0_ip: 10.5.78.8 eth0_nm: 255.255.255.0