From c644ea904108b302a40f3ced77cf5a6ccaee6fa4 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 12 Feb 2020 14:34:30 -0500 Subject: [PATCH] ceph-defaults: remove bootstrap_dirs_xxx vars Both bootstrap_dirs_owner and bootstrap_dirs_group variables aren't used anymore in the code. Signed-off-by: Dimitri Savineau --- group_vars/all.yml.sample | 7 ------- group_vars/rhcs.yml.sample | 7 ------- roles/ceph-defaults/defaults/main.yml | 7 ------- 3 files changed, 21 deletions(-) diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index 25f3ff7a0..a5f759edf 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -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". diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 595201bde..ac341ec33 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -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". diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index 82ea17b75..bf70f5c17 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -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". -- 2.39.5