orca software¶
Heat software configs and deployments.
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca software¶
Heat software configs and deployments.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- config: Heat software configurations.
- deployment: Heat software deployments.
orca software config¶
Heat software configurations.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- create: Create a Heat software config.
- delete: Delete a software config.
- list: List software configs.
- show: Show a software config.
orca software config create¶
Create a Heat software config.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--group |
text | Config group (e.g. script, ansible, puppet). | script |
--config |
text | Raw config payload (inline text). | None |
--config-file |
path | Read the config payload from this file. | None |
--definition-file |
path | YAML/JSON file with inputs / outputs definitions. |
None |
--help |
boolean | Show this message and exit. | False |
orca software config delete¶
Delete a software config.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
-y, --yes |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca software config list¶
List software configs.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--limit |
integer | Server-side pagination limit. | None |
--noindent |
boolean | Disable JSON indentation. | False |
--max-width |
integer | Maximum table width (0 = unlimited). | None |
--fit-width |
boolean | Fit table to terminal width. | False |
--column, -c |
text | Column to include (repeatable). Shows all if omitted. | Sentinel.UNSET |
--format, -f |
choice (table | json | value) |
Output format. | table |
--help |
boolean | Show this message and exit. | False |
orca software config show¶
Show a software config.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--noindent |
boolean | Disable JSON indentation. | False |
--max-width |
integer | Maximum table width (0 = unlimited). | None |
--fit-width |
boolean | Fit table to terminal width. | False |
--column, -c |
text | Column to include (repeatable). Shows all if omitted. | Sentinel.UNSET |
--format, -f |
choice (table | json | value) |
Output format. | table |
--help |
boolean | Show this message and exit. | False |
orca software deployment¶
Heat software deployments.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- create: Create a software deployment.
- delete: Delete a software deployment.
- list: List software deployments (optionally filtered by server).
- metadata: Per-server deployment metadata.
- output: Software deployment output access.
- show: Show a software deployment.
orca software deployment create¶
Create a software deployment.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--server |
text | Server (Nova UUID) running this deployment. | Sentinel.UNSET |
--config |
text | Software config to deploy. | Sentinel.UNSET |
--action |
choice (CREATE | UPDATE | DELETE | SUSPEND | RESUME) |
Action to record on the deployment. | CREATE |
--help |
boolean | Show this message and exit. | False |
orca software deployment delete¶
Delete a software deployment.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
-y, --yes |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca software deployment list¶
List software deployments (optionally filtered by server).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--server |
text | Filter by server (Nova UUID). | None |
--noindent |
boolean | Disable JSON indentation. | False |
--max-width |
integer | Maximum table width (0 = unlimited). | None |
--fit-width |
boolean | Fit table to terminal width. | False |
--column, -c |
text | Column to include (repeatable). Shows all if omitted. | Sentinel.UNSET |
--format, -f |
choice (table | json | value) |
Output format. | table |
--help |
boolean | Show this message and exit. | False |
orca software deployment metadata¶
Per-server deployment metadata.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- show: Show the aggregated deployment metadata for a server.
orca software deployment metadata show¶
Show the aggregated deployment metadata for a server.
Heat exposes GET /v1/software_deployments/metadata/{server_id}
which returns the list of metadata snippets all deployments on
that server have produced.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--noindent |
boolean | Disable JSON indentation. | False |
--max-width |
integer | Maximum table width (0 = unlimited). | None |
--fit-width |
boolean | Fit table to terminal width. | False |
--column, -c |
text | Column to include (repeatable). Shows all if omitted. | Sentinel.UNSET |
--format, -f |
choice (table | json | value) |
Output format. | table |
--help |
boolean | Show this message and exit. | False |
orca software deployment output¶
Software deployment output access.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- show: Show a software deployment's output values.
orca software deployment output show¶
Show a software deployment's output values.
Without OUTPUT_NAME, lists every output the deployment recorded. With OUTPUT_NAME, only that key (or 404 if absent).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--noindent |
boolean | Disable JSON indentation. | False |
--max-width |
integer | Maximum table width (0 = unlimited). | None |
--fit-width |
boolean | Fit table to terminal width. | False |
--column, -c |
text | Column to include (repeatable). Shows all if omitted. | Sentinel.UNSET |
--format, -f |
choice (table | json | value) |
Output format. | table |
--help |
boolean | Show this message and exit. | False |
orca software deployment show¶
Show a software deployment.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--noindent |
boolean | Disable JSON indentation. | False |
--max-width |
integer | Maximum table width (0 = unlimited). | None |
--fit-width |
boolean | Fit table to terminal width. | False |
--column, -c |
text | Column to include (repeatable). Shows all if omitted. | Sentinel.UNSET |
--format, -f |
choice (table | json | value) |
Output format. | table |
--help |
boolean | Show this message and exit. | False |