Este contenido no está disponible en el idioma seleccionado.
Chapter 66. software
This chapter describes the commands under the software command.
66.1. software config create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Create software config
| Value | Summary |
|---|---|
| <config-name> | Name of the software config to create |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --config-file <config-file> | Path to JSON/YAML containing map defining <inputs>, |
| <outputs>, and <options> | |
| --definition-file <destination-file> | Path to software config script/data |
| --group <group> | Group name of tool expected by the software config |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to json |
| -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-heatclient plugin.
66.2. software config delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack software config delete [-h] <config> [<config> ...]
openstack software config delete [-h] <config> [<config> ...]
Delete software configs
| Value | Summary |
|---|---|
| <config> | Ids of the software configs to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-heatclient plugin.
66.3. software config list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List software configs
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Limit the number of configs returned |
| --marker <id> | Return configs that appear after the given config id |
| 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-heatclient plugin.
66.4. software config show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Show software config details
| Value | Summary |
|---|---|
| <config> | Id of the config |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --config-only | Only display the value of the <config> property. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to yaml |
| -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-heatclient plugin.
66.5. software deployment create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Create a software deployment.
| Value | Summary |
|---|---|
| <deployment-name> | Name of the derived config associated with this deployment. This is used to apply a sort order to the list of configurations currently deployed to the server. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --input-value <key=value> | Input value to set on the deployment. This can be specified multiple times. |
| --action <action> | Name of an action for this deployment. this can be a custom action, or one of CREATE, UPDATE, DELETE, SUSPEND, RESUME. Default is UPDATE |
| --config <config> | Id of the configuration to deploy |
| --signal-transport <signal-transport> | How the server should signal to heat with the deployment output values. TEMP_URL_SIGNAL will create a Swift TempURL to be signaled via HTTP PUT. ZAQAR_SIGNAL will create a dedicated zaqar queue to be signaled using the provided keystone credentials.NO_SIGNAL will result in the resource going to the COMPLETE state without waiting for any signal |
| --container <container> | Optional name of container to store TEMP_URL_SIGNAL objects in. If not specified a container will be created with a name derived from the DEPLOY_NAME |
| --timeout <timeout> | Deployment timeout in minutes |
| --server <server> | Id of the server being deployed to |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to yaml |
| -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-heatclient plugin.
66.6. software deployment delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack software deployment delete [-h]
<deployment> [<deployment> ...]
openstack software deployment delete [-h]
<deployment> [<deployment> ...]
Delete software deployment(s) and correlative config(s).
| Value | Summary |
|---|---|
| <deployment> | Id of the deployment(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-heatclient plugin.
66.7. software deployment list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List software deployments.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --server <server> | Id of the server to fetch deployments for |
| --long | List more fields in output |
| 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-heatclient plugin.
66.8. software deployment metadata show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack software deployment metadata show [-h] <server>
openstack software deployment metadata show [-h] <server>
Get deployment configuration metadata for the specified server.
| Value | Summary |
|---|---|
| <server> | Id of the server to fetch deployments for |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-heatclient plugin.
66.9. software deployment output show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack software deployment output show [-h] [--all] [--long]
<deployment> [<output-name>]
openstack software deployment output show [-h] [--all] [--long]
<deployment> [<output-name>]
Show a specific deployment output.
| Value | Summary |
|---|---|
| <deployment> | Id of deployment to show the output for |
| <output-name> | Name of an output to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all | Display all deployment outputs |
| --long | Show full deployment logs in output |
This command is provided by the python-heatclient plugin.
66.10. software deployment show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Show SoftwareDeployment Details.
| Value | Summary |
|---|---|
| <deployment> | Id of the deployment |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | Show more fields in output |
| 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-heatclient plugin.