ansible-role-k8s-cinder/templates/rbd/ceph.conf.j2

11 lines
406 B
Django/Jinja

[global]
fsid = {{result.conf_dict['ceph_cluster_fsid']}}
mon_host = {{result.conf_dict['ceph_mon_host']}}
auth_cluster_required = {{result.conf_dict['authentication_type']}}
auth_service_required = {{result.conf_dict['authentication_type']}}
auth_client_required = {{result.conf_dict['authentication_type']}}
auth_supported = {{result.conf_dict['authentication_type']}}
[client]
rbd_default_features = 1