5c09e67473
1. manila-backend-vnx.yaml: a. remove ManilaVNXServerMetaPool since meta_pool is not used by Manila VNX driver b. add ManilaVNXServerContainer 2. cinder-dellemc-vnx-config.yaml: a. remove default value of CinderDellEMCVNXStorageSecurityFileDir since it is not medatory option for Cinder VNX driver Change-Id: Ie48cec52df720f3a13700d6048ecf78ba9067b51 Closes-bug: #1774942
20 lines
807 B
YAML
20 lines
807 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'
|
|
CinderDellEMCVNXStoragePoolNames: ''
|
|
CinderDellEMCVNXDefaultTimeout: 3600
|
|
CinderDellEMCVNXMaxLunsPerStorageGroup: 255
|
|
CinderDellEMCVNXInitiatorAutoRegistration: 'true'
|
|
CinderDellEMCVNXAuthType: 'global'
|
|
CinderDellEMCVNXStorageSecurityFileDir: ''
|
|
CinderDellEMCVNXNaviSecCliPath: '/opt/Navisphere/bin/naviseccli'
|