diff --git a/inventory/host_vars/openqa-p09-worker01.iad2.fedoraproject.org b/inventory/host_vars/openqa-p09-worker01.iad2.fedoraproject.org index c59cb5c8c5..b211a5dc04 100644 --- a/inventory/host_vars/openqa-p09-worker01.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-p09-worker01.iad2.fedoraproject.org @@ -48,6 +48,8 @@ openqa_rngd: true openqa_tap_iface: enp1s0f0np0 # this is a powerful machine, can handle more openQA workers openqa_workers: 15 +# also means we need to bump the load average threshold +openqa_critical_threshold: 70 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # firewall ports for server->worker websockets connections # this port is 'QEMUPORT plus 1' diff --git a/inventory/host_vars/openqa-p09-worker02.iad2.fedoraproject.org b/inventory/host_vars/openqa-p09-worker02.iad2.fedoraproject.org index 8d87a75bf5..7cdde21001 100644 --- a/inventory/host_vars/openqa-p09-worker02.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-p09-worker02.iad2.fedoraproject.org @@ -53,6 +53,8 @@ openqa_rngd: true openqa_tap_iface: enp1s0f0np0 # this is a powerful machine, can handle more openQA workers openqa_workers: 15 +# also means we need to bump the load average threshold +openqa_critical_threshold: 70 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # firewall ports for server->worker websockets connections # this port is 'QEMUPORT plus 1'