openQA: Enable rngd on qa01 and qa02
They have HW RNG, so may as well use it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
fa0355d808
commit
ca009a5c87
2 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,9 @@ gw: 10.5.124.254
|
|||
ansible_ifcfg_whitelist: ['em1', 'em2', 'em3', 'em4']
|
||||
ansible_ifcfg_disabled: ['em1', 'em2', 'em4']
|
||||
|
||||
# Has a hardware RNG
|
||||
openqa_rngd: True
|
||||
|
||||
# this is a powerful machine, can handle more openQA workers
|
||||
openqa_workers: 30
|
||||
# firewall ports for server->worker websockets connections
|
||||
|
|
|
@ -21,6 +21,9 @@ gw: 10.5.124.254
|
|||
ansible_ifcfg_whitelist: ['em1', 'em2', 'em3', 'em4']
|
||||
ansible_ifcfg_disabled: ['em1', 'em2', 'em4']
|
||||
|
||||
# Has a hardware RNG
|
||||
openqa_rngd: True
|
||||
|
||||
# this is a powerful machine, can handle more openQA workers
|
||||
openqa_workers: 30
|
||||
# firewall ports for server->worker websockets connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue