tripleo-heat-templates/environments/cinder-dellemc-powerstore-config.yaml
Takashi Kajinami c769343d89 Remove ineffective CinderPowerStoreAppliances parameter
The powerstore_appliances parameter was deprecated in cinder[1] and
since then the parameter has no effect.

[1] f328341ed0eb920a6471f7c65e06b27c3f719fbe

Change-Id: I3a54393a941ac78f3163fdfa7f76e3ee3bfa2c17
2021-07-11 13:41:02 +09:00

28 lines
1.1 KiB
YAML

# A Heat environment file which can be used to enable a
# Cinder Dell EMC PowerMax backend, configured via puppet.
resource_registry:
OS::TripleO::Services::CinderBackendDellEMCPowerStore: ../deployment/cinder/cinder-backend-dellemc-powerstore-puppet.yaml
parameter_defaults:
CinderEnablePowerStoreBackend: true
CinderPowerStoreBackendName: 'tripleo_dellemc_powerstore'
CinderPowerStoreMultiConfig: {}
CinderPowerStoreAvailabilityZone: ''
CinderPowerStoreSanIp: ''
CinderPowerStoreSanLogin: 'Admin'
CinderPowerStoreSanPassword: ''
CinderPowerStorePorts: ''
CinderPowerStoreStorageProtocol: 'iSCSI'
# To configure multiple PowerStore backends, use CinderPowerStoreMultiConfig to
# assign parameter values specific to that backend. For example:
# CinderPowerStoreBackendName:
# - tripleo_dellemc_powerstore_1
# - tripleo_dellemc_powerstore_2
# CinderPowerStoreMultiConfig:
# tripleo_dellemc_powerstore_1:
# CinderPowerStoreStorageProtocol: 'iSCSI' # Specific value for this backend
# tripleo_dellemc_powerstore_2:
# CinderPowerStoreStorageProtocol: 'FC' # Specific value for this backend