octavia/releasenotes/notes/add-upgrade-check-framework-cc440f3f440ba6d2.yaml
akhiljain23 c60931f4b4 Add framework for octavia-status upgrade check
This commit adds the functionality of octavia-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: I8b6d134b0bf5b5c82a19177fed6145ef8aaf7507
Story: 2003657
Task: 26146
2018-11-12 14:41:14 +05:30

12 lines
388 B
YAML

---
features:
- |
Added new tool ``octavia-status upgrade check``.
This framework allows adding various checks which can be run before a
Octavia upgrade to ensure if the upgrade can be performed safely.
upgrade:
- |
Operator can now use new CLI tool ``octavia-status upgrade check``
to check if Octavia deployment can be safely upgraded from
N-1 to N release.