Skip to content

Commit 6d15e8a

Browse files
Merge pull request #1698 from rackerlabs/verify-bmc-clock
fix(ironic): verify BMC clock matches conductor as needed
2 parents 27b241c + add969f commit 6d15e8a

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)