71d36cbe5e
CentOS 8 does not provide an ntp package. Instead fall back to using the chrony container provided by Kolla Ansible by default. Depends-On: https://review.opendev.org/711511 Change-Id: If5230854d7565c8b3c91a46da4795c63edf095e4 Story: 2006574 Task: 38866
9 lines
360 B
YAML
9 lines
360 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Support for configuring an NTP daemon on the seed and overcloud hosts is no
|
|
longer present for CentOS 8, as appropriate packages are not available.
|
|
Instead, Kolla Ansible is configured to deploy the ``chrony`` container on
|
|
overcloud hosts by default. This may be disabled by setting
|
|
``kolla_enable_chrony`` to ``false``.
|