From 3139d01c8eae9124efb6817af90e105f5ee0f57f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 30 Oct 2019 09:43:21 -0700 Subject: [PATCH] openqa: re-enable ppc64 workers 2 and 3 with 15 workers each Signed-off-by: Adam Williamson --- inventory/host_vars/openqa-ppc64le-02.qa.fedoraproject.org | 4 ++-- inventory/host_vars/openqa-ppc64le-03.qa.fedoraproject.org | 4 ++-- inventory/inventory | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/inventory/host_vars/openqa-ppc64le-02.qa.fedoraproject.org b/inventory/host_vars/openqa-ppc64le-02.qa.fedoraproject.org index a66a0e67ff..e8b1246582 100644 --- a/inventory/host_vars/openqa-ppc64le-02.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-ppc64le-02.qa.fedoraproject.org @@ -23,13 +23,13 @@ ansible_ifcfg_whitelist: ['eth0', 'eth1', 'eth2', 'eth3'] ansible_ifcfg_disabled: ['eth0', 'eth1', 'eth3'] # this is a powerful machine, can handle more openQA workers -openqa_workers: 30 +openqa_workers: 15 # 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'] # has an HW RNG, so let's have rngd openqa_rngd: True diff --git a/inventory/host_vars/openqa-ppc64le-03.qa.fedoraproject.org b/inventory/host_vars/openqa-ppc64le-03.qa.fedoraproject.org index 068f156769..743ca85465 100644 --- a/inventory/host_vars/openqa-ppc64le-03.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-ppc64le-03.qa.fedoraproject.org @@ -23,13 +23,13 @@ ansible_ifcfg_whitelist: ['eth0', 'eth1', 'eth2', 'eth3'] ansible_ifcfg_disabled: ['eth0', 'eth1', 'eth3'] # this is a powerful machine, can handle more openQA workers -openqa_workers: 30 +openqa_workers: 15 # 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'] # has an HW RNG, so let's have rngd openqa_rngd: True diff --git a/inventory/inventory b/inventory/inventory index f7235cd568..8903415a2d 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -568,9 +568,8 @@ qa01.qa.fedoraproject.org qa07.qa.fedoraproject.org qa09.qa.fedoraproject.org openqa-ppc64le-01.qa.fedoraproject.org -# these are disabled till RHBZ#1756771 and RHBZ#1757249 are resolved -# openqa-ppc64le-02.qa.fedoraproject.org -# openqa-ppc64le-03.qa.fedoraproject.org +openqa-ppc64le-02.qa.fedoraproject.org +openqa-ppc64le-03.qa.fedoraproject.org aarch64-c26n1-oqa.arm.fedoraproject.org aarch64-c27n1-oqa.arm.fedoraproject.org aarch64-c28n1-oqa.arm.fedoraproject.org