mirror of https://github.com/ceph/ceph-ansible.git
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
parent
0deb5b0706
commit
df43f32248
|
@ -101,13 +101,6 @@ dummy:
|
||||||
# Note that this selection is currently ignored on containerized deployments
|
# Note that this selection is currently ignored on containerized deployments
|
||||||
#ntp_daemon_type: chronyd
|
#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
|
# This variable determines if ceph packages can be updated. If False, the
|
||||||
# package resources will use "state=present". If True, they will use
|
# package resources will use "state=present". If True, they will use
|
||||||
# "state=latest".
|
# "state=latest".
|
||||||
|
|
|
@ -101,13 +101,6 @@ fetch_directory: ~/ceph-ansible-keys
|
||||||
# Note that this selection is currently ignored on containerized deployments
|
# Note that this selection is currently ignored on containerized deployments
|
||||||
#ntp_daemon_type: chronyd
|
#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
|
# This variable determines if ceph packages can be updated. If False, the
|
||||||
# package resources will use "state=present". If True, they will use
|
# package resources will use "state=present". If True, they will use
|
||||||
# "state=latest".
|
# "state=latest".
|
||||||
|
|
|
@ -93,13 +93,6 @@ ntp_service_enabled: true
|
||||||
# Note that this selection is currently ignored on containerized deployments
|
# Note that this selection is currently ignored on containerized deployments
|
||||||
ntp_daemon_type: chronyd
|
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
|
# This variable determines if ceph packages can be updated. If False, the
|
||||||
# package resources will use "state=present". If True, they will use
|
# package resources will use "state=present". If True, they will use
|
||||||
# "state=latest".
|
# "state=latest".
|
||||||
|
|
Loading…
Reference in New Issue