]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: Fix for issue no. 652 653/head
authorksingh7 <karan.singh731987@gmail.com>
Sat, 26 Mar 2016 17:47:40 +0000 (19:47 +0200)
committerksingh7 <karan.singh731987@gmail.com>
Sat, 26 Mar 2016 17:47:40 +0000 (19:47 +0200)
ceph.conf file generation task in ceph-common role was getting failed
because it ansible cant find defination of varriable mon_containerized_deployment_with_kv
This fix declare mon_containerized_deployment_with_kv under ceph-common/defaults/main.yml which fixes this issue

Signed-off-by: ksingh7 <karan.singh731987@gmail.com>
group_vars/all.sample
roles/ceph-common/defaults/main.yml

index 4750bb2e0d7f5f5de9404c4f56a91c86acafe438..baa9a077da3c16115d45022840b1c415bfd50ce5 100644 (file)
@@ -340,3 +340,7 @@ dummy:
 
 #docker: false
 
+# Do not comment the variable mon_containerized_deployment_with_kv here. This variable is being used
+# by ceph.conf.j2 template. so it should always be defined
+#mon_containerized_deployment_with_kv: false
+
index 8348840f52b8096db22a0e2728fe8a86a333271b..8ae6d686a8b97d1fbcada20132808a5fbca8686d 100644 (file)
@@ -331,3 +331,7 @@ os_tuning_params:
 ##########
 
 docker: false
+
+# Do not comment the variable mon_containerized_deployment_with_kv here. This variable is being used
+# by ceph.conf.j2 template. so it should always be defined
+mon_containerized_deployment_with_kv: false