mirror of https://github.com/ceph/ceph-ansible.git
use ceph-docker-common in roles that support docker deployments
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1229/head
parent
f770780dda
commit
c07b7ddbaa
|
@ -12,3 +12,4 @@ galaxy_info:
|
|||
- system
|
||||
dependencies:
|
||||
- { role: ceph.ceph-common, when: not mds_containerized_deployment }
|
||||
- { role: ceph.ceph-docker-common, when: mds_containerized_deployment }
|
||||
|
|
|
@ -12,3 +12,4 @@ galaxy_info:
|
|||
- system
|
||||
dependencies:
|
||||
- { role: ceph.ceph-common, when: not mon_containerized_deployment }
|
||||
- { role: ceph.ceph-docker-common, when: mon_containerized_deployment }
|
||||
|
|
|
@ -12,3 +12,4 @@ galaxy_info:
|
|||
- system
|
||||
dependencies:
|
||||
- { role: ceph.ceph-common, when: not nfs_containerized_deployment }
|
||||
- { role: ceph.ceph-docker-common, when: nfs_containerized_deployment }
|
||||
|
|
|
@ -12,3 +12,4 @@ galaxy_info:
|
|||
- system
|
||||
dependencies:
|
||||
- { role: ceph.ceph-common, when: not osd_containerized_deployment }
|
||||
- { role: ceph.ceph-docker-common, when: osd_containerized_deployment }
|
||||
|
|
|
@ -15,3 +15,4 @@ galaxy_info:
|
|||
- system
|
||||
dependencies:
|
||||
- { role: ceph.ceph-common, when: not rbd_mirror_containerized_deployment }
|
||||
- { role: ceph.ceph-docker-common, when: rbd_mirror_containerized_deployment }
|
||||
|
|
|
@ -12,3 +12,4 @@ galaxy_info:
|
|||
- system
|
||||
dependencies:
|
||||
- { role: ceph.ceph-common, when: not restapi_containerized_deployment }
|
||||
- { role: ceph.ceph-docker-common, when: restapi_containerized_deployment }
|
||||
|
|
|
@ -12,3 +12,4 @@ galaxy_info:
|
|||
- system
|
||||
dependencies:
|
||||
- { role: ceph.ceph-common, when: not rgw_containerized_deployment }
|
||||
- { role: ceph.ceph-docker-common, when: rgw_containerized_deployment }
|
||||
|
|
Loading…
Reference in New Issue