tripleo-heat-templates/environments/cinder-dellemc-vnx-config.yaml
Yong Huang 1fa441479b storage_vnx_pool_name is incorrect for VNX cinder driver.
Correct option is storage_vnx_pool_names, so environments and puppet
service yamls need to be changed.

Depends-On: https://review.openstack.org/#/c/572720/
Closes-bug: #1775752

Change-Id: I98ec997847443673b49552d1223238bc9da03cf4
2018-06-26 17:44:28 +08:00

20 lines
826 B
YAML

# A Heat environment file which can be used to enable a
# Cinder Dell EMC VNX backend, configured via puppet
resource_registry:
OS::TripleO::Services::CinderBackendDellEMCVNX: ../puppet/services/cinder-backend-dellemc-vnx.yaml
parameter_defaults:
CinderEnableDellEMCVNXBackend: true
CinderDellEMCVNXBackendName: 'tripleo_dellemc_vnx'
CinderDellEMCVNXSanIp: ''
CinderDellEMCVNXSanLogin: 'admin'
CinderDellEMCVNXSanPassword: ''
CinderDellEMCVNXStorageProtocol: 'iscsi'
CinderDellEMCVNXStoragePoolNames: ''
CinderDellEMCVNXDefaultTimeout: 3600
CinderDellEMCVNXMaxLunsPerStorageGroup: 255
CinderDellEMCVNXInitiatorAutoRegistration: 'true'
CinderDellEMCVNXAuthType: 'global'
CinderDellEMCVNXStorageSecurityFileDir: '/etc/secfile/array1'
CinderDellEMCVNXNaviSecCliPath: '/opt/Navisphere/bin/naviseccli'