orca aggregate¶
Manage Nova host aggregates (compute admin).
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca aggregate¶
Manage host aggregates (Nova).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- add: OSC parity verbs (
aggregate add host …). - add-host: [deprecated, use 'aggregate host add' instead]
- cache: OSC parity verbs (
aggregate cache image …). - cache-image: [deprecated, use 'aggregate image cache' instead]
- create: Create a host aggregate.
- delete: Delete a host aggregate.
- host: Manage hosts inside an aggregate.
- image: Manage image caching on aggregates.
- list: List host aggregates.
- remove: OSC parity verbs (
aggregate remove host …). - remove-host: [deprecated, use 'aggregate host remove' instead]
- set: Update an aggregate's name, AZ, or metadata.
- show: Show aggregate details.
- unset: Unset metadata properties on an aggregate.
orca aggregate add¶
OSC parity verbs (aggregate add host …).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- add: Add a host to an aggregate.
orca aggregate add add¶
Add a host to an aggregate.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca aggregate add-host¶
Add a host to an aggregate.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca aggregate cache¶
OSC parity verbs (aggregate cache image …).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- cache: Request that images be cached on hosts in an aggregate.
orca aggregate cache cache¶
Request that images be cached on hosts in an aggregate.
Examples:
orca aggregate image cache
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca aggregate cache-image¶
Request that images be cached on hosts in an aggregate.
Examples:
orca aggregate image cache
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca aggregate create¶
Create a host aggregate.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--zone |
text | Availability zone name. | None |
--help |
boolean | Show this message and exit. | False |
orca aggregate delete¶
Delete a host aggregate.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | N/A | False |
--help |
boolean | Show this message and exit. | False |
orca aggregate host¶
Manage hosts inside an aggregate.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
orca aggregate host add¶
Add a host to an aggregate.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca aggregate host remove¶
Remove a host from an aggregate.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca aggregate image¶
Manage image caching on aggregates.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- cache: Request that images be cached on hosts in an aggregate.
orca aggregate image cache¶
Request that images be cached on hosts in an aggregate.
Examples:
orca aggregate image cache
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca aggregate list¶
List host aggregates.
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 aggregate remove¶
OSC parity verbs (aggregate remove host …).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- remove: Remove a host from an aggregate.
orca aggregate remove remove¶
Remove a host from an aggregate.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca aggregate remove-host¶
Remove a host from an aggregate.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca aggregate set¶
Update an aggregate's name, AZ, or metadata.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--name |
text | New name. | None |
--zone |
text | New availability zone. | None |
--property |
text | Metadata key=value (repeatable). | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |
orca aggregate show¶
Show aggregate details.
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 aggregate unset¶
Unset metadata properties on an aggregate.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--property |
text | Metadata key to remove (repeatable). | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |