From 0b5ce7008bb6240cd0307cb00a3c773c2a7851c0 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mar 05 2020 17:02:06 +0000 Subject: remove the defined eth0 from hostvars so that nagios will work for openqa --- diff --git a/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org b/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org index f7ab243..534887b 100644 --- a/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org @@ -4,8 +4,6 @@ freezes: false 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 eth1_ip: 10.5.131.25 eth1_nm: 255.255.255.0 datacenter: phx2 diff --git a/inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org b/inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org index 007cb85..3569f4b 100644 --- a/inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org @@ -4,8 +4,6 @@ freezes: false 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 eth1_ip: 10.5.131.26 eth1_nm: 255.255.255.0 datacenter: phx2 diff --git a/inventory/host_vars/openqa-aarch64-03.qa.fedoraproject.org b/inventory/host_vars/openqa-aarch64-03.qa.fedoraproject.org index 0ef7869..4936160 100644 --- a/inventory/host_vars/openqa-aarch64-03.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-03.qa.fedoraproject.org @@ -4,8 +4,6 @@ freezes: false 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 eth1_ip: 10.5.131.27 eth1_nm: 255.255.255.0 datacenter: phx2 diff --git a/inventory/host_vars/openqa-aarch64-04.arm.fedoraproject.org b/inventory/host_vars/openqa-aarch64-04.arm.fedoraproject.org deleted file mode 100644 index 925fb8e..0000000 --- a/inventory/host_vars/openqa-aarch64-04.arm.fedoraproject.org +++ /dev/null @@ -1,25 +0,0 @@ ---- -freezes: false -# the if connected to the infra network on this box is eth2, not eth0 -gw: 10.5.78.254 -dns: 10.5.126.21 -eth0_ip: 10.5.78.9 -eth0_nm: 255.255.255.0 -datacenter: phx2 -fas_client_groups: sysadmin-qa,sysadmin-main,sysadmin-noc,fi-apprentice,sysadmin-veteran -nrpe_procs_warn: 250 -nrpe_procs_crit: 300 - -sudoers: "{{ private }}/files/sudo/qavirt-sudoers" - -# this is a powerful machine, can handle more openQA workers -openqa_workers: 8 -# firewall ports for server->worker websockets connections -# this port is 'QEMUPORT plus 1' -# QEMUPORT is: -# $ENV{QEMUPORT} = ($options{instance}) * 10 + 20002; -# so for worker 1 it's 20012, for worker 2 it's 20022, etc etc -tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083'] - -# has an HW RNG, so let's have rngd -openqa_rngd: True