ba4e54589d
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
14 lines
457 B
YAML
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.
|