]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-defaults: remove bootstrap_dirs_xxx vars
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 12 Feb 2020 19:34:30 +0000 (14:34 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 17 Feb 2020 15:17:40 +0000 (16:17 +0100)
Both bootstrap_dirs_owner and bootstrap_dirs_group variables aren't
used anymore in the code.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index 25f3ff7a030d6a00dc248c6c4c1e294b257bc229..a5f759edf059cb54fce2cc4fa3bd9873ae2dd906 100644 (file)
@@ -102,13 +102,6 @@ dummy:
 # Note that this selection is currently ignored on containerized deployments
 #ntp_daemon_type: chronyd
 
-
-# Set uid/gid to default '64045' for bootstrap directories.
-# '64045' is used for debian based distros. It must be set to 167 in case of rhel based distros.
-# These values have to be set according to the base OS used by the container image, NOT the host.
-#bootstrap_dirs_owner: "64045"
-#bootstrap_dirs_group: "64045"
-
 # This variable determines if ceph packages can be updated.  If False, the
 # package resources will use "state=present".  If True, they will use
 # "state=latest".
index 595201bde026af57816f49c0e4d931a9240ebd44..ac341ec33f3533caad82441d4fd756a60e60895e 100644 (file)
@@ -102,13 +102,6 @@ fetch_directory: ~/ceph-ansible-keys
 # Note that this selection is currently ignored on containerized deployments
 #ntp_daemon_type: chronyd
 
-
-# Set uid/gid to default '64045' for bootstrap directories.
-# '64045' is used for debian based distros. It must be set to 167 in case of rhel based distros.
-# These values have to be set according to the base OS used by the container image, NOT the host.
-#bootstrap_dirs_owner: "64045"
-#bootstrap_dirs_group: "64045"
-
 # This variable determines if ceph packages can be updated.  If False, the
 # package resources will use "state=present".  If True, they will use
 # "state=latest".
index 82ea17b75ca266b60731d7d1eabf5d11bf665a4a..bf70f5c1792db3e429a1b111d736b3e0957522e0 100644 (file)
@@ -94,13 +94,6 @@ ntp_service_enabled: true
 # Note that this selection is currently ignored on containerized deployments
 ntp_daemon_type: chronyd
 
-
-# Set uid/gid to default '64045' for bootstrap directories.
-# '64045' is used for debian based distros. It must be set to 167 in case of rhel based distros.
-# These values have to be set according to the base OS used by the container image, NOT the host.
-bootstrap_dirs_owner: "64045"
-bootstrap_dirs_group: "64045"
-
 # This variable determines if ceph packages can be updated.  If False, the
 # package resources will use "state=present".  If True, they will use
 # "state=latest".