aboutsummaryrefslogtreecommitdiffstats
path: root/swift-storage-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-08-26 11:35:34 +0000
committerGerrit Code Review <review@openstack.org>2014-08-26 11:35:34 +0000
commit1c7e2c8cd7051398c32a4c9fbd74b90a1e193c59 (patch)
tree5e8ab6509e3601b3860db0e0c8b5bd1770019326 /swift-storage-source.yaml
parent59e97e4ae0f02069dbcf6f675337cc11bd0d6076 (diff)
parenta7480472f7efb134108023c44276b52544efbd47 (diff)
Merge "Make Swift replica count configurable."
Diffstat (limited to 'swift-storage-source.yaml')
-rw-r--r--swift-storage-source.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/swift-storage-source.yaml b/swift-storage-source.yaml
index 3dbdda95..40e0573b 100644
--- a/swift-storage-source.yaml
+++ b/swift-storage-source.yaml
@@ -4,6 +4,10 @@ parameters:
SwiftStorageImage:
type: string
default: overcloud-swift-storage
+ SwiftReplicas:
+ type: number
+ default: 1
+ description: How many replicas to use in the swift rings.
OvercloudSwiftStorageFlavor:
default: baremetal
description: Flavor for Swift storage nodes to request when deploying.
@@ -75,3 +79,4 @@ resources:
- ''
- - {get_attr: [controller0, networks, ctlplane, 0]}
- ':11211'
+ swift_replicas: { get_param: SwiftReplicas}