Skip to content

Commit

Permalink
Fix handling of ceph-pools in collections (#1011)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 23, 2024
1 parent f912832 commit 4e60333
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions osism/core/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,18 +162,20 @@
[
"ceph",
[
"ceph-pools",
[
"ceph-pools",
[
"copy-ceph-keys",
[
"cephclient",
"ceph-bootstrap-dashboard",
"copy-ceph-keys",
[
"wait-for-keystone",
["kolla-ceph-rgw", "glance", "cinder", "nova"],
"cephclient",
"ceph-bootstrap-dashboard",
[
"wait-for-keystone",
["kolla-ceph-rgw", "glance", "cinder", "nova"],
],
["prometheus", ["grafana"]],
],
["prometheus", ["grafana"]],
],
],
],
Expand Down Expand Up @@ -220,8 +222,10 @@
[
"ceph",
[
"ceph-pools",
[["copy-ceph-keys", ["cephclient", "ceph-bootstrap-dashboard"]]],
[
"ceph-pools",
[["copy-ceph-keys", ["cephclient", "ceph-bootstrap-dashboard"]]],
],
],
],
],
Expand Down

0 comments on commit 4e60333

Please sign in to comment.