085cf7d175
Some hosts in the kayobe inventory might not be in the kolla-ansible inventory so it makes sense for kayobe to manage NTP. Change-Id: Iacb579a46b0e9769a4c404a858d17968f74dd7e0 Depends-On: https://review.opendev.org/c/openstack/kayobe-config-dev/+/786040 Story: 2007872 Task: 40240
12 lines
587 B
YAML
12 lines
587 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Updates the NTP implementation from the chrony container deployed by
|
|
kolla-ansible to configuring chrony as a host service. Chrony is now
|
|
installed on all hosts in the ``ntp`` group, which defaults to include
|
|
the seed, overcloud, and seed-hypervisor groups. On existing deployments,
|
|
you should run `kayobe overcloud host configure` to migrate from the
|
|
kolla-ansible deployed container. This can optionally be scoped to just
|
|
use the ``ntp`` tag. You can continue to use the kolla container by
|
|
setting `kolla_enable_chrony` to ``true``.
|