Merge "Move swift service conflicted check into precheck.yml"
This commit is contained in:
commit
574c68b375
@ -15,3 +15,8 @@
|
|||||||
when:
|
when:
|
||||||
- container_facts['ceph_rgw'] is not defined
|
- container_facts['ceph_rgw'] is not defined
|
||||||
- inventory_hostname in groups['ceph-rgw']
|
- inventory_hostname in groups['ceph-rgw']
|
||||||
|
|
||||||
|
- name: Check whether the swift service is enabled
|
||||||
|
local_action: fail msg='Ceph-rgw-keystone is conflicts with swift, you should only enable one of them'
|
||||||
|
when: enable_swift | bool
|
||||||
|
run_once: True
|
||||||
|
@ -1,9 +1,4 @@
|
|||||||
---
|
---
|
||||||
- name: Check whether the swift service is enabled
|
|
||||||
local_action: fail msg='Ceph-rgw-keystone is conflicted with swift, you should only enable one of them'
|
|
||||||
when: enable_swift | bool
|
|
||||||
run_once: True
|
|
||||||
|
|
||||||
- name: Creating the Swift service and endpoint
|
- name: Creating the Swift service and endpoint
|
||||||
kolla_toolbox:
|
kolla_toolbox:
|
||||||
module_name: kolla_keystone_service
|
module_name: kolla_keystone_service
|
||||||
|
Loading…
Reference in New Issue
Block a user