Skip to content

Commit d1fdd56

Browse files
feat(ironic): Enables chassis_model inspection hook
1 parent 317eaf4 commit d1fdd56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/ironic/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ conf:
9999
add_ports: "all"
100100
extra_kernel_params: ipa-collect-lldp=1
101101
# Agent inspection hooks run after inspecting in-band using the IPA image:
102-
hooks: "ramdisk-error,validate-interfaces,architecture,pci-devices,parse-lldp,update-baremetal-port"
102+
hooks: "ramdisk-error,validate-interfaces,architecture,pci-devices,parse-lldp,update-baremetal-port,chassis_model"
103103
keep_ports: "present"
104104
redfish:
105105
# Redfish inspection hooks run after inspecting out-of-band using the BMC:
106-
inspection_hooks: "validate-interfaces,ports,port-bios-name,architecture,pci-devices,resource-class"
106+
inspection_hooks: "validate-interfaces,ports,port-bios-name,architecture,pci-devices,resource-class,chassis_model"
107107
# To avoid SSL issues due to the system clock differing, have the conductor
108108
# set the system clock to its time whenever we go to boot the machine into
109109
# IPA

0 commit comments

Comments
 (0)