diff --git a/inventory/hardware b/inventory/hardware index 5e07a34177..aa4f6144ba 100644 --- a/inventory/hardware +++ b/inventory/hardware @@ -159,8 +159,8 @@ buildvmhost-aarch64-18.arm.fedoraproject.org buildvmhost-aarch64-19.arm.fedoraproject.org buildvmhost-a64-osbs-01.arm.fedoraproject.org openqa-aarch64-01.qa.fedoraproject.org -#openqa-aarch64-02.qa.fedoraproject.org -#openqa-aarch64-03.qa.fedoraproject.org +openqa-aarch64-02.qa.fedoraproject.org +openqa-aarch64-03.qa.fedoraproject.org [hardware:children] moonshot diff --git a/inventory/host_vars/openqa-aarch64-02.arm.fedoraproject.org b/inventory/host_vars/openqa-aarch64-02.arm.fedoraproject.org index d25a6dd593..10f1dfbb22 100644 --- a/inventory/host_vars/openqa-aarch64-02.arm.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-02.arm.fedoraproject.org @@ -5,6 +5,8 @@ gw: 10.5.78.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 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 diff --git a/inventory/host_vars/openqa-aarch64-03.arm.fedoraproject.org b/inventory/host_vars/openqa-aarch64-03.arm.fedoraproject.org index e975379971..cfb598d645 100644 --- a/inventory/host_vars/openqa-aarch64-03.arm.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-03.arm.fedoraproject.org @@ -5,6 +5,8 @@ gw: 10.5.78.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 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 diff --git a/inventory/inventory b/inventory/inventory index 151c1f20d5..518723736d 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -516,8 +516,8 @@ aarch64-c28n1-oqa.arm.fedoraproject.org aarch64-c29n1-oqa.arm.fedoraproject.org aarch64-c30n1-oqa.arm.fedoraproject.org openqa-aarch64-01.arm.fedoraproject.org -#openqa-aarch64-02.arm.fedoraproject.org -#openqa-aarch64-03.arm.fedoraproject.org +openqa-aarch64-02.arm.fedoraproject.org +openqa-aarch64-03.arm.fedoraproject.org