diff --git a/roles/ceph-mds/meta/main.yml b/roles/ceph-mds/meta/main.yml index cd2ec79c1..dc86bd0f3 100644 --- a/roles/ceph-mds/meta/main.yml +++ b/roles/ceph-mds/meta/main.yml @@ -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 } diff --git a/roles/ceph-mon/meta/main.yml b/roles/ceph-mon/meta/main.yml index 1dff82653..9dd5c89f5 100644 --- a/roles/ceph-mon/meta/main.yml +++ b/roles/ceph-mon/meta/main.yml @@ -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 } diff --git a/roles/ceph-nfs/meta/main.yml b/roles/ceph-nfs/meta/main.yml index 800a2589a..4efb5d920 100644 --- a/roles/ceph-nfs/meta/main.yml +++ b/roles/ceph-nfs/meta/main.yml @@ -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 } diff --git a/roles/ceph-osd/meta/main.yml b/roles/ceph-osd/meta/main.yml index 9c5b77fd7..e1d85c157 100644 --- a/roles/ceph-osd/meta/main.yml +++ b/roles/ceph-osd/meta/main.yml @@ -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 } diff --git a/roles/ceph-rbd-mirror/meta/main.yml b/roles/ceph-rbd-mirror/meta/main.yml index bb297c9ca..a70fe4418 100644 --- a/roles/ceph-rbd-mirror/meta/main.yml +++ b/roles/ceph-rbd-mirror/meta/main.yml @@ -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 } diff --git a/roles/ceph-restapi/meta/main.yml b/roles/ceph-restapi/meta/main.yml index da3adeb37..f2a9c2855 100644 --- a/roles/ceph-restapi/meta/main.yml +++ b/roles/ceph-restapi/meta/main.yml @@ -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 } diff --git a/roles/ceph-rgw/meta/main.yml b/roles/ceph-rgw/meta/main.yml index 6cb4c6d63..051f5e0ec 100644 --- a/roles/ceph-rgw/meta/main.yml +++ b/roles/ceph-rgw/meta/main.yml @@ -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 }