diff options
author | Steven Hardy <shardy@redhat.com> | 2017-02-24 13:41:40 -0500 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2017-05-04 13:00:44 +0000 |
commit | a7b56896792c1bd000295568c3b3706968e1bca1 (patch) | |
tree | 67d3969ae2feb6dc8f81ea06e2db706683198613 /releasenotes | |
parent | ae6883323eaed0a925b128dc53301bfa5995f41d (diff) |
Add StackUpdateType to set hiera on upgrade
This will enable those consuming the stack_update_type hieradata
set by this parameter to differentiate an update from a major upgrade
Change-Id: I38469f4b7d04165ea5371aeb0cbd2e9349d70c79
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/upgrade-stack-action-94598796a9d3511f.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/upgrade-stack-action-94598796a9d3511f.yaml b/releasenotes/notes/upgrade-stack-action-94598796a9d3511f.yaml new file mode 100644 index 00000000..bdff0e6e --- /dev/null +++ b/releasenotes/notes/upgrade-stack-action-94598796a9d3511f.yaml @@ -0,0 +1,9 @@ +--- +upgrade: + - | + The new StackUpdateType parameter is now set to UPGRADE + when a major version upgrade is in progress. This enables application + configuration via puppet to distinuish a major version upgrade from a + normal stack update (e.g for minor updates or reconfiguration) by + inspecting the stack_update_type hiera value. In future other values may be added to + flag e.g minor updates vs reconfiguration, but for now only UPGRADE is considered. |