2018-01-16 21:37:32 -06:00
|
|
|
# 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'
|
2018-06-08 10:44:29 +08:00
|
|
|
CinderDellEMCVNXStoragePoolNames: ''
|
2018-01-16 21:37:32 -06:00
|
|
|
CinderDellEMCVNXDefaultTimeout: 3600
|
|
|
|
CinderDellEMCVNXMaxLunsPerStorageGroup: 255
|
|
|
|
CinderDellEMCVNXInitiatorAutoRegistration: 'true'
|
|
|
|
CinderDellEMCVNXAuthType: 'global'
|
2018-06-04 15:33:15 +08:00
|
|
|
CinderDellEMCVNXStorageSecurityFileDir: ''
|
2018-01-16 21:37:32 -06:00
|
|
|
CinderDellEMCVNXNaviSecCliPath: '/opt/Navisphere/bin/naviseccli'
|