puppet-ironic/releasenotes/notes/node-not-found-hook-1695393c50f6692b.yaml
Dmitry Tantsur 12cbf53aeb Configure ironic-inspector parameters related to node discovery
* 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
2017-01-20 14:30:39 +01:00

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".