]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: declare mon_containerized_deployment
authorSébastien Han <seb@redhat.com>
Mon, 13 Jun 2016 10:33:36 +0000 (12:33 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 13 Jun 2016 10:33:36 +0000 (12:33 +0200)
If not declared, the play will fail.

Signed-off-by: Sébastien Han <seb@redhat.com>
group_vars/all.sample
roles/ceph-common/defaults/main.yml

index 0f7d1abbf497527e3a07bee52eee3f2765aade39..081bb464af151e9e47637de855bb52e02107f11d 100644 (file)
@@ -334,9 +334,10 @@ dummy:
 
 #docker: false
 
-# Do not comment the variable mon_containerized_deployment_with_kv here. This variable is being used
+# Do not comment the following variables mon_containerized_deployment_* here. These variables are being used
 # by ceph.conf.j2 template. so it should always be defined
 #mon_containerized_deployment_with_kv: false
+#mon_containerized_deployment: false
 
 
 ##################
index cf90af290c5d914be01735693012e344d3f89577..bcfd0e5338606be0843ea424ff85815ed09cba93 100644 (file)
@@ -326,9 +326,10 @@ os_tuning_params:
 
 docker: false
 
-# Do not comment the variable mon_containerized_deployment_with_kv here. This variable is being used
+# Do not comment the following variables mon_containerized_deployment_* here. These variables are being used
 # by ceph.conf.j2 template. so it should always be defined
 mon_containerized_deployment_with_kv: false
+mon_containerized_deployment: false
 
 
 ##################