You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
825 B
19 lines
825 B
# 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'
|
|
|