ironic/releasenotes/notes/driver-upgrade-check-d3afaf127cafbc06.yaml
Dmitry Tantsur bb4cd9ea78
Upgrade check on removed or deprecated hardware types and interfaces
Issues an error on removed items still used in the configuration.

Issues a warning on deprecated items or nodes that use removed drivers
or interfaces.

Change-Id: Iebb4cd611f7111cde20acf9ba3d4c9127925b6cf
Closes-Bug: #2051954
2024-07-01 15:44:23 +02:00

9 lines
300 B
YAML

---
upgrade:
- |
Adds upgrade checks for the following situations:
* Error on unknown hardware types or interfaces in the configuration.
* Warning on deprecated hardware types or interfaces in the configuration.
* Warning on unknown hardware types or interfaces used on any nodes.