Abort running introspection for node.
openstack baremetal introspection abort node
baremetal node UUID or name
This command is provided by the python-ironic-inspector-client plugin.
Save or display raw introspection data.
openstack baremetal introspection data save
[--file <filename>]
[--unprocessed]
node
downloaded introspection data filename (default: stdout)
download the unprocessed data
baremetal node UUID or name
This command is provided by the python-ironic-inspector-client plugin.
List interface data including attached switch port information.
openstack baremetal introspection interface list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--vlan VLAN]
[--long | --fields <field> [<field> ...]]
node_ident
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
List only interfaces configured for this vlan id, can be repeated
Show detailed information about interfaces.
Display one or more fields. Can not be used when ‘–long’ is specified
baremetal node UUID or name
This command is provided by the python-ironic-inspector-client plugin.
Show interface data including attached switch port information.
openstack baremetal introspection interface show
[--fields <field> [<field> ...]]
node_ident
interface
Display one or more fields.
baremetal node UUID or name
interface name
This command is provided by the python-ironic-inspector-client plugin.
List introspection statuses
openstack baremetal introspection list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--marker MARKER]
[--limit LIMIT]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
UUID of the last item on the previous page
the amount of items to return
This command is provided by the python-ironic-inspector-client plugin.
Reprocess stored introspection data
openstack baremetal introspection reprocess node
baremetal node UUID or name
This command is provided by the python-ironic-inspector-client plugin.
Delete an introspection rule.
openstack baremetal introspection rule delete uuid
rule UUID
This command is provided by the python-ironic-inspector-client plugin.
Import one or several introspection rules from a JSON/YAML file.
openstack baremetal introspection rule import
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
file
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
JSON or YAML file to import, may contain one or several rules
This command is provided by the python-ironic-inspector-client plugin.
List all introspection rules.
openstack baremetal introspection rule list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
This command is provided by the python-ironic-inspector-client plugin.
Drop all introspection rules.
openstack baremetal introspection rule purge
This command is provided by the python-ironic-inspector-client plugin.
Show an introspection rule.
openstack baremetal introspection rule show uuid
rule UUID
This command is provided by the python-ironic-inspector-client plugin.
Start the introspection.
openstack baremetal introspection start
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--wait]
[--check-errors]
node
[node ...]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
wait for introspection to finish; the result will be displayed in the end
check if errors occurred during the introspection; if any error occurs only the errors are displayed; can only be used with –wait
baremetal node UUID(s) or name(s)
This command is provided by the python-ironic-inspector-client plugin.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.