diff --git a/inventory/host_vars/openqa-aarch64-02.arm.fedoraproject.org b/inventory/host_vars/openqa-aarch64-02.arm.fedoraproject.org index f83e4f17e6..eb8d5bb583 100644 --- a/inventory/host_vars/openqa-aarch64-02.arm.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-02.arm.fedoraproject.org @@ -14,6 +14,10 @@ nrpe_procs_crit: 300 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" +# we seem to have an eth2 plugged in that isn't configured here, +# which breaks "copy ifcfg files - non virthost" role +ansible_ifcfg_whitelist: ['eth0', 'eth1'] + # this is a powerful machine, can handle more openQA workers openqa_workers: 8 # firewall ports for server->worker websockets connections diff --git a/inventory/host_vars/openqa-aarch64-03.arm.fedoraproject.org b/inventory/host_vars/openqa-aarch64-03.arm.fedoraproject.org index f2d6e06d11..4d9ffa9e2a 100644 --- a/inventory/host_vars/openqa-aarch64-03.arm.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-03.arm.fedoraproject.org @@ -14,6 +14,10 @@ nrpe_procs_crit: 300 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" +# we seem to have an eth2 plugged in that isn't configured here, +# which breaks "copy ifcfg files - non virthost" role +ansible_ifcfg_whitelist: ['eth0', 'eth1'] + # this is a powerful machine, can handle more openQA workers openqa_workers: 8 # firewall ports for server->worker websockets connections