heat/releasenotes/notes/heat-status-upgrade-check-framework-ccbd67cee3994b88.yaml
whoami-rajat ba4e54589d Add heat-status upgrade check command framework
This adds basic framework for heat-status upgrade
check commands. For now it has only "check_placeholder"
check implemented.
Real checks can be added to this tool in the future.

Change-Id: I83629184b49a6cf91928df702db23156433d99f6
Story: 2003657
Task: 26131
2018-10-22 14:19:36 +00:00

14 lines
457 B
YAML

---
prelude: >
Added new tool ``heat-status upgrade check``.
features:
- |
New framework for ``heat-status upgrade check`` command is added.
This framework allows adding various checks which can be run before a
Heat upgrade to ensure if the upgrade can be performed safely.
upgrade:
- |
Operator can now use new CLI tool ``heat-status upgrade check``
to check if Heat deployment can be safely upgraded from
N-1 to N release.