From d1b288685387205ff3693d4758f0503d27a03c82 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 1 Feb 2024 08:34:31 -0800 Subject: [PATCH] openQA: update notes and worker count for new x86-worker05 Signed-off-by: Adam Williamson --- .../host_vars/openqa-x86-worker05.iad2.fedoraproject.org | 6 ++---- inventory/inventory | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org b/inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org index 68dec12b8a..9791bba69e 100644 --- a/inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org @@ -59,10 +59,8 @@ nrpe_procs_warn: 1400 # Has a hardware RNG openqa_rngd: true openqa_tap_iface: em1 -# this machines has 24 CPUs, 22 is our "just under one worker per -# CPU" rule-of-thumb, but it seems to be running out of memory so -# cut to 20 -openqa_workers: 20 +# xeon e5-2683v4, 32 physical CPUs +openqa_workers: 30 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # firewall ports for server->worker websockets connections # this port is 'QEMUPORT plus 1' diff --git a/inventory/inventory b/inventory/inventory index 0ab9b5bfce..30b3f35f13 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -436,7 +436,7 @@ openqa-p09-worker01.iad2.fedoraproject.org openqa-p09-worker02.iad2.fedoraproject.org # xeon gold 6130 (second best) openqa-x86-worker04.iad2.fedoraproject.org -# xeon e5-2680 (worst) +# xeon e5-2683v4 (third best) openqa-x86-worker05.iad2.fedoraproject.org # prod used to have 01, 02, 03 and lab had 04, 05, 06 which was nice # and clean, but 03 is weaker hardware and seems to be struggling