Merge "Deprecating Old ScaleIO Volume Config"
This commit is contained in:
commit
6cc477d4e8
@ -15,7 +15,9 @@ heat_template_version: rocky
|
||||
|
||||
description: >
|
||||
Openstack Cinder Dell EMC ScaleIO backend
|
||||
|
||||
Please note, this template is deprecated now.
|
||||
Use Cinder Dell EMC VxFlexOS backend template defined in
|
||||
cinder-backend-dellemc-vxflexos-puppet.yaml.
|
||||
parameters:
|
||||
CinderEnableScaleIOBackend:
|
||||
type: boolean
|
||||
@ -102,6 +104,27 @@ parameters:
|
||||
description: Mapping of service endpoint -> protocol. Typically set
|
||||
via parameter_defaults in the resource registry.
|
||||
|
||||
parameter_groups:
|
||||
- label: deprecated
|
||||
description: |
|
||||
The following parameters are deprecated and will be removed.
|
||||
parameters:
|
||||
- CinderEnableScaleIOBackend
|
||||
- CinderScaleIOBackendName
|
||||
- CinderScaleIOSanIp
|
||||
- CinderScaleIOSanLogin
|
||||
- CinderScaleIOSanPassword
|
||||
- CinderScaleIORestServerPort
|
||||
- CinderScaleIOVerifyServerCertificate
|
||||
- CinderScaleIOServerCertificatePath
|
||||
- CinderScaleIOProtectionDomainName
|
||||
- CinderScaleIOStoragePoolName
|
||||
- CinderScaleIOStoragePools
|
||||
- CinderScaleIORoundVolumeCapacity
|
||||
- CinderScaleIOUnmapVolumeBeforeDeletion
|
||||
- CinderScaleIOMaxOverSubscriptionRatio
|
||||
- CinderScaleIOSanThinProvision
|
||||
|
||||
outputs:
|
||||
role_data:
|
||||
description: Role data for the Cinder Dell EMC ScaleIO backend.
|
@ -14,6 +14,10 @@
|
||||
#
|
||||
# A Heat environment file which can be used to enable a
|
||||
# a Cinder Dell EMC ScaleIO backend, configured via puppet
|
||||
#
|
||||
# Please note, this template is deprecated now.
|
||||
# Use Cinder Dell EMC VxFlexOS backend template defined in
|
||||
# cinder-backend-dellemc-vxflexos-puppet.yaml.
|
||||
resource_registry:
|
||||
OS::TripleO::Services::CinderBackendScaleIO: ../deployment/cinder/cinder-backend-scaleio-puppet.yaml
|
||||
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- Resource OS::TripleO::Services::CinderBackendScaleIO
|
||||
is no longer supported. Use the new resource
|
||||
OS::TripleO::Services::CinderBackendDellEMCVxFlexOS.
|
Loading…
Reference in New Issue
Block a user