]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Add support for different NTP daemons v3.2.0beta3
authorBenjamin Cherian <benjamin_cherian@amat.com>
Wed, 5 Sep 2018 16:59:50 +0000 (09:59 -0700)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Tue, 2 Oct 2018 13:18:08 +0000 (13:18 +0000)
commit85071e6e530ddd80df35920d9fbe63047478d66b
treec0be63ac1ea228cb36cb829ec65a85012172b074
parenteddb95941b7c57cde28be4d99751f80d30ce6fc4
Add support for different NTP daemons

Allow user to choose between timesyncd, chronyd and ntpd
Installation will default to timesyncd since it is distributed as
part of the systemd installation for most distros.
Added note indicating NTP daemon type is not used for containerized
deployments.

Fixes issue #3086 on Github

Signed-off-by: Benjamin Cherian <benjamin_cherian@amat.com>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-common/tasks/misc/ntp_debian.yml
roles/ceph-common/tasks/misc/ntp_rpm.yml
roles/ceph-defaults/defaults/main.yml
roles/ceph-validate/tasks/main.yml