mirror of https://github.com/ceph/ceph-ansible.git
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.pull/831/head
parent
cbbf87eb42
commit
bc242c2c34
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue