puppet-prod/site/profiles/templates/ceph/client.conf.erb
Ben Vincent 5631f07e6e 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
2024-06-23 15:33:33 +10:00

4 lines
65 B
Plaintext

[global]
fsid = <%= @fsid %>
mon_host = <%= @mons.join(' ') %>