tripleo-heat-templates/environments/swift-external.yaml
Giulio Fidente 4ebc9ac8f3 Disable SwiftDisperion when deploying Ceph RGW
While not causing the deployment to fail, we should disable the
SwiftDispersion service when Ceph RGW is deployed.

Change-Id: I329380afb07bb62126cf57e39167bc2b20506b6c
Closes-Bug: #1907501
2020-12-09 22:00:02 +01:00

14 lines
612 B
YAML

resource_registry:
OS::TripleO::Services::ExternalSwiftProxy: ../deployment/swift/external-swift-proxy-baremetal-puppet.yaml
OS::TripleO::Services::SwiftProxy: OS::Heat::None
OS::TripleO::Services::SwiftDispersion: OS::Heat::None
OS::TripleO::Services::SwiftStorage: OS::Heat::None
OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None
parameter_defaults:
ExternalSwiftPublicUrl: 'http://swiftproxy:9024/v1/%(tenant_id)s'
ExternalSwiftInternalUrl: 'http://swiftproxy:9024/v1/%(tenant_id)s'
ExternalSwiftAdminUrl: 'http://swiftproxy:9024/v1/%(tenant_id)s'
ExternalSwiftUserTenant: 'service'