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:
Adam Williamson 2019-01-18 10:16:31 -08:00
parent fa0355d808
commit ca009a5c87
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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