1f1a2c3bd8
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
12 lines
404 B
YAML
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.
|