diff options
author | Jiri Stransky <jistr@redhat.com> | 2016-04-11 12:38:00 +0200 |
---|---|---|
committer | Jiri Stransky <jistr@redhat.com> | 2016-04-11 14:31:42 +0200 |
commit | aa0bd9eb1b16581f258f0fe1a4e7331df67c1c85 (patch) | |
tree | f61684d331388e74b224582025a80769a9db76fe /puppet/services/pacemaker | |
parent | 2d92911838fdecdbc522e9e1b095c1b1b09029e0 (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 'puppet/services/pacemaker')
0 files changed, 0 insertions, 0 deletions