Merge "Deprecating VxFlex OS Cinder Config"
This commit is contained in:
commit
642fa3d113
@ -11,6 +11,11 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
# Please note, this template is deprecated now.
|
||||
# Use Cinder Dell EMC PowerFlex backend template defined in
|
||||
# cinder-backend-dellemc-powerflex-puppet.yaml.
|
||||
|
||||
heat_template_version: rocky
|
||||
|
||||
description: >
|
||||
@ -118,6 +123,28 @@ 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:
|
||||
- CinderEnableVxFlexOSBackend
|
||||
- CinderVxFlexOSBackendName
|
||||
- CinderVxFlexOSAvailabilityZone
|
||||
- CinderVxFlexOSSanIp
|
||||
- CinderVxFlexOSSanLogin
|
||||
- CinderVxFlexOSSanPassword
|
||||
- CinderVxFlexOSStoragePools
|
||||
- CinderVxFlexOSAllowMigrationDuringRebuild
|
||||
- CinderVxFlexOSAllowNonPaddedVolumes
|
||||
- CinderVxFlexOSMaxOverSubscriptionRatio
|
||||
- CinderVxFlexOSRestServerPort
|
||||
- CinderVxFlexOSServerApiVersion
|
||||
- CinderVxFlexOSUnmapVolumeBeforeDeletion
|
||||
- CinderVxFlexOSSanThinProvision
|
||||
- CinderVxFlexOSDriverSSLCertVerify
|
||||
- CinderVxFlexOSDriverSSLCertPath
|
||||
|
||||
outputs:
|
||||
role_data:
|
||||
description: Role data for the Cinder Dell EMC VxFlexOS backend.
|
@ -14,6 +14,10 @@
|
||||
#
|
||||
# A Heat environment file which can be used to enable a
|
||||
# a Cinder Dell EMC VxFlexOS backend, configured via puppet
|
||||
#
|
||||
# Please note, this template is deprecated now.
|
||||
# Use Cinder Dell EMC PowerFlex backend template defined in
|
||||
# cinder-backend-dellemc-powerflex-puppet.yaml.
|
||||
resource_registry:
|
||||
OS::TripleO::Services::CinderBackendVxFlexOS: ../deployment/cinder/cinder-backend-vxflexos-puppet.yaml
|
||||
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- Resource OS::TripleO::Services::CinderBackendDellEMCVxFlexOS
|
||||
is deprecated. Use the new resource
|
||||
OS::TripleO::Services::CinderBackendDellEMCPowerFlex.
|
Loading…
Reference in New Issue
Block a user