4ebc9ac8f3
While not causing the deployment to fail, we should disable the SwiftDispersion service when Ceph RGW is deployed. Change-Id: I329380afb07bb62126cf57e39167bc2b20506b6c Closes-Bug: #1907501
14 lines
612 B
YAML
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'
|
|
|