37fc134d11
This adds basic framework for zaqar-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: I855b4b72284df308c3bb250fd3a3f0fc643b4abf Story: 2003657 Task: 26165
14 lines
462 B
YAML
14 lines
462 B
YAML
---
|
|
prelude: >
|
|
Added new tool ``zaqar-status upgrade check``.
|
|
features:
|
|
- |
|
|
New framework for ``zaqar-status upgrade check`` command is added.
|
|
This framework allows adding various checks which can be run before a
|
|
Zaqar upgrade to ensure if the upgrade can be performed safely.
|
|
upgrade:
|
|
- |
|
|
Operator can now use new CLI tool ``zaqar-status upgrade check``
|
|
to check if Zaqar deployment can be safely upgraded from
|
|
N-1 to N release.
|