2014-03-04 02:08:51 +08:00
|
|
|
---
|
2014-09-05 03:14:11 +08:00
|
|
|
- include: deploy_monitors.yml
|
2015-01-21 01:43:47 +08:00
|
|
|
when: not ceph_containerized_deployment
|
|
|
|
|
2015-01-30 23:16:18 +08:00
|
|
|
- include: ceph_keys.yml
|
2015-01-21 01:43:47 +08:00
|
|
|
when: not ceph_containerized_deployment
|
|
|
|
|
2015-03-12 11:50:38 +08:00
|
|
|
- include: create_mds_filesystems.yml
|
|
|
|
when: not ceph_containerized_deployment and not {{ ceph_version.stdout | version_compare('0.84', '<') }}
|
2015-01-21 01:43:47 +08:00
|
|
|
|
|
|
|
- include: docker.yml
|
|
|
|
when: ceph_containerized_deployment
|