Handling introspection data from the ramdisk.
-
ironic_inspector.process.
get_introspection_data
(uuid, processed=True, get_json=False)[source]
-
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_uuid, data=None)[source]
Re-apply introspection steps.
Re-apply preprocessing, postprocessing and introspection rules on
stored data.
Parameters: | node_uuid – node UUID |
Raises: | utils.Error |