From e7596d565f03d287ee5d299b107130470df82e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Mon, 13 Aug 2018 11:41:44 +0200 Subject: [PATCH] group_vars: resync missing options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit resync group_vars file with the defaults/main.yml files. Signed-off-by: Sébastien Han (cherry picked from commit 2dd75a1e6ed6d8b323ef647cbb5cf1d2a2f90154) --- group_vars/all.yml.sample | 3 ++- group_vars/rhcs.yml.sample | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 #