2014-03-04 02:08:51 +08:00
|
|
|
---
|
2014-09-05 03:14:11 +08:00
|
|
|
|
2015-01-21 01:43:47 +08:00
|
|
|
- include: pre_requisite.yml
|
|
|
|
when: not ceph_containerized_deployment
|
2014-03-04 02:08:51 +08:00
|
|
|
|
2014-03-10 23:52:31 +08:00
|
|
|
- include: journal_collocation.yml
|
2015-01-21 01:43:47 +08:00
|
|
|
when: journal_collocation and not ceph_containerized_deployment
|
2014-03-04 02:08:51 +08:00
|
|
|
|
2014-03-10 23:52:31 +08:00
|
|
|
- include: raw_multi_journal.yml
|
2015-01-21 01:43:47 +08:00
|
|
|
when: raw_multi_journal and not ceph_containerized_deployment
|
2014-07-03 21:30:49 +08:00
|
|
|
|
|
|
|
- include: osd_directory.yml
|
2015-01-21 01:43:47 +08:00
|
|
|
when: osd_directory and not ceph_containerized_deployment
|
|
|
|
|
|
|
|
- include: docker.yml
|
|
|
|
when: ceph_containerized_deployment
|