Este contenido no está disponible en el idioma seleccionado.
Chapter 9. baremetal
This chapter describes the commands under the baremetal command.
9.1. baremetal chassis create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Create a new chassis.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the chassis |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
| --uuid <uuid> | Unique uuid of the chassis |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.2. baremetal chassis delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal chassis delete [-h] <chassis> [<chassis> ...]
openstack baremetal chassis delete [-h] <chassis> [<chassis> ...]
Delete a chassis.
| Value | Summary |
|---|---|
| <chassis> | Uuids of chassis to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.3. baremetal chassis list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List the chassis.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fields <field> [<field> …] | One or more chassis fields. Only these fields will be fetched from the server. Cannot be used when '--long' is specified. |
| --limit <limit> | Maximum number of chassis to return per request, 0 for no limit. Default is the maximum number used by the Baremetal API Service. |
| --long | Show detailed information about the chassis |
| --marker <chassis> | Chassis uuid (for example, of the last chassis in the list from a previous request). Returns the list of chassis after this UUID. |
| --sort <key>[:<direction>] | Sort output by specified chassis fields and directions (asc or desc) (default: asc). Multiple fields and directions can be specified, separated by comma. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.4. baremetal chassis set Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal chassis set [-h] [--description <description>]
[--extra <key=value>]
<chassis>
openstack baremetal chassis set [-h] [--description <description>]
[--extra <key=value>]
<chassis>
Set chassis properties.
| Value | Summary |
|---|---|
| <chassis> | Uuid of the chassis |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Set the description of the chassis |
| --extra <key=value> | Extra to set on this chassis (repeat option to set multiple extras) |
This command is provided by the python-ironicclient plugin.
9.5. baremetal chassis show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Show chassis details.
| Value | Summary |
|---|---|
| <chassis> | Uuid of the chassis |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fields <field> [<field> …] | One or more chassis fields. Only these fields will be fetched from the server. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.6. baremetal chassis unset Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal chassis unset [-h] [--description] [--extra <key>]
<chassis>
openstack baremetal chassis unset [-h] [--description] [--extra <key>]
<chassis>
Unset chassis properties.
| Value | Summary |
|---|---|
| <chassis> | Uuid of the chassis |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description | Clear the chassis description |
| --extra <key> | Extra to unset on this chassis (repeat option to unset multiple extras) |
This command is provided by the python-ironicclient plugin.
9.7. baremetal create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal create [-h] <file> [<file> ...]
openstack baremetal create [-h] <file> [<file> ...]
Create resources from files
| Value | Summary |
|---|---|
| <file> | File (.yaml or .json) containing descriptions of the resources to create. Can be specified multiple times. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.8. baremetal driver list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List the enabled drivers.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | Type of driver ("classic" or "dynamic"). the default is to list all of them. |
| --long | Show detailed information about the drivers. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.9. baremetal driver passthru call Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Call a vendor passthru method for a driver.
| Value | Summary |
|---|---|
| <driver> | Name of the driver. |
| <method> | Vendor passthru method to be called. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --arg <key=value> | Argument to pass to the passthru method (repeat option to specify multiple arguments). |
| --http-method <http-method> | The HTTP method to use in the passthru request. One of DELETE, GET, PATCH, POST, PUT. Defaults to 'POST'. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.10. baremetal driver passthru list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List available vendor passthru methods for a driver.
| Value | Summary |
|---|---|
| <driver> | Name of the driver. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.11. baremetal driver property list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List the driver properties.
| Value | Summary |
|---|---|
| <driver> | Name of the driver. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.12. baremetal driver raid property list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List a driver’s RAID logical disk properties.
| Value | Summary |
|---|---|
| <driver> | Name of the driver. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.13. baremetal driver show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Show information about a driver.
| Value | Summary |
|---|---|
| <driver> | Name of the driver. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.14. baremetal introspection abort Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal introspection abort [-h] node
openstack baremetal introspection abort [-h] node
Abort running introspection for node.
| Value | Summary |
|---|---|
| node | Baremetal node uuid or name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironic-inspector-client plugin.
9.15. baremetal introspection data save Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal introspection data save [-h] [--file <filename>]
node
openstack baremetal introspection data save [-h] [--file <filename>]
node
Save or display raw introspection data.
| Value | Summary |
|---|---|
| node | Baremetal node uuid or name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <filename> | Downloaded introspection data filename (default: stdout) |
This command is provided by the python-ironic-inspector-client plugin.
9.16. baremetal introspection interface list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List interface data including attached switch port information.
| Value | Summary |
|---|---|
| node_ident | Baremetal node uuid or name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --vlan VLAN | List only interfaces configured for this vlan id, can be repeated |
| --long | Show detailed information about interfaces. |
| --fields <field> [<field> …] | Display one or more fields. Can not be used when '-- long' is specified |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironic-inspector-client plugin.
9.17. baremetal introspection interface show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Show interface data including attached switch port information.
| Value | Summary |
|---|---|
| node_ident | Baremetal node uuid or name |
| interface | Interface name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fields <field> [<field> …] | Display one or more fields. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironic-inspector-client plugin.
9.18. baremetal introspection list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List introspection statuses
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker MARKER | Uuid of the last item on the previous page |
| --limit LIMIT | The amount of items to return |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironic-inspector-client plugin.
9.19. baremetal introspection reprocess Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal introspection reprocess [-h] node
openstack baremetal introspection reprocess [-h] node
Reprocess stored introspection data
| Value | Summary |
|---|---|
| node | Baremetal node uuid or name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironic-inspector-client plugin.
9.20. baremetal introspection rule delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal introspection rule delete [-h] uuid
openstack baremetal introspection rule delete [-h] uuid
Delete an introspection rule.
| Value | Summary |
|---|---|
| uuid | Rule uuid |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironic-inspector-client plugin.
9.21. baremetal introspection rule import Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Import one or several introspection rules from a json file.
| Value | Summary |
|---|---|
| file | Json file to import, may contain one or several rules |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironic-inspector-client plugin.
9.22. baremetal introspection rule list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List all introspection rules.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironic-inspector-client plugin.
9.23. baremetal introspection rule purge Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal introspection rule purge [-h]
openstack baremetal introspection rule purge [-h]
Drop all introspection rules.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironic-inspector-client plugin.
9.24. baremetal introspection rule show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Show an introspection rule.
| Value | Summary |
|---|---|
| uuid | Rule uuid |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironic-inspector-client plugin.
9.25. baremetal introspection start Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Start the introspection.
| Value | Summary |
|---|---|
| node | Baremetal node uuid(s) or name(s) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait | Wait for introspection to finish; the result will be displayed in the end |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironic-inspector-client plugin.
9.26. baremetal introspection status Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Get introspection status.
| Value | Summary |
|---|---|
| node | Baremetal node uuid or name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironic-inspector-client plugin.
9.27. baremetal node abort Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node abort [-h] <node>
openstack baremetal node abort [-h] <node>
Set provision state of baremetal node to 'abort'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.28. baremetal node add trait Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node add trait [-h] <node> <trait> [<trait> ...]
openstack baremetal node add trait [-h] <node> <trait> [<trait> ...]
Add traits to a node.
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <trait> | Trait(s) to add |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.29. baremetal node adopt Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node adopt [-h] [--wait [<time-out>]] <node>
openstack baremetal node adopt [-h] [--wait [<time-out>]] <node>
Set provision state of baremetal node to 'adopt'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, active. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
This command is provided by the python-ironicclient plugin.
9.30. baremetal node bios setting list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List a node’s BIOS settings.
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.31. baremetal node bios setting show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Show a specific BIOS setting for a node.
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <setting name> | Setting name to show |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.32. baremetal node boot device set Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node boot device set [-h] [--persistent]
<node> <device>
openstack baremetal node boot device set [-h] [--persistent]
<node> <device>
Set the boot device for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <device> | One of bios, cdrom, disk, pxe, safe, wanboot |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --persistent | Make changes persistent for all future boots |
This command is provided by the python-ironicclient plugin.
9.33. baremetal node boot device show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Show the boot device information for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --supported | Show the supported boot devices |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.34. baremetal node clean Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node clean [-h] [--wait [<time-out>]] --clean-steps
<clean-steps>
<node>
openstack baremetal node clean [-h] [--wait [<time-out>]] --clean-steps
<clean-steps>
<node>
Set provision state of baremetal node to 'clean'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, manageable. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
| --clean-steps <clean-steps> | The clean steps in JSON format. May be the path to a file containing the clean steps; OR '-', with the clean steps being read from standard input; OR a string. The value should be a list of clean-step dictionaries; each dictionary should have keys 'interface' and 'step', and optional key 'args'. |
This command is provided by the python-ironicclient plugin.
9.35. baremetal node console disable Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node console disable [-h] <node>
openstack baremetal node console disable [-h] <node>
Disable console access for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.36. baremetal node console enable Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node console enable [-h] <node>
openstack baremetal node console enable [-h] <node>
Enable console access for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.37. baremetal node console show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Show console information for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.38. baremetal node create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Register a new node with the baremetal service
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --chassis-uuid <chassis> | UUID of the chassis that this node belongs to. |
| --driver <driver> | Driver used to control the node [required]. |
| --driver-info <key=value> | Key/value pair used by the driver, such as out-of-band management credentials. Can be specified multiple times. |
| --property <key=value> | Key/value pair describing the physical characteristics of the node. This is exported to Nova and used by the scheduler. Can be specified multiple times. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
| --uuid <uuid> | Unique uuid for the node. |
| --name <name> | Unique name for the node. |
| --bios-interface <bios_interface> | BIOS interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --boot-interface <boot_interface> | Boot interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --console-interface <console_interface> | Console interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --deploy-interface <deploy_interface> | Deploy interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --inspect-interface <inspect_interface> | Inspect interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --management-interface <management_interface> | Management interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --network-interface <network_interface> | Network interface used for switching node to cleaning/provisioning networks. |
| --power-interface <power_interface> | Power interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --raid-interface <raid_interface> | RAID interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --rescue-interface <rescue_interface> | Rescue interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --storage-interface <storage_interface> | Storage interface used by the node’s driver. |
| --vendor-interface <vendor_interface> | Vendor interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --resource-class <resource_class> | Resource class for mapping nodes to Nova flavors |
| --conductor-group <conductor_group> | Conductor group the node will belong to |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.39. baremetal node delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node delete [-h] <node> [<node> ...]
openstack baremetal node delete [-h] <node> [<node> ...]
Unregister baremetal node(s)
| Value | Summary |
|---|---|
| <node> | Node(s) to delete (name or uuid) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.40. baremetal node deploy Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node deploy [-h] [--wait [<time-out>]]
[--config-drive <config-drive>]
<node>
openstack baremetal node deploy [-h] [--wait [<time-out>]]
[--config-drive <config-drive>]
<node>
Set provision state of baremetal node to 'deploy'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, active. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
| --config-drive <config-drive> | A gzipped, base64-encoded configuration drive string OR the path to the configuration drive file OR the path to a directory containing the config drive files. In case it’s a directory, a config drive will be generated from it. |
This command is provided by the python-ironicclient plugin.
9.41. baremetal node inject nmi Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node inject nmi [-h] <node>
openstack baremetal node inject nmi [-h] <node>
Inject NMI to baremetal node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.42. baremetal node inspect Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node inspect [-h] [--wait [<time-out>]] <node>
openstack baremetal node inspect [-h] [--wait [<time-out>]] <node>
Set provision state of baremetal node to 'inspect'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, manageable. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
This command is provided by the python-ironicclient plugin.
9.43. baremetal node list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List baremetal nodes
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Maximum number of nodes to return per request, 0 for no limit. Default is the maximum number used by the Baremetal API Service. |
| --marker <node> | Node uuid (for example, of the last node in the list from a previous request). Returns the list of nodes after this UUID. |
| --sort <key>[:<direction>] | Sort output by specified node fields and directions (asc or desc) (default: asc). Multiple fields and directions can be specified, separated by comma. |
| --maintenance | Limit list to nodes in maintenance mode |
| --no-maintenance | Limit list to nodes not in maintenance mode |
| --fault <fault> | List nodes in specified fault. |
| --associated | List only nodes associated with an instance. |
| --unassociated | List only nodes not associated with an instance. |
| --provision-state <provision state> | List nodes in specified provision state. |
| --driver <driver> | Limit list to nodes with driver <driver> |
| --resource-class <resource class> | Limit list to nodes with resource class <resource class> |
| --conductor-group <conductor_group> | Limit list to nodes with conductor group <conductor group> |
| --chassis <chassis UUID> | Limit list to nodes of this chassis |
| --long | Show detailed information about the nodes. |
| --fields <field> [<field> …] | One or more node fields. Only these fields will be fetched from the server. Can not be used when '--long' is specified. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.44. baremetal node maintenance set Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node maintenance set [-h] [--reason <reason>]
<node>
openstack baremetal node maintenance set [-h] [--reason <reason>]
<node>
Set baremetal node to maintenance mode
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --reason <reason> | Reason for setting maintenance mode. |
This command is provided by the python-ironicclient plugin.
9.45. baremetal node maintenance unset Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node maintenance unset [-h] <node>
openstack baremetal node maintenance unset [-h] <node>
Unset baremetal node from maintenance mode
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.46. baremetal node manage Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node manage [-h] [--wait [<time-out>]] <node>
openstack baremetal node manage [-h] [--wait [<time-out>]] <node>
Set provision state of baremetal node to 'manage'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, manageable. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
This command is provided by the python-ironicclient plugin.
9.47. baremetal node passthru call Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node passthru call [-h] [--arg <key=value>]
[--http-method <http-method>]
<node> <method>
openstack baremetal node passthru call [-h] [--arg <key=value>]
[--http-method <http-method>]
<node> <method>
Call a vendor passthu method for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <method> | Vendor passthru method to be executed |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --arg <key=value> | Argument to pass to the passthru method (repeat option to specify multiple arguments) |
| --http-method <http-method> | The HTTP method to use in the passthru request. One of DELETE, GET, PATCH, POST, PUT. Defaults to POST. |
This command is provided by the python-ironicclient plugin.
9.48. baremetal node passthru list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List vendor passthru methods for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --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 |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.49. baremetal node power off Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack baremetal node power off [-h]
[--power-timeout <power-timeout>]
[--soft]
<node>
openstack baremetal node power off [-h]
[--power-timeout <power-timeout>]
[--soft]
<node>
Power off a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --power-timeout <power-timeout> | Timeout (in seconds, positive integer) to wait for the target power state before erroring out. |
| --soft | Request graceful power-off. |
This command is provided by the python-ironicclient plugin.