feat: add cephfs shared volume define

- add ceph class to manage ceph client configuration/packages
- add cephfs define for mounting volumes
- add ceph keyring define to manage secrets used to mount cephfs
This commit is contained in:
2024-06-23 15:15:14 +10:00
parent 8eca497ea2
commit 5631f07e6e
6 changed files with 145 additions and 1 deletions
@@ -0,0 +1,3 @@
[global]
fsid = <%= @fsid %>
mon_host = <%= @mons.join(' ') %>
+1
View File
@@ -0,0 +1 @@
<%= @key %>