feat: add ceph service management profiles and facts #459

Merged
unkinben merged 4 commits from feature/ceph-service-management into develop 2026-04-07 19:02:17 +10:00
3 changed files with 10 additions and 0 deletions
Showing only changes of commit 9572b08683 - Show all commits
+4
View File
@@ -5,6 +5,10 @@ hiera_include:
- incus - incus
- zfs - zfs
- profiles::ceph::node - profiles::ceph::node
- profiles::ceph::mon
- profiles::ceph::mgr
- profiles::ceph::mds
- profiles::ceph::osd
- profiles::ceph::client - profiles::ceph::client
- profiles::ceph::dashboard - profiles::ceph::dashboard
- profiles::storage::cephfsvols - profiles::storage::cephfsvols
+3
View File
@@ -1,3 +1,6 @@
--- ---
hiera_include:
- profiles::ceph::osd
# manage rke2 # manage rke2
rke2::node_type: agent rke2::node_type: agent
+3
View File
@@ -1,4 +1,7 @@
--- ---
hiera_include:
- profiles::ceph::osd
# manage rke2 # manage rke2
rke2::node_type: server rke2::node_type: server
rke2::helm_install: true rke2::helm_install: true