tripleo-heat-templates/environments/cinder-dellemc-vnx-config.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'