Skip to content

Commit add969f

Browse files
committed
fix(ironic): verify BMC clock matches conductor as needed
Whenever we boot the machine into the IPA, we should verify that the BMC clock is in sync with the conductor's time to avoid SSL issues.
1 parent 27b241c commit add969f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

components/ironic/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ conf:
9898
# Redfish inspection hooks run after inspecting out-of-band using the BMC:
9999
inspection_hooks: "validate-interfaces,ports,port-bios-name,architecture,pci-devices,resource-class"
100100
add_ports: "all"
101+
# To avoid SSL issues due to the system clock differing, have the conductor
102+
# set the system clock to its time whenever we go to boot the machine into
103+
# IPA
104+
enable_verify_bmc_clock: true
101105
# enable sensors and metrics for redfish metrics - https://docs.openstack.org/ironic/latest/admin/drivers/redfish/metrics.html
102106
sensor_data:
103107
send_sensor_data: true

0 commit comments

Comments
 (0)