2014-03-04 02:08:51 +08:00
|
|
|
---
|
2015-01-21 01:43:47 +08:00
|
|
|
- include: pre_requisite.yml
|
2015-10-22 05:18:22 +08:00
|
|
|
when: not osd_containerized_deployment
|
2014-03-04 02:08:51 +08:00
|
|
|
|
2015-07-24 02:01:43 +08:00
|
|
|
- include: ./scenarios/journal_collocation.yml
|
2016-04-01 18:57:58 +08:00
|
|
|
when:
|
|
|
|
journal_collocation and
|
|
|
|
not osd_containerized_deployment
|
2014-03-04 02:08:51 +08:00
|
|
|
|
2015-07-24 02:01:43 +08:00
|
|
|
- include: ./scenarios/raw_multi_journal.yml
|
2016-04-01 18:57:58 +08:00
|
|
|
when:
|
|
|
|
raw_multi_journal and
|
|
|
|
not osd_containerized_deployment
|
2014-07-03 21:30:49 +08:00
|
|
|
|
2015-07-24 02:01:43 +08:00
|
|
|
- include: ./scenarios/osd_directory.yml
|
2016-04-01 18:57:58 +08:00
|
|
|
when:
|
|
|
|
osd_directory and
|
|
|
|
not osd_containerized_deployment
|
2015-01-21 01:43:47 +08:00
|
|
|
|
2016-03-25 21:15:29 +08:00
|
|
|
- include: ./scenarios/bluestore.yml
|
|
|
|
when:
|
|
|
|
osd_objectstore == 'bluestore' and
|
|
|
|
not osd_containerized_deployment
|
|
|
|
|
2015-07-28 22:05:35 +08:00
|
|
|
- include: ./docker/main.yml
|
2015-10-22 05:18:22 +08:00
|
|
|
when: osd_containerized_deployment
|