3a83fc8b9d
This commit adds the functionality of vitrage-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: Ib0c880b15a2f99a4db75654b5c41c6f10d9261af Story: 2003657 Task: 26163
14 lines
472 B
YAML
14 lines
472 B
YAML
---
|
|
prelude: >
|
|
Added new tool ``vitrage-status upgrade check``.
|
|
features:
|
|
- |
|
|
New framework for ``vitrage-status upgrade check`` command is added.
|
|
This framework allows adding various checks which can be run before a
|
|
Vitrage upgrade to ensure if the upgrade can be performed safely.
|
|
upgrade:
|
|
- |
|
|
Operator can now use new CLI tool ``vitrage-status upgrade check``
|
|
to check if Vitrage deployment can be safely upgraded from
|
|
N-1 to N release.
|