The ironic_inspector.process Module

Handling introspection data from the ramdisk.

ironic_inspector.process.process(introspection_data)[source]

Process data from the ramdisk.

This function heavily relies on the hooks to do the actual data processing.

ironic_inspector.process.reapply(node_ident)[source]

Re-apply introspection steps.

Re-apply preprocessing, postprocessing and introspection rules on stored data.

Parameters:node_ident – node UUID or name
Raises:utils.Error

Previous topic

The ironic_inspector.plugins.standard Module

Next topic

The ironic_inspector.rules Module

Project Source

This Page