@@ -9,6 +9,7 @@ debian_ceph_pkgs:
9
9
- " {{ (ceph_test | bool) | ternary('ceph-test', 'ceph-common') }}"
10
10
- " {{ (rgw_group_name in group_names) | ternary('radosgw', 'ceph-common') }}"
11
11
- " {{ ((ceph_repository == 'rhcs') and (client_group_name in group_names)) | ternary('ceph-fuse', 'ceph-common') }}"
12
+ - " {{ (rbdmirror_group_name in group_names) | ternary('ceph-base', 'ceph-common') }}"
12
13
13
14
redhat_ceph_pkgs :
14
15
- " {{ (ceph_test | bool) | ternary('ceph-test', 'ceph-common') }}"
@@ -18,6 +19,7 @@ redhat_ceph_pkgs:
18
19
- " {{ (client_group_name in group_names) | ternary('ceph-fuse', 'ceph-common') }}"
19
20
- " {{ (client_group_name in group_names) | ternary('ceph-base', 'ceph-common') }}"
20
21
- " {{ (rgw_group_name in group_names) | ternary('ceph-radosgw', 'ceph-common') }}"
22
+ - " {{ (rbdmirror_group_name in group_names) | ternary('ceph-base', 'ceph-common') }}"
21
23
22
24
suse_ceph_pkgs :
23
25
- " {{ (ceph_test | bool) | ternary('ceph-test', 'ceph-common') }}"
@@ -27,3 +29,4 @@ suse_ceph_pkgs:
27
29
- " {{ (client_group_name in group_names) | ternary('ceph-fuse', 'ceph-common') }}"
28
30
- " {{ (client_group_name in group_names) | ternary('ceph-base', 'ceph-common') }}"
29
31
- " {{ (rgw_group_name in group_names) | ternary('ceph-radosgw', 'ceph-common') }}"
32
+ - " {{ (rbdmirror_group_name in group_names) | ternary('ceph-base', 'ceph-common') }}"
0 commit comments