2015-05-12 13:52:43 -04:00
|
|
|
# A Heat environment file which can be used to enable a
|
2015-06-18 10:05:06 -04:00
|
|
|
# a Cinder NetApp backend, configured via puppet
|
2015-05-12 13:52:43 -04:00
|
|
|
resource_registry:
|
2015-06-18 10:05:06 -04:00
|
|
|
OS::TripleO::ControllerExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/cinder-netapp.yaml
|
2015-05-12 13:52:43 -04:00
|
|
|
|
|
|
|
parameter_defaults:
|
2015-06-18 17:37:31 -04:00
|
|
|
CinderEnableNetappBackend: true
|
2015-06-18 10:05:06 -04: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 23:32:40 +02:00
|
|
|
CinderNetappHostType: ''
|
2015-06-18 10:05:06 -04:00
|
|
|
CinderNetappWebservicePath: '/devmgr/v2'
|