tripleo-heat-templates/environments/manila-powermax-config.yaml
David Hill e7c93d3b27 Add support for powermax.
Change-Id: I8cd4eeb1a8dac9d6823b0a05450db5dfc560ea09
Depends-on: https://review.opendev.org/c/openstack/puppet-tripleo/+/834937
Partial-bug: #1951131
(cherry picked from commit 06787c8539)
(cherry picked from commit b8e501348f)
(cherry picked from commit 02255246d0)
(cherry picked from commit 7a16df591c)
2022-03-29 15:29:44 +00:00

21 lines
937 B
YAML

# This environment file enables Manila with the PowerMax backend.
resource_registry:
OS::TripleO::Services::ManilaApi: ../deployment/manila/manila-api-container-puppet.yaml
OS::TripleO::Services::ManilaScheduler: ../deployment/manila/manila-scheduler-container-puppet.yaml
# Only manila-share is pacemaker managed:
OS::TripleO::Services::ManilaShare: ../deployment/manila/manila-share-pacemaker-puppet.yaml
OS::TripleO::Services::ManilaBackendPowerMax: ../deployment/manila/manila-backend-powermax.yaml
parameter_defaults:
ManilaPowerMaxBackendName: tripleo_manila_powermax
ManilaPowerMaxDriverHandlesShareServers: true
ManilaPowerMaxNasLogin: ''
ManilaPowerMaxNasPassword: ''
ManilaPowerMaxNasServer: ''
ManilaPowerMaxServerContainer: ''
ManilaPowerMaxShareDataPools: ''
ManilaPowerMaxEthernetPorts: ''
ManilaPowerMaxNasSecureServer: true
ManilaPowerMaxSSLCertPath: ''
ManilaPowerMaxSSLCertVerify: true