From d80a144b14ad5568a8820911a1e4349f23bc9fa9 Mon Sep 17 00:00:00 2001 From: Christian Schwede Date: Mon, 10 Oct 2016 13:29:55 +0200 Subject: [PATCH] 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. Closes-Bug: 1631926 Change-Id: Ic32c44810aba3ccbb9429cf210f27843d8b6b2c4 --- .../puppet-stack-config/puppet-stack-config.yaml.template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index 614241c79..022b7b6e4 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -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'