- 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
4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
[global]
|
|
fsid = <%= @fsid %>
|
|
mon_host = <%= @mons.join(' ') %>
|