openstack-ansible-os_ironic/releasenotes/notes/no_driver-b289e1c4e2fafabe.yaml
Jonathan Rosser 0a5de94bf3 Add a no_driver ironic driver type
Enabling this driver type ensures that the no-console, no-raid
and no-inspect interfaces are enabled so that they can be later
configured on a per-node basis if required.

These interfaces are useful to have enabled at the same time as
driver specific interfaces such as idrac or ilo in order so that
managment of specific functions can be disabled if required.

Change-Id: I2904ba005e3fa18faf8ccf04661e206501fa4aa3
2023-03-21 19:00:45 +00:00

8 lines
297 B
YAML

---
features:
- |
A new driver type ``no_driver`` is defined in the os_ironic role which
enables the ``no-console``, ``no-raid`` and ``no-inspect`` interfaces
in the ironic configuration. This driver is added to the defaults set of
drivers configured by the ironic ansible role.