Fixing resources path in OpenDaylight
[apex-tripleo-heat-templates.git] / environments / cinder-netapp-config.yaml
1 # A Heat environment file which can be used to enable a
2 # a Cinder NetApp backend, configured via puppet
3 resource_registry:
4   OS::TripleO::ControllerExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/cinder-netapp.yaml
5
6 parameter_defaults:
7   CinderEnableNetappBackend: true
8   CinderNetappBackendName: 'tripleo_netapp'
9   CinderNetappLogin: ''
10   CinderNetappPassword: ''
11   CinderNetappServerHostname: ''
12   CinderNetappServerPort: '80'
13   CinderNetappSizeMultiplier: '1.2'
14   CinderNetappStorageFamily: 'ontap_cluster'
15   CinderNetappStorageProtocol: 'nfs'
16   CinderNetappTransportType: 'http'
17   CinderNetappVfiler: ''
18   CinderNetappVolumeList: ''
19   CinderNetappVserver: ''
20   CinderNetappPartnerBackendName: ''
21   CinderNetappNfsShares: ''
22   CinderNetappNfsSharesConfig: '/etc/cinder/shares.conf'
23   CinderNetappNfsMountOptions: ''
24   CinderNetappCopyOffloadToolPath: ''
25   CinderNetappControllerIps: ''
26   CinderNetappSaPassword: ''
27   CinderNetappStoragePools: ''
28   CinderNetappEseriesHostType: 'linux_dm_mp'
29   CinderNetappWebservicePath: '/devmgr/v2'