From 991273d7f19d85b747d6bcee405d960d688915f9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 9 Feb 2026 11:30:46 -0800 Subject: [PATCH] copr_hypervisors: enable nbde on all of them The x86 ones are now in rdu3 and reinstalled with rhel10. All the power9 ones are in rdu3 and reinstalled. So, we should just enable nbde on all of them. Signed-off-by: Kevin Fenzi --- inventory/group_vars/copr_hypervisor | 1 + inventory/host_vars/vmhost-p09-copr02.rdu3.fedoraproject.org | 1 - inventory/host_vars/vmhost-p09-copr03.rdu3.fedoraproject.org | 1 - inventory/host_vars/vmhost-p09-copr04.rdu3.fedoraproject.org | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/inventory/group_vars/copr_hypervisor b/inventory/group_vars/copr_hypervisor index e0b9382d09..7a2fe21d09 100644 --- a/inventory/group_vars/copr_hypervisor +++ b/inventory/group_vars/copr_hypervisor @@ -17,6 +17,7 @@ ipa_host_group_desc: Copr hypervisors postfix_group: vpn primary_auth_source: ipa +nbde: true nbde_device: /dev/md2 nbde_client_bindings: - device: "{{ nbde_device }}" diff --git a/inventory/host_vars/vmhost-p09-copr02.rdu3.fedoraproject.org b/inventory/host_vars/vmhost-p09-copr02.rdu3.fedoraproject.org index 986854cb1a..db9ea516b5 100644 --- a/inventory/host_vars/vmhost-p09-copr02.rdu3.fedoraproject.org +++ b/inventory/host_vars/vmhost-p09-copr02.rdu3.fedoraproject.org @@ -21,7 +21,6 @@ mac6: ac:1f:6b:a5:4e:f4 mac7: ac:1f:6b:a5:4e:f5 mac8: ac:1f:6b:a5:4e:f6 mac9: ac:1f:6b:a5:4e:f7 -nbde: true libvirt_host: "[{{ br0_ipv6_ip }}]" libvirt_pool: vmhost_p09_02 libvirt_pool_order_id: 0 diff --git a/inventory/host_vars/vmhost-p09-copr03.rdu3.fedoraproject.org b/inventory/host_vars/vmhost-p09-copr03.rdu3.fedoraproject.org index a96aea3146..4f7121d8b6 100644 --- a/inventory/host_vars/vmhost-p09-copr03.rdu3.fedoraproject.org +++ b/inventory/host_vars/vmhost-p09-copr03.rdu3.fedoraproject.org @@ -21,7 +21,6 @@ mac6: ac:1f:6b:8a:9a:30 mac7: ac:1f:6b:8a:9a:31 mac8: ac:1f:6b:8a:9a:32 mac9: ac:1f:6b:8a:9a:33 -nbde: true libvirt_host: "[{{ br0_ipv6_ip }}]" libvirt_pool: vmhost_p09_03 libvirt_pool_order_id: 1 diff --git a/inventory/host_vars/vmhost-p09-copr04.rdu3.fedoraproject.org b/inventory/host_vars/vmhost-p09-copr04.rdu3.fedoraproject.org index 18c6276eca..fe80863b88 100644 --- a/inventory/host_vars/vmhost-p09-copr04.rdu3.fedoraproject.org +++ b/inventory/host_vars/vmhost-p09-copr04.rdu3.fedoraproject.org @@ -21,7 +21,6 @@ mac6: ac:1f:6b:a4:e3:b0 mac7: ac:1f:6b:a4:e3:b1 mac8: ac:1f:6b:a4:e3:b2 mac9: ac:1f:6b:a4:e3:b3 -nbde: true libvirt_host: "[{{ br0_ipv6_ip }}]" libvirt_pool: vmhost_p09_04 libvirt_pool_order_id: 2