aboutsummaryrefslogtreecommitdiffstats
path: root/swift-storage.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-01-09 09:43:42 -0500
committerDan Prince <dprince@redhat.com>2015-01-09 09:48:59 -0500
commita471fee05a27dcf9ecb9355a6baaa43e6507e8c2 (patch)
treeb10bdf2aab1a3a80fbc551f70ffc6642e277a476 /swift-storage.yaml
parent9cf11371ac3a99648e21518059bfa310655769e0 (diff)
Add SwiftMinPartHours to overcloud-without-mergepy
This was added in Icc5e431a7e2884b3ca3a255b6fd901619bc98460 and is missing from overcloud-without-mergepy. Change-Id: I1273b646c04783712fd3f8baccafead11817689c
Diffstat (limited to 'swift-storage.yaml')
-rw-r--r--swift-storage.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/swift-storage.yaml b/swift-storage.yaml
index ea032b96..7522083f 100644
--- a/swift-storage.yaml
+++ b/swift-storage.yaml
@@ -70,6 +70,10 @@ parameters:
NeutronNetworkType:
default: gre
type: string
+ MinPartHours:
+ type: number
+ default: 1
+ description: The minimum time (in hours) before a partition in a ring can be moved following a rebalance.
PartPower:
default: 10
description: Partition Power to use when building Swift rings
@@ -107,6 +111,7 @@ resources:
swift:
hash: { get_input: swift_hash_suffix }
part-power: { get_input: swift_part_power }
+ min-part-hours: { get_input: swift_min_part_hours }
replicas: {get_input: swift_replicas }
service-password: { get_input: swift_password }
neutron:
@@ -150,6 +155,7 @@ resources:
swift_hash_suffix: {get_param: HashSuffix}
swift_mount_check: {get_param: MountCheck}
swift_password: {get_param: Password}
+ swift_min_part_hours: {get_param: MinPartHours}
swift_part_power: {get_param: PartPower}
swift_replicas: { get_param: Replicas}