From: Sébastien Han Date: Mon, 13 Jun 2016 10:33:36 +0000 (+0200) Subject: ceph-common: declare mon_containerized_deployment X-Git-Tag: v1.0.6~87 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=753f715c271af7504786d79635b734f9507a730b;p=ceph-ansible.git ceph-common: declare mon_containerized_deployment If not declared, the play will fail. Signed-off-by: Sébastien Han --- diff --git a/group_vars/all.sample b/group_vars/all.sample index 0f7d1abbf..081bb464a 100644 --- a/group_vars/all.sample +++ b/group_vars/all.sample @@ -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 ################## diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index cf90af290..bcfd0e533 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -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 ##################