From e3c5b5194f1951837b833badee7aea0db52c9c56 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 6 Oct 2020 09:31:36 -0700 Subject: [PATCH] openqa: update x86 worker 04 network host vars Signed-off-by: Adam Williamson --- .../host_vars/openqa-x86-worker04.iad2.fedoraproject.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/openqa-x86-worker04.iad2.fedoraproject.org b/inventory/host_vars/openqa-x86-worker04.iad2.fedoraproject.org index 55655b0639..c2864bec7c 100644 --- a/inventory/host_vars/openqa-x86-worker04.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-x86-worker04.iad2.fedoraproject.org @@ -6,11 +6,12 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" nrpe_procs_warn: 1400 nrpe_procs_crit: 1600 -# the if connected to the infra network on this box is em1 -ansible_ifcfg_infra_net_devices: [ 'em1' ] +# the if connected to the infra network on this box is eno1 +ansible_ifcfg_infra_net_devices: [ 'eno1' ] eno1_ip: 10.3.174.24 eno1_nm: 255.255.255.0 gw: 10.3.174.254 +dns: 10.3.163.33 nm: 255.255.255.0 # openQA tap worker hosts (like this one) do stuff with ifcfg that base