orca orchestration¶
Heat: build info, service list, template versions/functions, resource-type.
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca orchestration¶
Heat orchestration — OSC parity top-level.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- build: Heat build info.
- resource-type: Inspect Heat resource types (compound noun).
- service: Heat engine services.
- template: Heat template inspection (OSC parity).
orca orchestration build¶
Heat build info.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- info: Show Heat engine + API build info (
GET /v1/build_info).
orca orchestration build info¶
Show Heat engine + API build info (GET /v1/build_info).
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 orchestration resource-type¶
Inspect Heat resource types (compound noun).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
orca orchestration resource-type list¶
List available Heat resource types.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--filter |
text | Filter resource types by name substring. | 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 orchestration resource-type show¶
Show the schema for a Heat resource type.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--template-type |
choice (cfn | hot) |
Template format for the resource schema. | hot |
--help |
boolean | Show this message and exit. | False |
orca orchestration service¶
Heat engine services.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- list: List heat-engine workers (
GET /v1/services).
orca orchestration service list¶
List heat-engine workers (GET /v1/services).
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 orchestration template¶
Heat template inspection (OSC parity).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- function: Heat template functions per version.
- validate: Validate a Heat template.
- version: Heat template versions.
orca orchestration template function¶
Heat template functions per version.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- list: List the intrinsic functions available in a template version.
orca orchestration template function list¶
List the intrinsic functions available in a template version.
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 orchestration template validate¶
Validate a Heat template.
Examples: orca stack template-validate -t template.yaml orca stack template-validate -t template.yaml -e env.yaml
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--template, -t |
text | Template file path or URL. | Sentinel.UNSET |
--environment, -e |
text | Environment file path. | None |
--parameter |
text | Parameter key=value (repeatable). | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |
orca orchestration template version¶
Heat template versions.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- list: List Heat template versions accepted by the engine.
orca orchestration template version list¶
List Heat template versions accepted by the engine.
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 |