From 6006985466dd78f4089103471f08134a39a96330 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 26 Mar 2020 07:38:36 +0100 Subject: [PATCH] defaults: remove legacy comment This is no longer true, let's remove this comment given that this option is not ignored in containerized deployments. Signed-off-by: Guillaume Abrioux (cherry picked from commit e551b5ba1a65e653540b5b5c7cb3a4f5d32b2540) --- group_vars/all.yml.sample | 1 - group_vars/rhcs.yml.sample | 1 - roles/ceph-defaults/defaults/main.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index 230fff679..e5efa6bec 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -104,7 +104,6 @@ dummy: #ntp_service_enabled: true # Set type of NTP client daemon to use, valid entries are chronyd, ntpd or timesyncd -# Note that this selection is currently ignored on containerized deployments #ntp_daemon_type: chronyd diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index a39801fde..91f72f7e9 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -104,7 +104,6 @@ fetch_directory: ~/ceph-ansible-keys #ntp_service_enabled: true # Set type of NTP client daemon to use, valid entries are chronyd, ntpd or timesyncd -# Note that this selection is currently ignored on containerized deployments #ntp_daemon_type: chronyd diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index 59e58146e..b2d51b2aa 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -96,7 +96,6 @@ ceph_test: false ntp_service_enabled: true # Set type of NTP client daemon to use, valid entries are chronyd, ntpd or timesyncd -# Note that this selection is currently ignored on containerized deployments ntp_daemon_type: chronyd -- 2.39.5