ironic_inspector.process
Module¶Handling introspection data from the ramdisk.
ironic_inspector.process.
get_introspection_data
(uuid, processed=True, get_json=False)[source]¶Get introspection data from the storage backend.
Parameters: |
|
---|---|
Raises: | utils.Error |
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: |
|
---|---|
Raises: | utils.Error |
ironic_inspector.process.
store_introspection_data
(node_uuid, data, processed=True)[source]¶Store introspection data to the storage backend.
Parameters: |
|
---|---|
Raises: | utils.Error |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.