Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/ironic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading