ceph-ansible/roles/ceph-rgw/tasks/main.yml

16 lines
379 B
YAML
Raw Normal View History

---
- include: pre_requisite.yml
when: not rgw_containerized_deployment
- include: openstack-keystone.yml
when: radosgw_keystone
2016-08-08 11:16:15 +08:00
- include: multisite.yml
when: rgw_zone is defined and rgw_multisite and ( is_jewel or is_after_jewel )
- include: start_radosgw.yml
when: not rgw_containerized_deployment
- include: ./docker/main.yml
when: rgw_containerized_deployment