aboutsummaryrefslogtreecommitdiffstats
path: root/environments/major-upgrade-pacemaker-converge.yaml
diff options
context:
space:
mode:
authorJiri Stransky <jistr@redhat.com>2016-04-11 12:38:00 +0200
committerJiri Stransky <jistr@redhat.com>2016-04-11 14:31:42 +0200
commitaa0bd9eb1b16581f258f0fe1a4e7331df67c1c85 (patch)
treef61684d331388e74b224582025a80769a9db76fe /environments/major-upgrade-pacemaker-converge.yaml
parent2d92911838fdecdbc522e9e1b095c1b1b09029e0 (diff)
Fix distinguishing between stack-create and stack-update
Previously we tried to use UpdateIdentifier for two different things: tell whether to perform package update, and also to tell whether the top-level stack is being created or updated (which was incorrect and resulted in bug 1567384, and an attempt to work around that bug resulted in bug 1567385). We cannot use Heat's "action" conditionals in some cases, because they refer to the direct parent stack, which can yield undesirable results when introducing new nested stacks or temporarily no-opping something and then adding it back (in both these cases, "action" would be considered "CREATE", even though the top-level stack is in "UPDATE"). So tripleoclient passes a new parameter StackAction to tell whether the top-level stack is being created or updated, and we make use of that. (It seems there's no better way of getting this info from within the nested Heat stacks.) Change-Id: Ie14ddbff15e7ed21aaa3fcdacf36e0040f912382 Depends-On: I9dc3b4cd8a6a71df34d8babf0e4c6505041f5311 Closes-Bug: #1567384 Related-Bug: #1567385
Diffstat (limited to 'environments/major-upgrade-pacemaker-converge.yaml')
-rw-r--r--environments/major-upgrade-pacemaker-converge.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/environments/major-upgrade-pacemaker-converge.yaml b/environments/major-upgrade-pacemaker-converge.yaml
index dfcb9654..f023cb32 100644
--- a/environments/major-upgrade-pacemaker-converge.yaml
+++ b/environments/major-upgrade-pacemaker-converge.yaml
@@ -1,6 +1,2 @@
parameter_defaults:
- UpdateIdentifier: 'true'
UpgradeLevelNovaCompute: ''
-
-resource_registry:
- OS::TripleO::Tasks::PackageUpdate: ../extraconfig/tasks/yum_update_noop.yaml