aodh/releasenotes/notes/add-upgrade-check-framework-ab35e6eb65504bc3.yaml
akhiljain23 bef0f9bfd0 Add framework for aodh-status upgrade check
This commit adds the functionality of aodh-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: I21e331266ab061a41d0ffe3c179b10f777af44f5
Story: 2003657
Task: 27733
2019-04-10 10:43:37 +00:00

14 lines
457 B
YAML

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