openqa: bump new ppc64le worker hosts to 30 workers each
Let's see if they can handle this... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9c64952e3b
commit
43b11f777e
2 changed files with 4 additions and 4 deletions
|
@ -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: 8
|
||||
openqa_workers: 30
|
||||
# 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']
|
||||
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']
|
||||
|
||||
# has an HW RNG, so let's have rngd
|
||||
openqa_rngd: True
|
||||
|
|
|
@ -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: 8
|
||||
openqa_workers: 30
|
||||
# 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']
|
||||
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']
|
||||
|
||||
# has an HW RNG, so let's have rngd
|
||||
openqa_rngd: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue