aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/cinder/volume
diff options
context:
space:
mode:
authorrajinir <rajini_ram@dell.com>2017-02-07 10:02:54 -0600
committerrajinir <rajini_ram@dell.com>2017-02-09 13:44:05 -0600
commit6e074bfde1e78a85b60d104eb901a716107bd6f9 (patch)
treea00b0250ab14848aff7952fb6da498da6fdd2100 /manifests/profile/base/cinder/volume
parent40f12b482d0b514ee05c898bc04c0ca0628c8692 (diff)
Rebranding of Eqlx to Dell EMC PS Series
This changes rebrands Dell Eqlx to Dell PS series and matches the tripleo-heat-templates. Change-Id: I3536147a06b426ace18cf415e99361c47b4cf5d9
Diffstat (limited to 'manifests/profile/base/cinder/volume')
-rw-r--r--manifests/profile/base/cinder/volume/dellps.pp (renamed from manifests/profile/base/cinder/volume/eqlx.pp)10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/profile/base/cinder/volume/eqlx.pp b/manifests/profile/base/cinder/volume/dellps.pp
index fe24f4b..1338240 100644
--- a/manifests/profile/base/cinder/volume/eqlx.pp
+++ b/manifests/profile/base/cinder/volume/dellps.pp
@@ -12,23 +12,23 @@
# License for the specific language governing permissions and limitations
# under the License.
#
-# == Class: tripleo::profile::base::cinder::volume::eqlx
+# == Class: tripleo::profile::base::cinder::volume::dellps
#
-# Cinder Volume eqlx profile for tripleo
+# Cinder Volume for dellps profile tripleo
#
# === Parameters
#
# [*backend_name*]
# (Optional) Name given to the Cinder backend stanza
-# Defaults to 'tripleo_eqlx'
+# Defaults to 'tripleo_dellps'
#
# [*step*]
# (Optional) The current step in deployment. See tripleo-heat-templates
# for more details.
# Defaults to hiera('step')
#
-class tripleo::profile::base::cinder::volume::eqlx (
- $backend_name = hiera('cinder::backend::eqlx::volume_backend_name', 'tripleo_eqlx'),
+class tripleo::profile::base::cinder::volume::dellps (
+ $backend_name = hiera('cinder::backend::eqlx::volume_backend_name', 'tripleo_dellps'),
$step = hiera('step'),
) {
include ::tripleo::profile::base::cinder::volume