From e9a9a081601051d283e2183fc7f198196aab3f52 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Mon, 9 Mar 2026 16:21:38 -0500 Subject: [PATCH] Revert "fix: Revert enable_bmc_verify_clock as it causes errors on enrol" --- components/ironic/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/ironic/values.yaml b/components/ironic/values.yaml index 4fe0ad749..83daf29b6 100644 --- a/components/ironic/values.yaml +++ b/components/ironic/values.yaml @@ -101,6 +101,10 @@ conf: # 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" add_ports: "all" + # 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 + enable_verify_bmc_clock: true # enable sensors and metrics for redfish metrics - https://docs.openstack.org/ironic/latest/admin/drivers/redfish/metrics.html sensor_data: send_sensor_data: true