ironic/releasenotes/notes/ironic-status-upgrade-check-framework-9cd216ddf3afb271.yaml
whoami-rajat 1f1a2c3bd8 Add ironic-status upgrade check command framework
This adds basic framework for ironic-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: I7d5f018656322b92c663a2adaaf6330a55c00fb8
Story: 2003657
Task: 26133
2018-11-01 19:58:13 +00:00

12 lines
404 B
YAML

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