2014-03-04 02:08:51 +08:00
|
|
|
---
|
2016-11-30 01:14:03 +08:00
|
|
|
- include: check_mandatory_vars.yml
|
|
|
|
|
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
|
2016-08-17 05:49:30 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
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:
|
2016-05-09 22:08:33 +08:00
|
|
|
- journal_collocation
|
|
|
|
- not osd_containerized_deployment
|
2016-08-17 05:49:30 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
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:
|
2016-05-09 22:08:33 +08:00
|
|
|
- raw_multi_journal
|
|
|
|
- not osd_containerized_deployment
|
2016-08-17 05:49:30 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
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:
|
2016-05-09 22:08:33 +08:00
|
|
|
- osd_directory
|
|
|
|
- not osd_containerized_deployment
|
2016-08-17 05:49:30 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
2015-01-21 01:43:47 +08:00
|
|
|
|
2016-03-25 21:15:29 +08:00
|
|
|
- include: ./scenarios/bluestore.yml
|
|
|
|
when:
|
2016-05-09 22:08:33 +08:00
|
|
|
- osd_objectstore == 'bluestore'
|
|
|
|
- not osd_containerized_deployment
|
2016-08-17 05:49:30 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
2016-03-25 21:15:29 +08:00
|
|
|
|
2016-08-10 16:34:23 +08:00
|
|
|
- include: ./scenarios/dmcrypt-journal-collocation.yml
|
2016-07-19 23:53:21 +08:00
|
|
|
when:
|
2016-08-10 16:34:23 +08:00
|
|
|
- dmcrypt_journal_collocation
|
2016-07-19 23:55:57 +08:00
|
|
|
- not osd_containerized_deployment
|
2016-08-17 05:49:30 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
2016-07-19 23:55:57 +08:00
|
|
|
|
|
|
|
- include: ./scenarios/dmcrypt-dedicated-journal.yml
|
|
|
|
when:
|
|
|
|
- dmcrypt_dedicated_journal
|
2016-07-19 23:53:21 +08:00
|
|
|
- not osd_containerized_deployment
|
2016-08-17 05:49:30 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
2016-07-19 23:53:21 +08:00
|
|
|
|
2015-07-28 22:05:35 +08:00
|
|
|
- include: ./docker/main.yml
|
2015-10-22 05:18:22 +08:00
|
|
|
when: osd_containerized_deployment
|
2016-08-17 05:49:30 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|