kolla-ansible/releasenotes/notes/deprecate-chrony-077a8686e79a919e.yaml
Mark Goddard 84ac7b3096 chrony: allow to remove the container
The chrony container is deprecated in Wallaby, and disabled by default.
This change allows to remove the container if chrony is disabled.

Change-Id: I1c4436072c2d47a95625e64b731edb473384b395
2021-06-02 17:28:35 +00:00

20 lines
825 B
YAML

---
deprecations:
- |
Support for deploying ``chrony`` is deprecated and will be removed in the
Xena cycle. The container is no longer enabled by default. To enable it,
set ``enable_chrony`` to ``true``.
upgrade:
- |
Due to deprecation, ``chrony`` is no longer enabled by default. To enable
it, set ``enable_chrony`` to ``true``.
If disabled, the container and configuration may be removed by running
``kolla-ansible chrony-cleanup``.
The ``kolla-ansible prechecks`` command will fail if Chrony is disabled and
the container is running. It will also fail if Chrony is disabled and no
host NTP daemon is detected. This check may be disabled by setting
``prechecks_enable_host_ntp_checks`` to ``false`` if using an NTP daemon
other than chrony, ntpd or systemd-timesyncd.