Fix default Swift ring partition power
Looks like tripleo::ringbuilder::part_power is not used at all; actually
the partition power on the underclod is 18, which is the default in
puppet-swift if nothing else is defined.
Cherry-picked from commit d80a144b14
Closes-Bug: 1631926
Change-Id: Ic32c44810aba3ccbb9429cf210f27843d8b6b2c4
This commit is contained in:
committed by
Steven Hardy
parent
f8dda14c57
commit
c11da8e0d0
@@ -67,11 +67,10 @@ swift::keystone::auth::configure_s3_endpoint: false
|
||||
swift::keystone::auth::operator_roles:
|
||||
- admin
|
||||
- swiftoperator
|
||||
tripleo::ringbuilder::part_power: 10
|
||||
tripleo::ringbuilder::replicas: 3
|
||||
tripleo::ringbuilder::min_part_hours: 1
|
||||
swift_mount_check: false
|
||||
swift::ringbuilder::replicas: 1
|
||||
swift::ringbuilder::part_power: 10
|
||||
swift::ringbuilder::min_part_hours: 1
|
||||
|
||||
swift::proxy::pipeline:
|
||||
- 'catch_errors'
|
||||
|
||||
Reference in New Issue
Block a user