Abort running introspection for node.
openstack baremetal introspection abort node
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
--file
<filename>
¶downloaded introspection data filename (default: stdout)
--unprocessed
¶download the unprocessed data
node
¶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]
[--vlan VLAN]
[--long | --fields <field> [<field> ...]]
node_ident
--format-config-file
<FORMAT_CONFIG>
¶Config file for the dict-to-csv formatter
--sort-column
SORT_COLUMN
¶specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
--vlan
<VLAN>
¶List only interfaces configured for this vlan id, can be repeated
--long
¶Show detailed information about interfaces.
--fields
<field>
¶Display one or more fields. Can not be used when ‘–long’ is specified
node_ident
¶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
--fields
<field>
¶Display one or more fields.
node_ident
¶baremetal node UUID or name
interface
¶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]
[--marker MARKER]
[--limit LIMIT]
--format-config-file
<FORMAT_CONFIG>
¶Config file for the dict-to-csv formatter
--sort-column
SORT_COLUMN
¶specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
--marker
<MARKER>
¶UUID of the last item on the previous page
--limit
<LIMIT>
¶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
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
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]
file
--format-config-file
<FORMAT_CONFIG>
¶Config file for the dict-to-csv formatter
--sort-column
SORT_COLUMN
¶specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
file
¶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]
--format-config-file
<FORMAT_CONFIG>
¶Config file for the dict-to-csv formatter
--sort-column
SORT_COLUMN
¶specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
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
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]
[--wait]
[--check-errors]
node
[node ...]
--format-config-file
<FORMAT_CONFIG>
¶Config file for the dict-to-csv formatter
--sort-column
SORT_COLUMN
¶specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
--wait
¶wait for introspection to finish; the result will be displayed in the end
--check-errors
¶check if errors occurred during the introspection; if any error occurs only the errors are displayed; can only be used with –wait
node
¶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.