masakari/releasenotes/notes/add-upgrade-check-framework-52268130b25317ab.yaml
akhiljain23 7700cdd3bf Add framework for masakari-status upgrade check
This commit adds the functionality of masakari-status CLI for performing
upgrade checks as part of the Stein cycle upgrade-checkers goal.
It only includes a sample check which must be replaced by real checks in
future.

Change-Id: I17c79af15eca5f6da7e32dbedbdc392c97114d42
Story: 2003657
Task: 26140
2018-11-08 13:19:06 +00:00

14 lines
477 B
YAML

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