2014-03-06 20:54:37 +08:00
|
|
|
---
|
2015-01-21 01:43:47 +08:00
|
|
|
- include: pre_requisite.yml
|
2015-10-22 05:18:22 +08:00
|
|
|
when: not rgw_containerized_deployment
|
2016-08-17 02:57:01 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
2014-03-06 20:54:37 +08:00
|
|
|
|
2015-06-04 01:01:23 +08:00
|
|
|
- include: openstack-keystone.yml
|
2016-07-15 03:09:31 +08:00
|
|
|
when:
|
|
|
|
- radosgw_keystone|bool
|
|
|
|
- radosgw_keystone_ssl|bool
|
2016-08-17 02:57:01 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
2016-08-08 11:16:15 +08:00
|
|
|
|
2015-01-21 01:43:47 +08:00
|
|
|
- include: start_radosgw.yml
|
2015-10-22 05:18:22 +08:00
|
|
|
when: not rgw_containerized_deployment
|
2016-08-17 02:57:01 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
|
|
|
|
2017-04-20 00:30:40 +08:00
|
|
|
- include: rgw_pool_pgs.yml
|
|
|
|
when: create_pools is defined
|
|
|
|
static: False
|
|
|
|
|
2016-08-17 05:57:49 +08:00
|
|
|
- name: include rgw multisite playbooks
|
2016-08-17 02:57:01 +08:00
|
|
|
include: multisite/main.yml
|
2016-09-26 21:19:15 +08:00
|
|
|
when:
|
|
|
|
- rgw_zone is defined
|
|
|
|
- rgw_multisite
|
2017-02-10 21:58:15 +08:00
|
|
|
- ( ceph_release_num.{{ ceph_release }} >= ceph_release_num.jewel )
|
2016-08-17 02:57:01 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|
2015-03-02 17:22:52 +08:00
|
|
|
|
2015-07-28 23:35:47 +08:00
|
|
|
- include: ./docker/main.yml
|
2015-10-22 05:18:22 +08:00
|
|
|
when: rgw_containerized_deployment
|
2016-08-17 02:57:01 +08:00
|
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
|
|
static: False
|