aboutsummaryrefslogtreecommitdiffstats
path: root/swift-deploy.yaml
diff options
context:
space:
mode:
authorEamonn O'Toole <eamonn.otoole@hp.com>2014-10-22 14:06:09 +0100
committerEamonn O'Toole <eamonn.otoole@hp.com>2014-11-12 17:09:04 +0000
commitc48c1761df45ae6ba2eb4ddf2c9d28412b384e3b (patch)
tree42111169cb452afcda21be108e80581d029cc5fd /swift-deploy.yaml
parent9b2446c88d73494322987423d5ffa88a5b2a5413 (diff)
Add swift.mount-check metadata
We've submitted a patch (https://review.openstack.org/#/c/130172/) to set the value of mount_check to swift.mount-check if it exists, and otherwise to set mount_check to false. By default TripleO deployments set mount_check to false since they do not use mounted disks to store data. However we (HP) and others are now using TripleO to deploy Swift servers with mounted drives for data, in which case mount_check should be set to True. This change adds swift.mount-check data and sets it to the value of the SwiftMountCheck parameter, which has a default value of False. Change-Id: I36fece56bafa9fe9c4883b572687b3fc819eeae1
Diffstat (limited to 'swift-deploy.yaml')
-rw-r--r--swift-deploy.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/swift-deploy.yaml b/swift-deploy.yaml
index 9c42684a..1e15511f 100644
--- a/swift-deploy.yaml
+++ b/swift-deploy.yaml
@@ -5,6 +5,10 @@ parameters:
description: A random string to be used as a salt when hashing to determine mappings in the ring.
type: string
hidden: true
+ SwiftMountCheck:
+ default: 'false'
+ description: Value of mount_check in Swift account/container/object -server.conf
+ type: boolean
SwiftMinPartHours:
type: number
default: 1
@@ -31,6 +35,7 @@ resources:
signal_transport: NO_SIGNAL
input_values:
swift_hash_suffix: {get_param: SwiftHashSuffix}
+ swift_mount_check: {get_param: SwiftMountCheck}
swift_password: {get_param: SwiftPassword}
swift_part_power: {get_param: SwiftPartPower}
swift_devices: