2018-01-17 03:37:32 +00:00
|
|
|
# A Heat environment file which can be used to enable a
|
|
|
|
# Cinder Dell EMC VNX backend, configured via puppet
|
|
|
|
resource_registry:
|
2018-12-21 15:51:06 +00:00
|
|
|
OS::TripleO::Services::CinderBackendDellEMCVNX: ../deployment/cinder/cinder-backend-dellemc-vnx-puppet.yaml
|
2018-01-17 03:37:32 +00:00
|
|
|
|
|
|
|
parameter_defaults:
|
|
|
|
CinderEnableDellEMCVNXBackend: true
|
|
|
|
CinderDellEMCVNXBackendName: 'tripleo_dellemc_vnx'
|
|
|
|
CinderDellEMCVNXSanIp: ''
|
|
|
|
CinderDellEMCVNXSanLogin: 'admin'
|
|
|
|
CinderDellEMCVNXSanPassword: ''
|
|
|
|
CinderDellEMCVNXStorageProtocol: 'iscsi'
|
2018-06-08 02:44:29 +00:00
|
|
|
CinderDellEMCVNXStoragePoolNames: ''
|
2018-01-17 03:37:32 +00:00
|
|
|
CinderDellEMCVNXDefaultTimeout: 3600
|
|
|
|
CinderDellEMCVNXMaxLunsPerStorageGroup: 255
|
|
|
|
CinderDellEMCVNXInitiatorAutoRegistration: 'true'
|
|
|
|
CinderDellEMCVNXAuthType: 'global'
|
2018-06-04 07:33:15 +00:00
|
|
|
CinderDellEMCVNXStorageSecurityFileDir: ''
|
2018-01-17 03:37:32 +00:00
|
|
|
CinderDellEMCVNXNaviSecCliPath: '/opt/Navisphere/bin/naviseccli'
|