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