From: Sébastien Han Date: Mon, 13 Aug 2018 09:41:44 +0000 (+0200) Subject: group_vars: resync missing options X-Git-Tag: v3.1.0rc18~23 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e7596d565f03d287ee5d299b107130470df82e46;p=ceph-ansible.git group_vars: resync missing options resync group_vars file with the defaults/main.yml files. Signed-off-by: Sébastien Han (cherry picked from commit 2dd75a1e6ed6d8b323ef647cbb5cf1d2a2f90154) --- diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index b05682fe1..73eda43c4 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -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 # diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 9bd2d3c42..ba867b335 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -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 #