Deprecating Old Dell SC Volume Config

A new Dell SC volume config which supports both iSCSI and FC drivers
is added. Deprecating the old Dell SC config
See review https://review.opendev.org/#/c/722538/

Change-Id: I3402f71fde956ede80da0840780ad4bd227103c7
This commit is contained in:
rajinir 2020-04-24 15:05:17 -05:00
parent b8ed26353e
commit 8e074fd166
2 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,8 @@ class tripleo::profile::base::cinder::volume::dellsc (
) {
include tripleo::profile::base::cinder::volume
warning('The tripleo_dellsc class will be removed in V-Release, please use the triplo_dellemc_sc resource instead.')
if $step >= 4 {
# Include support for 'excluded_domain_ip' until it's deprecated in THT

View File

@ -0,0 +1,4 @@
---
deprecations:
- Resource tripleo::profile::base::cinder::volume::dellsc
will be removed in V-Release.