openqa-p09: use md0 as the device for nbde
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c351df2da3
commit
5a7c8491db
2 changed files with 18 additions and 0 deletions
|
@ -41,6 +41,15 @@ network_connections:
|
|||
name: enp1s0f1np1
|
||||
state: down
|
||||
type: ethernet
|
||||
nbde: true
|
||||
nbde_client_bindings:
|
||||
- device: /dev/md0
|
||||
encryption_password: "{{ nbde_password }}"
|
||||
password_temporary: no
|
||||
threshold: 1
|
||||
servers:
|
||||
- http://tang01.iad2.fedoraproject.org
|
||||
- http://tang02.iad2.fedoraproject.org
|
||||
nrpe_procs_crit: 300
|
||||
nrpe_procs_warn: 250
|
||||
# has an HW RNG, so let's have rngd
|
||||
|
|
|
@ -46,6 +46,15 @@ network_connections:
|
|||
name: enP2p1s0f0np0
|
||||
state: down
|
||||
type: ethernet
|
||||
nbde: true
|
||||
nbde_client_bindings:
|
||||
- device: /dev/md0
|
||||
encryption_password: "{{ nbde_password }}"
|
||||
password_temporary: no
|
||||
threshold: 1
|
||||
servers:
|
||||
- http://tang01.iad2.fedoraproject.org
|
||||
- http://tang02.iad2.fedoraproject.org
|
||||
nrpe_procs_crit: 300
|
||||
nrpe_procs_warn: 250
|
||||
# has an HW RNG, so let's have rngd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue