Merge "Deprecating Old Dell EMC Xtremio Iscsi Volume Config"

This commit is contained in:
Zuul 2020-05-06 01:08:52 +00:00 committed by Gerrit Code Review
commit 1cdb8c8f99
3 changed files with 26 additions and 1 deletions

View File

@ -15,7 +15,9 @@ heat_template_version: rocky
description: >
Openstack Cinder Dell EMC XTREMIO Iscsi backend
Please note, this template is deprecated now.
Use Cinder Dell EMC Xtremio backend template defined in
cinder-backend-dellemc-xtremio--puppet.yaml.
parameters:
CinderEnableDellEMCXTREMIOIscsiBackend:
type: boolean
@ -80,6 +82,21 @@ 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:
- CinderEnableDellEMCXTREMIOIscsiBackend
- CinderDellEMCXTREMIOIscsiBackendName
- CinderDellEMCXTREMIOIscsiSanIp
- CinderDellEMCXTREMIOIscsiSanLogin
- CinderDellEMCXTREMIOIscsiSanPassword
- CinderDellEMCXTREMIOIscsiClusterName
- CinderDellEMCXTREMIOIscsiArrayBusyRetryCount
- CinderDellEMCXTREMIOIscsiArrayBusyRetryInterval
- CinderDellEMCXTREMIOIscsiVolumesPerGlanceCache
outputs:
role_data:
description: Role data for the Cinder Dell EMC XTREMIO Iscsi backend.

View File

@ -1,5 +1,8 @@
# A Heat environment file which can be used to enable a
# Cinder Dell EMC XTREMIOIscsi backend, configured via puppet
# Please note, this template is deprecated now.
# Use Cinder Dell EMC Xtremio backend template defined in
# cinder-backend-dellemc-xtremio-puppet.yaml.
resource_registry:
OS::TripleO::Services::CinderBackendDellEMCXTREMIOIscsi: ../deployment/cinder/cinder-backend-dellemc-xtremio-iscsi-puppet.yaml

View File

@ -0,0 +1,5 @@
---
deprecations:
- Resource OS::TripleO::Services::CinderBackendDellEMCXTREMIOIscsi
is no longer supported. Use the new resource
OS::TripleO::Services::CinderBackendDellEMCXtremio.