2015-05-12 17:52:43 +00:00
|
|
|
# A Heat environment file which can be used to enable a
|
2015-06-18 14:05:06 +00:00
|
|
|
# a Cinder NetApp backend, configured via puppet
|
2015-05-12 17:52:43 +00:00
|
|
|
resource_registry:
|
2017-04-10 15:11:58 +00:00
|
|
|
OS::TripleO::Services::CinderBackendNetApp: ../puppet/services/cinder-backend-netapp.yaml
|
2015-05-12 17:52:43 +00:00
|
|
|
|
|
|
|
parameter_defaults:
|
2015-06-18 21:37:31 +00:00
|
|
|
CinderEnableNetappBackend: true
|
2015-06-18 14:05:06 +00:00
|
|
|
CinderNetappBackendName: 'tripleo_netapp'
|
|
|
|
CinderNetappLogin: ''
|
|
|
|
CinderNetappPassword: ''
|
|
|
|
CinderNetappServerHostname: ''
|
|
|
|
CinderNetappServerPort: '80'
|
|
|
|
CinderNetappSizeMultiplier: '1.2'
|
|
|
|
CinderNetappStorageFamily: 'ontap_cluster'
|
|
|
|
CinderNetappStorageProtocol: 'nfs'
|
|
|
|
CinderNetappTransportType: 'http'
|
|
|
|
CinderNetappVfiler: ''
|
|
|
|
CinderNetappVolumeList: ''
|
|
|
|
CinderNetappVserver: ''
|
|
|
|
CinderNetappPartnerBackendName: ''
|
|
|
|
CinderNetappNfsShares: ''
|
|
|
|
CinderNetappNfsSharesConfig: '/etc/cinder/shares.conf'
|
|
|
|
CinderNetappNfsMountOptions: ''
|
|
|
|
CinderNetappCopyOffloadToolPath: ''
|
|
|
|
CinderNetappControllerIps: ''
|
|
|
|
CinderNetappSaPassword: ''
|
|
|
|
CinderNetappStoragePools: ''
|
2016-08-31 21:32:40 +00:00
|
|
|
CinderNetappHostType: ''
|
2015-06-18 14:05:06 +00:00
|
|
|
CinderNetappWebservicePath: '/devmgr/v2'
|