From 53234bcecef97301287418cfe86143a623552f02 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 17 Apr 2026 11:03:03 -0700 Subject: [PATCH] copr-hypervisor / x86: bind second and third luks devices These machines have a /dev/md3 and /dev/md4 that are encrypted, but we were only binding /dev/md2, so boots would wait for a passphrase. This binds all of them (they have the same passphrase and can use the same tang server they just need to be bound to do so) Signed-off-by: Kevin Fenzi --- inventory/group_vars/copr_hypervisor | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/inventory/group_vars/copr_hypervisor b/inventory/group_vars/copr_hypervisor index 7a2fe21d09..ca37f2dc2b 100644 --- a/inventory/group_vars/copr_hypervisor +++ b/inventory/group_vars/copr_hypervisor @@ -28,6 +28,26 @@ nbde_client_bindings: - http://tang01.rdu3.fedoraproject.org - http://tang02.rdu3.fedoraproject.org +nbde_device2: /dev/md3 +nbde_client_bindings: + - device: "{{ nbde_device2 }}" + encryption_password: "{{ nbde_password }}" + password_temporary: no + threshold: 1 + servers: + - http://tang01.rdu3.fedoraproject.org + - http://tang02.rdu3.fedoraproject.org + +nbde_device3: /dev/md4 +nbde_client_bindings: + - device: "{{ nbde_device3 }}" + encryption_password: "{{ nbde_password }}" + password_temporary: no + threshold: 1 + servers: + - http://tang01.rdu3.fedoraproject.org + - http://tang02.rdu3.fedoraproject.org + libvirt_host: "{{ inventory_hostname }}" nft_custom_rules: