]> 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)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 17 Feb 2020 16:15:33 +0000 (11:15 -0500)
Both bootstrap_dirs_owner and bootstrap_dirs_group variables aren't
used anymore in the code.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit c644ea904108b302a40f3ced77cf5a6ccaee6fa4)

group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index 34778b97ff9c38289ef158be2dceec95cfa6ea6e..41c972fb1e950f4a8f309c30cacf7110ba80c11f 100644 (file)
@@ -101,13 +101,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 e1a0a6f581d61185724412aa508337e975c042a7..654f551d17a5edcab15b8f3b0eddb663aba88a85 100644 (file)
@@ -101,13 +101,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 9f74fc1ced1acad262b437bbbe20d3167761d76f..87d64ac9ee6318fa68022a365bfd70044bd5cc0f 100644 (file)
@@ -93,13 +93,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".