remove the defined eth0 from hostvars so that nagios will work for openqa

This commit is contained in:
Stephen Smoogen 2020-03-05 17:02:02 +00:00 committed by Pierre-Yves Chibon
parent a41c1c217f
commit d4a042aed2
4 changed files with 0 additions and 31 deletions

View file

@ -4,8 +4,6 @@ freezes: false
ansible_ifcfg_infra_net_devices: ['eth0', 'eth1'] ansible_ifcfg_infra_net_devices: ['eth0', 'eth1']
gw: 10.5.131.254 gw: 10.5.131.254
dns: 10.5.126.21 dns: 10.5.126.21
eth0_ip: 10.5.78.6
eth0_nm: 255.255.255.0
eth1_ip: 10.5.131.25 eth1_ip: 10.5.131.25
eth1_nm: 255.255.255.0 eth1_nm: 255.255.255.0
datacenter: phx2 datacenter: phx2

View file

@ -4,8 +4,6 @@ freezes: false
ansible_ifcfg_infra_net_devices: ['eth0', 'eth1'] ansible_ifcfg_infra_net_devices: ['eth0', 'eth1']
gw: 10.5.131.254 gw: 10.5.131.254
dns: 10.5.126.21 dns: 10.5.126.21
eth0_ip: 10.5.78.7
eth0_nm: 255.255.255.0
eth1_ip: 10.5.131.26 eth1_ip: 10.5.131.26
eth1_nm: 255.255.255.0 eth1_nm: 255.255.255.0
datacenter: phx2 datacenter: phx2

View file

@ -4,8 +4,6 @@ freezes: false
ansible_ifcfg_infra_net_devices: ['eth0', 'eth1'] ansible_ifcfg_infra_net_devices: ['eth0', 'eth1']
gw: 10.5.131.254 gw: 10.5.131.254
dns: 10.5.126.21 dns: 10.5.126.21
eth0_ip: 10.5.78.8
eth0_nm: 255.255.255.0
eth1_ip: 10.5.131.27 eth1_ip: 10.5.131.27
eth1_nm: 255.255.255.0 eth1_nm: 255.255.255.0
datacenter: phx2 datacenter: phx2

View file

@ -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