ironic/releasenotes/notes/add-inspection-hooks-06e1e15d81061c83.yaml
Mahnoor Asghar e6360bc84b Add inspection (processing) hooks
Adds inspection hooks in the agent inspect interface for processing
data received from the ramdisk at the /v1/continue_inspection
endpoint. The four default configuration hooks 'ramdisk-error',
'validate-interfaces', 'ports' and 'architecture' are added.
(The remaining inspection hooks will be added in further patches.)

Change-Id: I2cf1be465ba7a93fd66881b14972e960acd4dd4e
Story: #2010275
2023-08-25 09:38:39 -02:00

11 lines
504 B
YAML

---
features:
- |
Adds inspection hooks in the agent inspect interface for processing data
received from the ramdisk at the /v1/continue_inspection endpoint. The
four default configuration hooks `ramdisk-error`, `validate-interfaces`,
`ports` and `architecture` are added. Two new configuration options
`default_hooks` and `hooks` are added in the `inspector` configuration
section to allow configuring the default enabled hooks and optional
additional hooks, respectively.