Remove non-containerized pacemaker resources on upgrade
[apex-tripleo-heat-templates.git] / environments / storage / cinder-nfs.yaml
1 # *******************************************************************
2 # This file was created automatically by the sample environment
3 # generator. Developers should use `tox -e genconfig` to update it.
4 # Users are recommended to make changes to a copy of the file instead
5 # of the original, if any customizations are needed.
6 # *******************************************************************
7 # title: Enable Cinder NFS Backend
8 # description: |
9 #   Configure and include this environment to enable the use of an NFS
10 #   share as the backend for Cinder.
11 parameter_defaults:
12   # Whether to enable or not the Iscsi backend for Cinder
13   # Type: boolean
14   CinderEnableIscsiBackend: False
15
16   # Whether to enable or not the NFS backend for Cinder
17   # Type: boolean
18   CinderEnableNfsBackend: True
19
20   # Mount options for NFS mounts used by Cinder NFS backend. Effective when CinderEnableNfsBackend is true.
21   # Type: string
22   CinderNfsMountOptions: ''
23
24   # NFS servers used by Cinder NFS backend. Effective when CinderEnableNfsBackend is true.
25   # Type: comma_delimited_list
26   CinderNfsServers: 192.168.122.1:/export/cinder
27