From bc242c2c3468dd4cf3e75f130ac147db0249c002 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Thu, 2 Jun 2016 14:54:36 +0000 Subject: [PATCH] Add undefined vars to ceph-common role This is a temporary action to get the playbooks functional before a refactor to better correct this issue. --- roles/ceph-common/defaults/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index 32dbaa8df..bbd581075 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -331,3 +331,17 @@ docker: false # by ceph.conf.j2 template. so it should always be defined mon_containerized_deployment_with_kv: false + +################## +# Temporary Vars # +################## +# NOTE(SamYaple): These vars are set here to they are defined before use. They +# should be removed after a refactor has properly seperated all the checks into +# the appropriate roles. + +journal_collocation: False +raw_multi_journal: False +osd_directory: False +bluestore: False + +osd_auto_discovery: False