From 753f715c271af7504786d79635b734f9507a730b Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Mon, 13 Jun 2016 12:33:36 +0200 Subject: [PATCH] ceph-common: declare mon_containerized_deployment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit If not declared, the play will fail. Signed-off-by: Sébastien Han --- group_vars/all.sample | 3 ++- roles/ceph-common/defaults/main.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 ################## -- 2.39.5