Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions patches/0002-fix-prometheus-module-string-formatting-error.patch

This file was deleted.

4 changes: 3 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ confinement: strict

package-repositories:
- type: apt
ppa: lmlogiudice/ceph-tentacle-noble
ppa: lmlogiudice/ceph-tentacle-rc

plugs:
load-rbd:
Expand Down Expand Up @@ -287,6 +287,8 @@ parts:
- libatomic1
- python3-ceph-common # used by microceph-orch
- python3-openssl # used by ceph-mgr-dashboard for SSL
- python3-jmespath # used by ceph-mgr-dashboard (Tentacle)
- python3-xmltodict # used by ceph-mgr-dashboard (Tentacle)

organize:
sbin/: bin/
Expand Down
Loading