mirror of https://github.com/ceph/ceph-ansible.git
rgw: move multisite related tasks after docker/main.yml
We must play this task after the container has started otherwise rgw_multisite tasks will fail. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3217/head
parent
710e11668d
commit
547e90f281
|
@ -14,14 +14,14 @@
|
||||||
include_tasks: start_radosgw.yml
|
include_tasks: start_radosgw.yml
|
||||||
when: not containerized_deployment
|
when: not containerized_deployment
|
||||||
|
|
||||||
- name: include_tasks multisite/main.yml
|
|
||||||
include_tasks: multisite/main.yml
|
|
||||||
when: rgw_multisite
|
|
||||||
|
|
||||||
- name: include_tasks docker/main.yml
|
- name: include_tasks docker/main.yml
|
||||||
include_tasks: docker/main.yml
|
include_tasks: docker/main.yml
|
||||||
when: containerized_deployment
|
when: containerized_deployment
|
||||||
|
|
||||||
|
- name: include_tasks multisite/main.yml
|
||||||
|
include_tasks: multisite/main.yml
|
||||||
|
when: rgw_multisite
|
||||||
|
|
||||||
- name: rgw pool realted tasks
|
- name: rgw pool realted tasks
|
||||||
when:
|
when:
|
||||||
- rgw_create_pools is defined
|
- rgw_create_pools is defined
|
||||||
|
|
Loading…
Reference in New Issue