2083a05
@@ -190,8 +190,9 @@
nat_rules: []
# default network block device encryption settings for linux-system-roles/nbde_client
nbde: true
+ nbde_device: /dev/md2
nbde_client_bindings:
- - device: /dev/md2
+ - device: "{{ nbde_device }}"
encryption_password: "{{ nbde_password }}"
password_temporary: no
threshold: 1
@@ -62,3 +62,4 @@
# $ENV{QEMUPORT} = ($options{instance}) * 10 + 20002;
# so for worker 1 it's 20012, for worker 2 it's 20022, etc etc
tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153']
+ nbde_device: /dev/sda3
Signed-off-by: Adam Williamson awilliam@redhat.com
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/107225ed5b9e44caa512fa13bf0cb649
Looks reasonable to me. +1
ok, let's give it a whirl, then.
rebased onto 0a8303b
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/a2721f1498b546d1b5361740a2b3b32c
Pull-Request has been merged by adamwill
ok, it worked. yay.
Signed-off-by: Adam Williamson awilliam@redhat.com