84ac7b3096
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
20 lines
825 B
YAML
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.
|