ironic-python-agent-builder/releasenotes/notes/add-ntpdate-3db2f8565fed761e.yaml
Julia Kreger 789ebe1e95 Add ntpdate/ntpclient/chrony
Adds ntpdate to the binary package list for the diskimage-builder
element, and added ntpclient to the tinycore package list and added
a small shim to wrap ntpclient as ntpdate is not a native tinycore
package.

For larger ramdisks, we attempt to use chrony, which superceeds the ntp
package as a combined time server and client.

Change-Id: If99f2df31af8e4d41ad7813d25f0d779abc23f7a
Needed-By: https://review.opendev.org/#/c/707911/
2020-02-17 13:11:04 -08:00

8 lines
243 B
YAML

---
features:
- |
Adds packages required for ``ironic-python-agent`` to
synchronize the system clock, namely ntpdate. The other
dependency of the agent requires is ``hwclock``, however
that package is provided by util-linux.