1fa441479b
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
20 lines
826 B
YAML
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'
|