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 <dsavinea@redhat.com>
(cherry picked from commit c644ea9041)
pull/5081/head
Dimitri Savineau 2020-02-12 14:34:30 -05:00 committed by Dimitri Savineau
parent 0deb5b0706
commit df43f32248
3 changed files with 0 additions and 21 deletions

View 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".

View 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".

View 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".