File: node-not-found-hook-1695393c50f6692b.yaml

package info (click to toggle)
puppet-module-ironic 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,664 kB
  • sloc: ruby: 5,888; python: 38; sh: 10; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
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".