blazar/releasenotes/notes/blazar-status-upgrade-check-framework-895079486d8085f2.yaml
whoami-rajat 604b71520b Add blazar-status upgrade check command framework
This adds basic framework for blazar-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: I6f40be87eb7e20fb396191e60af023923eb9019a
Story: 2003657
Task: 26121
2018-10-19 16:22:28 +05:30

14 lines
467 B
YAML

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