From fa477ef3807a373b175c4a1218c5507755f46f57 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Tue, 5 May 2015 11:25:40 +1200 Subject: Config & deployments to update overcloud packages This change adds config and deployment resources to trigger package updates on nodes. The deployments are triggered by doing a stack-update and setting one of the parameters to a unique value. The intent is that rolling update will be controlled by setting breakpoints on all of the UpdateDeployment resources inside the role resource groups. Change-Id: I56bbf944ecd6cbdbf116021b8a53f9f9111c134f --- swift-storage.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'swift-storage.yaml') diff --git a/swift-storage.yaml b/swift-storage.yaml index 68923eef..c2819349 100644 --- a/swift-storage.yaml +++ b/swift-storage.yaml @@ -82,6 +82,12 @@ parameters: description: The user password for SNMPd with readonly rights running on all Overcloud nodes type: string hidden: true + UpdateIdentifier: + default: '' + type: string + description: > + Setting to a previously unused value during stack-update will trigger + package update on all nodes resources: SwiftConfig: -- cgit 1.2.3-korg