diff --git a/inventory/host_vars/qa01.qa.fedoraproject.org b/inventory/host_vars/qa01.qa.fedoraproject.org index 856ad71e58..a2c145adf4 100644 --- a/inventory/host_vars/qa01.qa.fedoraproject.org +++ b/inventory/host_vars/qa01.qa.fedoraproject.org @@ -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 diff --git a/inventory/host_vars/qa02.qa.fedoraproject.org b/inventory/host_vars/qa02.qa.fedoraproject.org index 9122800412..68b8a1da04 100644 --- a/inventory/host_vars/qa02.qa.fedoraproject.org +++ b/inventory/host_vars/qa02.qa.fedoraproject.org @@ -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