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 |