afe81a4e05
This change adds a new define for cinder::backend::dellemc_vnx Change-Id: I57af2f781c24c74b355410ffb4dc28382ee183fd Implements: blueprint dellemc-vnx-cinder
20 lines
825 B
YAML
20 lines
825 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'
|
|
CinderDellEMCVNXStoragePoolName: ''
|
|
CinderDellEMCVNXDefaultTimeout: 3600
|
|
CinderDellEMCVNXMaxLunsPerStorageGroup: 255
|
|
CinderDellEMCVNXInitiatorAutoRegistration: 'true'
|
|
CinderDellEMCVNXAuthType: 'global'
|
|
CinderDellEMCVNXStorageSecurityFileDir: '/etc/secfile/array1'
|
|
CinderDellEMCVNXNaviSecCliPath: '/opt/Navisphere/bin/naviseccli'
|