tripleo-heat-templates/releasenotes/notes/upgrade-stack-action-94598796a9d3511f.yaml
Steven Hardy a7b5689679 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
2017-05-04 13:00:44 +00:00

10 lines
475 B
YAML

---
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.