Deprecating VMax Volume Config

VMax backend is now PowerMax and config options have changed
since newton.

Change-Id: Ib5d38009de0d29325e6da31c5a030a65eaf02e26
This commit is contained in:
rajinir 2020-03-30 16:48:33 -05:00
parent 1b54512b2f
commit 8cee314746
2 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,8 @@ class tripleo::profile::base::cinder::volume::dellemc_vmax_iscsi (
) {
include tripleo::profile::base::cinder::volume
warning('The tripleo_dellemc_vmax_iscsi class is not supported, please use the triplo_dellemc_powermax resource instead.')
if $step >= 4 {
cinder::backend::dellemc_vmax_iscsi { $backend_name :
backend_availability_zone => hiera('cinder::backend::dellemc_vmax_iscsi::backend_availability_zone', undef),

View File

@ -0,0 +1,4 @@
---
deprecations:
- Resource tripleo::profile::base::cinder::volume::dellemc_vmax_iscsi
is no longer supported.