Files
ironic-python-agent/releasenotes/notes/set-clock-prior-to-poweroff-af6ec210aad8b45a.yaml
Julia Kreger cee4bfc4bc Add NTP time sync
Attempt to sync the clock and save it to the hardware clock.

This feature supports use of chrony or ntpdate.

Sem-Ver: feature
Change-Id: I178d7614429d582e742d9cba6d0fa3ae099775e3
Story: 1619054
Task: 11591
2020-03-07 09:16:19 -08:00

9 lines
375 B
YAML

---
features:
- |
Adds a feature where IPA will utilize a ``[DEFAULT]ntp_server`` or
``ipa-ntp-server`` kernel command line argument to cause the agent
to attempt to sync the clock to the NTP source. The agent also attempts
to sync the software clock to the NTP time source, and assert an update
to the hardware clock prior to powering the machine off.