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