d989c01ce4
Remove the misleading comment from the cinder-netapp-config.yaml file in the environments directory that claimed the file is deprecated in favor of the 'sample-env-generator' file in the environments/storage directory. The sample-env-generator has not been widely adopted, and the Netapp file in the environments directory is still being maintained. Update the sample-env-generator files so they specify the OS::TripleO::Services::CinderBackendNetApp composable service. Closes-Bug: 1779397 Change-Id: If0343e96700bf13c0d49c3ae3c311ada1c26a0c0
30 lines
1020 B
YAML
30 lines
1020 B
YAML
# A Heat environment file which can be used to enable a
|
|
# a Cinder NetApp backend, configured via puppet
|
|
resource_registry:
|
|
OS::TripleO::Services::CinderBackendNetApp: ../puppet/services/cinder-backend-netapp.yaml
|
|
|
|
parameter_defaults:
|
|
CinderEnableNetappBackend: true
|
|
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: ''
|
|
CinderNetappHostType: ''
|
|
CinderNetappWebservicePath: '/devmgr/v2'
|