2017-10-16 08:10:43 +00:00
|
|
|
# A Heat environment file which can be used to enable a
|
2019-06-27 12:05:25 +00:00
|
|
|
# Manila CephFS-NFS driver backend.
|
2017-10-16 08:10:43 +00:00
|
|
|
resource_registry:
|
2019-01-25 20:46:35 +00:00
|
|
|
OS::TripleO::Services::ManilaApi: ../deployment/manila/manila-api-container-puppet.yaml
|
|
|
|
OS::TripleO::Services::ManilaScheduler: ../deployment/manila/manila-scheduler-container-puppet.yaml
|
2017-10-16 08:10:43 +00:00
|
|
|
# Only manila-share is pacemaker managed:
|
2019-01-25 20:46:35 +00:00
|
|
|
OS::TripleO::Services::ManilaShare: ../deployment/manila/manila-share-pacemaker-puppet.yaml
|
2019-04-15 13:38:38 +00:00
|
|
|
OS::TripleO::Services::ManilaBackendCephFs: ../deployment/manila/manila-backend-cephfs.yaml
|
2017-10-16 08:10:43 +00:00
|
|
|
# ceph-nfs (ganesha) service is installed and configured by ceph-ansible
|
|
|
|
# but it's still managed by pacemaker
|
2019-03-19 18:58:11 +00:00
|
|
|
OS::TripleO::Services::CephNfs: ../deployment/ceph-ansible/ceph-nfs.yaml
|
2017-10-16 08:10:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
parameter_defaults:
|
|
|
|
ManilaCephFSBackendName: cephfs
|
|
|
|
ManilaCephFSDriverHandlesShareServers: false
|
|
|
|
ManilaCephFSCephFSEnableSnapshots: false
|
2019-02-22 22:12:06 +00:00
|
|
|
ManilaCephFSCephVolumeMode: '0755'
|
2017-10-16 08:10:43 +00:00
|
|
|
# manila cephfs driver supports either native cephfs backend - 'CEPHFS'
|
|
|
|
# (users mount shares directly from ceph cluster), or nfs-ganesha backend -
|
|
|
|
# 'NFS' (users mount shares through nfs-ganesha server)
|
|
|
|
ManilaCephFSCephFSProtocolHelperType: 'NFS'
|
2019-06-27 12:05:25 +00:00
|
|
|
# Uncomment the following and set them appropriately if the Ceph cluster is
|
|
|
|
# external and you need to use a specific keyring/key and pool to access the
|
|
|
|
# CephFS share
|
|
|
|
#ManilaCephFSDataPoolName: manila_data
|
|
|
|
#ManilaCephFSMetadataPoolName: manila_metadata
|
|
|
|
#ManilaCephFSCephFSAuthId: 'manila'
|
|
|
|
#CephManilaClientKey: 'AQDLOh1VgEp6FRAAFzT7Zw+Y9V6JJExQAsRnRQ=='
|