give qa01.qa 20 workers
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
cc16f56e4f
commit
f1b9f2490b
1 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@ gw: 10.5.124.254
|
|||
ansible_ifcfg_whitelist: ['em3']
|
||||
|
||||
# this is a powerful machine, can handle more openQA workers
|
||||
openqa_workers: 10
|
||||
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']
|
||||
tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue