From a1c1cd6e9bf36a54a75c448897a6fb55939bc354 Mon Sep 17 00:00:00 2001 From: David C Wang Date: Fri, 3 Jun 2016 19:26:52 +0000 Subject: [PATCH] Ran generate_group_vars_sample.sh The changes here are not anything to do with removing yum-plugin-priorities. They must be leftover from prior commits that did not run generate_group_vars_sample.sh --- group_vars/all.sample | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/group_vars/all.sample b/group_vars/all.sample index af0c0bab0..7d528da4f 100644 --- a/group_vars/all.sample +++ b/group_vars/all.sample @@ -339,3 +339,17 @@ dummy: #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 + -- 2.39.5