# A Heat environment file which can be used to enable a # a Cinder NFS backend, configured via puppet parameter_defaults: CinderNfsBackendName: ['tripleo_nfs'] CinderEnableNfsBackend: True CinderNfsMountOptions: context=system_u:object_r:container_file_t:s0 CinderNfsServers: '' CinderNfsSharesConfig: /etc/cinder/shares-nfs.conf # To configure multiple NFS backends, use CinderNfsMultiConfig to # assign parameter values specific to that backend. For example: # CinderNfsBackendName: ['tripleo_nfs_1', 'tripleo_nfs_2'] # CinderNfsMultiConfig: # tripleo_nfs_1: # CinderNfsSnapshotSupport : True # tripleo_nfs_2: # CinderNfsSharesConfig: '/etc/cinder/shares-nfs_2.conf' # # NOTE - Each NFS backend's CinderNfsSharesConfig must be unique. # In the above example, tripleo_nfs_1 will be configured with the # default CinderNfsSharesConfig value ('/etc/cinder/shares-nfs.conf'), # and tripleo_nfs_2 will be configured with '/etc/cinder/shares-nfs_2.conf'