barbican/releasenotes/notes/barbican-status-upgrade-check-framework-9df56289b1d91ba4.yaml
whoami-rajat d3280f18f3 Add barbican-status upgrade check command framework
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
2019-01-15 06:16:53 +00:00

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.