openqa: aarch64 workers do not have a hw rng device
This may have been true at some point in the past, but currently none of the aarch64 workers have hwrng. So, disable it here. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f4439d42c1
commit
eb3616b48e
6 changed files with 6 additions and 12 deletions
|
@ -50,8 +50,7 @@ network_connections:
|
|||
type: ethernet
|
||||
nrpe_procs_crit: 300
|
||||
nrpe_procs_warn: 250
|
||||
# has an HW RNG, so let's have rngd
|
||||
openqa_rngd: true
|
||||
openqa_rngd: false
|
||||
openqa_tap_iface: enp1s0
|
||||
# this is a powerful machine, can handle more openQA workers
|
||||
openqa_workers: 15
|
||||
|
|
|
@ -50,8 +50,7 @@ network_connections:
|
|||
type: ethernet
|
||||
nrpe_procs_crit: 300
|
||||
nrpe_procs_warn: 250
|
||||
# has an HW RNG, so let's have rngd
|
||||
openqa_rngd: true
|
||||
openqa_rngd: false
|
||||
openqa_tap_iface: enp1s0
|
||||
# this is a powerful machine, can handle more openQA workers
|
||||
openqa_workers: 15
|
||||
|
|
|
@ -50,8 +50,7 @@ network_connections:
|
|||
type: ethernet
|
||||
nrpe_procs_crit: 300
|
||||
nrpe_procs_warn: 250
|
||||
# has an HW RNG, so let's have rngd
|
||||
openqa_rngd: true
|
||||
openqa_rngd: false
|
||||
openqa_tap_iface: enp1s0
|
||||
# this is a powerful machine, can handle more openQA workers
|
||||
openqa_workers: 15
|
||||
|
|
|
@ -58,8 +58,7 @@ network_connections:
|
|||
type: ethernet
|
||||
nrpe_procs_crit: 300
|
||||
nrpe_procs_warn: 250
|
||||
# has an HW RNG, so let's have rngd
|
||||
openqa_rngd: true
|
||||
openqa_rngd: false
|
||||
openqa_tap_iface: enP1p1s0f0np0
|
||||
# this is a powerful machine, but storage kinda limits how many workers
|
||||
# we can safely run at once
|
||||
|
|
|
@ -50,8 +50,7 @@ network_connections:
|
|||
type: ethernet
|
||||
nrpe_procs_crit: 300
|
||||
nrpe_procs_warn: 250
|
||||
# has an HW RNG, so let's have rngd
|
||||
openqa_rngd: true
|
||||
openqa_rngd: false
|
||||
openqa_tap_iface: enp1s0
|
||||
# this is a moderately powerful machine (16c/32t, I think)
|
||||
openqa_workers: 15
|
||||
|
|
|
@ -50,8 +50,7 @@ network_connections:
|
|||
type: ethernet
|
||||
nrpe_procs_crit: 300
|
||||
nrpe_procs_warn: 250
|
||||
# has an HW RNG, so let's have rngd
|
||||
openqa_rngd: true
|
||||
openqa_rngd: false
|
||||
openqa_tap_iface: enp1s0
|
||||
# this is a moderately powerful machine (16c/32t, I think)
|
||||
openqa_workers: 15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue