tacker/releasenotes/notes/add-upgrade-check-framework-33d6e16e24a50207.yaml
akhiljain23 fb06b7c96c Add framework for tacker-status upgrade check
This commit adds the functionality of tacker-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: I7bb127fa10dd168ab24dd8c42013576f84eadfbb
Story: 2003657
Task: 26158
2018-10-26 09:07:04 +00:00

9 lines
298 B
YAML

---
prelude: >
Added new tool ``tacker-status upgrade check``.
features:
- |
New framework for ``tacker-status upgrade check`` command is added.
This framework allows adding various checks which can be run before a
Tacker upgrade to ensure if the upgrade can be performed safely.