bf98351f83
The Dell EMC SC configuration option excluded_domain_ip has been deprecated and will be removed in a future release. Deployments should now migrate to the option excluded_domain_ips for equivalent functionality. Depends-On: https://review.openstack.org/604444 Change-Id: I27c02be4d306a55a1ee8617de81d145b086a8a1b
23 lines
814 B
YAML
23 lines
814 B
YAML
# A Heat environment file which can be used to enable a
|
|
# Cinder Dell EMC Storage Center ISCSI backend, configured via puppet
|
|
resource_registry:
|
|
OS::TripleO::Services::CinderBackendDellSc: ../puppet/services/cinder-backend-dellsc.yaml
|
|
|
|
parameter_defaults:
|
|
CinderEnableDellScBackend: true
|
|
CinderDellScBackendName: 'tripleo_dellsc'
|
|
CinderDellScSanIp: ''
|
|
CinderDellScSanLogin: 'Admin'
|
|
CinderDellScSanPassword: ''
|
|
CinderDellScSsn: 64702
|
|
CinderDellScIscsiIpAddress: ''
|
|
CinderDellScIscsiPort: 3260
|
|
CinderDellScApiPort: 3033
|
|
CinderDellScServerFolder: 'dellsc_server'
|
|
CinderDellScVolumeFolder: 'dellsc_volume'
|
|
CinderDellScSecondarySanIp: ''
|
|
CinderDellScSecondarySanLogin: 'Admin'
|
|
CinderDellScSecondarySanPassword: ''
|
|
CinderDellScSecondaryScApiPort: 3033
|
|
CinderDellScExcludedDomainIps: []
|