d3280f18f3
This adds basic framework for barbican-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: I40bfcc0c8755e814c1b63fdf323c32fda967968e Story: 2003657 Task: 26120
14 lines
477 B
YAML
14 lines
477 B
YAML
---
|
|
prelude: >
|
|
Added new tool ``barbican-status upgrade check``.
|
|
features:
|
|
- |
|
|
New framework for ``barbican-status upgrade check`` command is added.
|
|
This framework allows adding various checks which can be run before a
|
|
Barbican upgrade to ensure if the upgrade can be performed safely.
|
|
upgrade:
|
|
- |
|
|
Operator can now use new CLI tool ``barbican-status upgrade check``
|
|
to check if Barbican deployment can be safely upgraded from
|
|
N-1 to N release.
|