12cbf53aeb
* node_not_found_hook specifies hook to run when nodes is not found on lookup * discovery_default_driver specifies the default driver for new nodes Change-Id: Iddd6d65950b2846883e64af327a34d8bec2dd20d
9 lines
407 B
YAML
9 lines
407 B
YAML
---
|
|
features:
|
|
- New parameter "node_not_found_hook" allows configuring ironic-inspector
|
|
plugin to run when a node is not found during lookup. For example,
|
|
"enroll" hook implements node auto-discovery.
|
|
- New parameter "discovery_default_driver" allows configuring the default
|
|
driver to be set by ironic-inspector for newly discovered nodes, when
|
|
"node_not_found_hook" is set to "enroll".
|