From: Guillaume Abrioux Date: Thu, 26 Mar 2020 06:38:36 +0000 (+0100) Subject: defaults: remove legacy comment X-Git-Tag: v5.0.0~83 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7105a129249a1e7d60b0cd7c66db8eff20ac2d39;p=ceph-ansible.git 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) --- diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index b0d43469d..554966f8e 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -100,7 +100,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 # This variable determines if ceph packages can be updated. If False, the diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 0ae3dbb40..38370a23e 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -100,7 +100,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 # This variable determines if ceph packages can be updated. If False, the diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index 3644eab8d..9215a512a 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -92,7 +92,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 # This variable determines if ceph packages can be updated. If False, the