kayobe/releasenotes/notes/centos-8-chrony-bec9d7bc8b346363.yaml
Mark Goddard b9d76f6ef5 Remove support for CentOS 7 and Python 2
* Always use Python 3
* Drop code paths for CentOS 7
* Drop support for Yum
* Remove support for host NTP daemon, always use chrony
* Switch references from 'yum_install_epel' to 'dnf_install_epel'
* Remove overcloud host image workaround for tagged VLAN admin network
* Remove the kayobe.utils.yum_install function, which is unused

Change-Id: I368f6edafed9779658798fc342116b4c1b3ffd48
Story: 2006574
Task: 39481
2020-05-28 10:25:51 +01:00

10 lines
475 B
YAML

---
upgrade:
- |
Support for configuring an NTP daemon on the seed, seed hypervisor and
overcloud hosts is no longer present, as appropriate packages are not
available for CentOS 8. 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``. There is no support for
running a ``chrony`` container on the seed or seed hypervisor hosts.