72a244d994
ceph-ansible installs ntp by default, which conflicts with the OSA default of enabling ntp via ansible-hardening's chrony configuration. Change-Id: I5a1fba202899f4cd0f0598682af44227d2d7a02b
12 lines
440 B
YAML
12 lines
440 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Users should purge the 'ntp' package from their hosts if ceph-ansible is
|
|
enabled. ceph-ansible previously was configured to install ntp by default
|
|
which conflicts with the OSA ansible-hardening role chrony service.
|
|
fixes:
|
|
- |
|
|
ceph-ansible is no longer configured to install ntp by default, which
|
|
creates a conflict with OSA's ansible-hardening role that is used to
|
|
implement ntp using 'chrony'.
|