diff --git a/inventory/host_vars/openqa-aarch64-01.arm.fedoraproject.org b/inventory/host_vars/openqa-aarch64-01.arm.fedoraproject.org index a97ad957ff..febefdd86d 100644 --- a/inventory/host_vars/openqa-aarch64-01.arm.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-01.arm.fedoraproject.org @@ -5,6 +5,8 @@ gw: 10.5.78.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 fas_client_groups: sysadmin-qa,sysadmin-main,sysadmin-noc,fi-apprentice,sysadmin-veteran nrpe_procs_warn: 250 @@ -18,8 +20,8 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # the regular interfaces (which on this system is eth0-eth3) for us, # disabling all but the one we want to use (eth2), and leave everything # else alone. -ansible_ifcfg_whitelist: ['eth0', 'eth1', 'eth2', 'eth3'] -ansible_ifcfg_disabled: ['eth2', 'eth1', 'eth3'] +ansible_ifcfg_whitelist: ['eth3'] +ansible_ifcfg_disabled: ['eth0', 'eth1', 'eth2'] # this is a powerful machine, can handle more openQA workers openqa_workers: 8