From d1fdd56e4dcdbcd16f0564fb285cc501d385307f Mon Sep 17 00:00:00 2001 From: Nicholas Kuechler Date: Fri, 15 May 2026 10:06:04 -0500 Subject: [PATCH] feat(ironic): Enables chassis_model inspection hook --- components/ironic/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ironic/values.yaml b/components/ironic/values.yaml index 3b2e6b13e..3da59b2ed 100644 --- a/components/ironic/values.yaml +++ b/components/ironic/values.yaml @@ -99,11 +99,11 @@ conf: add_ports: "all" extra_kernel_params: ipa-collect-lldp=1 # Agent inspection hooks run after inspecting in-band using the IPA image: - hooks: "ramdisk-error,validate-interfaces,architecture,pci-devices,parse-lldp,update-baremetal-port" + hooks: "ramdisk-error,validate-interfaces,architecture,pci-devices,parse-lldp,update-baremetal-port,chassis_model" keep_ports: "present" redfish: # Redfish inspection hooks run after inspecting out-of-band using the BMC: - inspection_hooks: "validate-interfaces,ports,port-bios-name,architecture,pci-devices,resource-class" + inspection_hooks: "validate-interfaces,ports,port-bios-name,architecture,pci-devices,resource-class,chassis_model" # To avoid SSL issues due to the system clock differing, have the conductor # set the system clock to its time whenever we go to boot the machine into # IPA