From af49150d2121bdcec9f7ce6095f2e903e41d97fb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 28 Sep 2021 23:29:09 -0700 Subject: [PATCH] openQA: cut x86_64 worker04 to 20 worker instances The box is repeatedly getting stuck and requiring a reboot. It didn't do so without the workers running, so possibly it's just overloaded. Let's try it with 20 workers. Signed-off-by: Adam Williamson --- .../host_vars/openqa-x86-worker04.iad2.fedoraproject.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/openqa-x86-worker04.iad2.fedoraproject.org b/inventory/host_vars/openqa-x86-worker04.iad2.fedoraproject.org index 32e09873f5..7d61e92087 100644 --- a/inventory/host_vars/openqa-x86-worker04.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-x86-worker04.iad2.fedoraproject.org @@ -28,10 +28,10 @@ ansible_ifcfg_disabled: ['em2', 'em3', 'em4'] openqa_rngd: True # this is a powerful machine, can handle more openQA workers -openqa_workers: 30 +openqa_workers: 20 # firewall ports for server->worker websockets connections # this port is 'QEMUPORT plus 1' # QEMUPORT is: # $ENV{QEMUPORT} = ($options{instance}) * 10 + 20002; # so for worker 1 it's 20012, for worker 2 it's 20022, etc etc -tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303'] +tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203']