mirror of https://github.com/ceph/ceph-ansible.git
group_vars: resync missing options
resync group_vars file with the defaults/main.yml files.
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit 2dd75a1e6e
)
pull/3017/head
parent
904a0a4017
commit
e7596d565f
|
@ -524,7 +524,8 @@ dummy:
|
|||
#osd_containerized_deployment: False # backward compatibility with stable-2.2, will disappear in stable 3.1
|
||||
#mds_containerized_deployment: False # backward compatibility with stable-2.2, will disappear in stable 3.1
|
||||
#rgw_containerized_deployment: False # backward compatibility with stable-2.2, will disappear in stable 3.1
|
||||
#containerized_deployment: False
|
||||
#containerized_deployment: "{{ True if mon_containerized_deployment or osd_containerized_deployment or mds_containerized_deployment or rgw_containerized_deployment else False }}" # backward compatibility with stable-2.2, will disappear in stable 3.1
|
||||
|
||||
|
||||
############
|
||||
# KV store #
|
||||
|
|
|
@ -524,7 +524,8 @@ ceph_rhcs_version: 3
|
|||
#osd_containerized_deployment: False # backward compatibility with stable-2.2, will disappear in stable 3.1
|
||||
#mds_containerized_deployment: False # backward compatibility with stable-2.2, will disappear in stable 3.1
|
||||
#rgw_containerized_deployment: False # backward compatibility with stable-2.2, will disappear in stable 3.1
|
||||
#containerized_deployment: False
|
||||
#containerized_deployment: "{{ True if mon_containerized_deployment or osd_containerized_deployment or mds_containerized_deployment or rgw_containerized_deployment else False }}" # backward compatibility with stable-2.2, will disappear in stable 3.1
|
||||
|
||||
|
||||
############
|
||||
# KV store #
|
||||
|
|
Loading…
Reference in New Issue