trove/releasenotes/notes/trove-status-upgrade-check-framework-b9d3d3e2463ec26d.yaml
whoami-rajat ace53c47fa Add trove-status upgrade check command framework
This adds basic framework for trove-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: Idfeab4c06cba6f841c17ab6e255a29e8707bfa55
Story: 2003657
Task: 26162
2018-10-22 12:56:28 +05:30

14 lines
462 B
YAML

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