orca placement¶
Manage Placement resources, traits and inventories.
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca placement¶
Manage Placement resources (resource providers, classes, traits, etc.).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- allocation: Manage Placement allocations.
- allocation-candidate-list: [deprecated, use 'placement allocation candidate-list' instead]
- allocation-delete: [deprecated, use 'placement allocation delete' instead]
- allocation-set: [deprecated, use 'placement allocation set' instead]
- allocation-show: [deprecated, use 'placement allocation show' instead]
- resource-class: Manage Placement resource classes (compound noun).
- resource-class-create: [deprecated, use 'placement resource-class create' instead]
- resource-class-delete: [deprecated, use 'placement resource-class delete' instead]
- resource-class-list: [deprecated, use 'placement resource-class list' instead]
- resource-class-show: [deprecated, use 'placement resource-class show' instead]
- resource-provider: Manage Placement resource providers (compound noun).
- resource-provider-aggregate-delete: [deprecated, use 'placement resource-provider aggregate-delete' instead]
- resource-provider-aggregate-list: [deprecated, use 'placement resource-provider aggregate-list' instead]
- resource-provider-aggregate-set: [deprecated, use 'placement resource-provider aggregate-set' instead]
- resource-provider-create: [deprecated, use 'placement resource-provider create' instead]
- resource-provider-delete: [deprecated, use 'placement resource-provider delete' instead]
- resource-provider-inventory-delete: [deprecated, use 'placement resource-provider inventory-delete' instead]
- resource-provider-inventory-delete-all: [deprecated, use 'placement resource-provider inventory-delete-all' instead]
- resource-provider-inventory-list: [deprecated, use 'placement resource-provider inventory-list' instead]
- resource-provider-inventory-set: [deprecated, use 'placement resource-provider inventory-set' instead]
- resource-provider-inventory-show: [deprecated, use 'placement resource-provider inventory-show' instead]
- resource-provider-list: [deprecated, use 'placement resource-provider list' instead]
- resource-provider-set: [deprecated, use 'placement resource-provider set' instead]
- resource-provider-show: [deprecated, use 'placement resource-provider show' instead]
- resource-provider-trait-delete: [deprecated, use 'placement resource-provider trait-delete' instead]
- resource-provider-trait-list: [deprecated, use 'placement resource-provider trait-list' instead]
- resource-provider-trait-set: [deprecated, use 'placement resource-provider trait-set' instead]
- resource-provider-usage: [deprecated, use 'placement resource-provider usage' instead]
- trait: Manage Placement traits.
- trait-create: [deprecated, use 'placement trait create' instead]
- trait-delete: [deprecated, use 'placement trait delete' instead]
- trait-list: [deprecated, use 'placement trait list' instead]
- usage: Inspect Placement usage.
- usage-list: [deprecated, use 'placement usage list' instead]
orca placement allocation¶
Manage Placement allocations.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- candidate: Placement allocation candidates.
- candidate-list: List allocation candidates for the requested resources.
- delete: Delete all allocations for a consumer.
- set: Set (replace) allocations for a consumer against a single resource provider.
- show: Show allocations for a consumer.
- unset: Drop a single resource-class allocation for a consumer.
orca placement allocation candidate¶
Placement allocation candidates.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- candidate-list: List allocation candidates for the requested resources.
orca placement allocation candidate candidate-list¶
List allocation candidates for the requested resources.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--resource |
text | Requested resource, e.g. VCPU=4. Repeatable. | Sentinel.UNSET |
--required |
text | Required trait. Repeatable. | Sentinel.UNSET |
--forbidden |
text | Forbidden trait. Repeatable. | Sentinel.UNSET |
--limit |
integer | Max number of candidates. | 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 placement allocation candidate-list¶
List allocation candidates for the requested resources.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--resource |
text | Requested resource, e.g. VCPU=4. Repeatable. | Sentinel.UNSET |
--required |
text | Required trait. Repeatable. | Sentinel.UNSET |
--forbidden |
text | Forbidden trait. Repeatable. | Sentinel.UNSET |
--limit |
integer | Max number of candidates. | 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 placement allocation delete¶
Delete all allocations for a consumer.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement allocation set¶
Set (replace) allocations for a consumer against a single resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--resource-provider |
text | Resource provider UUID. | Sentinel.UNSET |
--resource |
text | Resource class and amount, e.g. VCPU=4. Repeatable. | Sentinel.UNSET |
--project-id |
text | Consumer project UUID. | Sentinel.UNSET |
--user-id |
text | Consumer user UUID. | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |
orca placement allocation show¶
Show allocations for a consumer.
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 placement allocation unset¶
Drop a single resource-class allocation for a consumer.
Reads the consumer's full allocations, strips rc_name from
each provider entry (optionally only on --rp-uuid), then PUTs
the remaining allocations back. Empty entries are dropped.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--resource-class |
text | Resource class to clear (e.g. VCPU, MEMORY_MB). | Sentinel.UNSET |
--rp-uuid |
text | Optional: limit to allocations on this resource provider (default: all providers). | None |
--help |
boolean | Show this message and exit. | False |
orca placement allocation-candidate-list¶
List allocation candidates for the requested resources.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--resource |
text | Requested resource, e.g. VCPU=4. Repeatable. | Sentinel.UNSET |
--required |
text | Required trait. Repeatable. | Sentinel.UNSET |
--forbidden |
text | Forbidden trait. Repeatable. | Sentinel.UNSET |
--limit |
integer | Max number of candidates. | 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 placement allocation-delete¶
Delete all allocations for a consumer.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement allocation-set¶
Set (replace) allocations for a consumer against a single resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--resource-provider |
text | Resource provider UUID. | Sentinel.UNSET |
--resource |
text | Resource class and amount, e.g. VCPU=4. Repeatable. | Sentinel.UNSET |
--project-id |
text | Consumer project UUID. | Sentinel.UNSET |
--user-id |
text | Consumer user UUID. | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |
orca placement allocation-show¶
Show allocations for a consumer.
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 placement resource-class¶
Manage Placement resource classes (compound noun).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- create: Create a custom resource class (must start with CUSTOM_).
- delete: Delete a custom resource class.
- list: List resource classes.
- set: Rename a custom resource class (OSC parity).
- show: Show a resource class.
orca placement resource-class create¶
Create a custom resource class (must start with CUSTOM_).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca placement resource-class delete¶
Delete a custom resource class.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-class list¶
List resource classes.
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 placement resource-class set¶
Rename a custom resource class (OSC parity).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--name |
text | New resource class name (must start with CUSTOM_). | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |
orca placement resource-class show¶
Show a resource class.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca placement resource-class-create¶
Create a custom resource class (must start with CUSTOM_).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca placement resource-class-delete¶
Delete a custom resource class.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-class-list¶
List resource classes.
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 placement resource-class-show¶
Show a resource class.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider¶
Manage Placement resource providers (compound noun).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- aggregate: Aggregate associations of a resource provider (OSC parity).
- aggregate-delete: Remove all aggregate associations from a resource provider.
- aggregate-list: List aggregates associated with a resource provider.
- aggregate-set: Set (replace) aggregates on a resource provider.
- allocation: Allocations against a resource provider (OSC parity).
- create: Create a resource provider.
- delete: Delete a resource provider.
- inventory: Inventories of a resource provider (OSC parity).
- inventory-delete: Delete an inventory for a resource provider.
- inventory-delete-all: Delete all inventories for a resource provider.
- inventory-list: List inventories for a resource provider.
- inventory-set: Create or update a single inventory for a resource provider.
- inventory-show: Show a single inventory for a resource provider.
- list: List resource providers.
- set: Update a resource provider.
- show: Show a resource provider.
- trait: Traits associated with a resource provider (OSC parity).
- trait-delete: Remove all traits from a resource provider.
- trait-list: List traits associated with a resource provider.
- trait-set: Set (replace) traits on a resource provider.
- usage: Per-resource-provider usage (OSC parity).
orca placement resource-provider aggregate¶
Aggregate associations of a resource provider (OSC parity).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- aggregate-delete: Remove all aggregate associations from a resource provider.
- aggregate-list: List aggregates associated with a resource provider.
- aggregate-set: Set (replace) aggregates on a resource provider.
orca placement resource-provider aggregate aggregate-delete¶
Remove all aggregate associations from a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider aggregate aggregate-list¶
List aggregates associated with a resource provider.
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 placement resource-provider aggregate aggregate-set¶
Set (replace) aggregates on a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider aggregate-delete¶
Remove all aggregate associations from a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider aggregate-list¶
List aggregates associated with a resource provider.
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 placement resource-provider aggregate-set¶
Set (replace) aggregates on a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider allocation¶
Allocations against a resource provider (OSC parity).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- delete: Delete all allocations for a consumer.
- set: Set (replace) allocations for a consumer against a single resource provider.
- show: Show allocations for a consumer.
- unset: Drop a single resource-class allocation for a consumer.
orca placement resource-provider allocation delete¶
Delete all allocations for a consumer.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider allocation set¶
Set (replace) allocations for a consumer against a single resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--resource-provider |
text | Resource provider UUID. | Sentinel.UNSET |
--resource |
text | Resource class and amount, e.g. VCPU=4. Repeatable. | Sentinel.UNSET |
--project-id |
text | Consumer project UUID. | Sentinel.UNSET |
--user-id |
text | Consumer user UUID. | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider allocation show¶
Show allocations for a consumer.
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 placement resource-provider allocation unset¶
Drop a single resource-class allocation for a consumer.
Reads the consumer's full allocations, strips rc_name from
each provider entry (optionally only on --rp-uuid), then PUTs
the remaining allocations back. Empty entries are dropped.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--resource-class |
text | Resource class to clear (e.g. VCPU, MEMORY_MB). | Sentinel.UNSET |
--rp-uuid |
text | Optional: limit to allocations on this resource provider (default: all providers). | None |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider create¶
Create a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--uuid |
text | Explicit UUID for the new provider. | None |
--parent-uuid |
text | UUID of the parent provider. | 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 placement resource-provider delete¶
Delete a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider inventory¶
Inventories of a resource provider (OSC parity).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- class: Per-resource-class inventory verbs (OSC parity).
- inventory-delete: Delete an inventory for a resource provider.
- inventory-delete-all: Delete all inventories for a resource provider.
- inventory-list: List inventories for a resource provider.
- inventory-set: Create or update a single inventory for a resource provider.
- inventory-show: Show a single inventory for a resource provider.
orca placement resource-provider inventory class¶
Per-resource-class inventory verbs (OSC parity).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- inventory-set: Create or update a single inventory for a resource provider.
# orca placement resource-provider inventory class inventory-set¶
Create or update a single inventory for a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--total |
integer | Total inventory units. | Sentinel.UNSET |
--reserved |
integer | N/A | 0 |
--min-unit |
integer | N/A | 1 |
--max-unit |
integer | N/A | None |
--step-size |
integer | N/A | 1 |
--allocation-ratio |
float | N/A | 1.0 |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider inventory inventory-delete¶
Delete an inventory for a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider inventory inventory-delete-all¶
Delete all inventories for a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider inventory inventory-list¶
List inventories for a resource provider.
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 placement resource-provider inventory inventory-set¶
Create or update a single inventory for a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--total |
integer | Total inventory units. | Sentinel.UNSET |
--reserved |
integer | N/A | 0 |
--min-unit |
integer | N/A | 1 |
--max-unit |
integer | N/A | None |
--step-size |
integer | N/A | 1 |
--allocation-ratio |
float | N/A | 1.0 |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider inventory inventory-show¶
Show a single inventory for a resource provider.
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 placement resource-provider inventory-delete¶
Delete an inventory for a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider inventory-delete-all¶
Delete all inventories for a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider inventory-list¶
List inventories for a resource provider.
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 placement resource-provider inventory-set¶
Create or update a single inventory for a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--total |
integer | Total inventory units. | Sentinel.UNSET |
--reserved |
integer | N/A | 0 |
--min-unit |
integer | N/A | 1 |
--max-unit |
integer | N/A | None |
--step-size |
integer | N/A | 1 |
--allocation-ratio |
float | N/A | 1.0 |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider inventory-show¶
Show a single inventory for a resource provider.
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 placement resource-provider list¶
List resource providers.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--name |
text | Filter by name. | None |
--uuid |
text | Filter by UUID. | None |
--in-tree |
text | Limit to providers in this tree. | 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 placement resource-provider set¶
Update a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--name |
text | New name. | None |
--parent-uuid |
text | New parent provider UUID. | None |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider show¶
Show a resource provider.
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 placement resource-provider trait¶
Traits associated with a resource provider (OSC parity).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- trait-delete: Remove all traits from a resource provider.
- trait-list: List traits associated with a resource provider.
- trait-set: Set (replace) traits on a resource provider.
orca placement resource-provider trait trait-delete¶
Remove all traits from a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider trait trait-list¶
List traits associated with a resource provider.
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 placement resource-provider trait trait-set¶
Set (replace) traits on a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider trait-delete¶
Remove all traits from a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider trait-list¶
List traits associated with a resource provider.
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 placement resource-provider trait-set¶
Set (replace) traits on a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider usage¶
Per-resource-provider usage (OSC parity).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- usage: Show usages for a resource provider.
orca placement resource-provider usage usage¶
Show usages for a resource provider.
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 placement resource-provider-aggregate-delete¶
Remove all aggregate associations from a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider-aggregate-list¶
List aggregates associated with a resource provider.
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 placement resource-provider-aggregate-set¶
Set (replace) aggregates on a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider-create¶
Create a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--uuid |
text | Explicit UUID for the new provider. | None |
--parent-uuid |
text | UUID of the parent provider. | 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 placement resource-provider-delete¶
Delete a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider-inventory-delete¶
Delete an inventory for a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider-inventory-delete-all¶
Delete all inventories for a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider-inventory-list¶
List inventories for a resource provider.
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 placement resource-provider-inventory-set¶
Create or update a single inventory for a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--total |
integer | Total inventory units. | Sentinel.UNSET |
--reserved |
integer | N/A | 0 |
--min-unit |
integer | N/A | 1 |
--max-unit |
integer | N/A | None |
--step-size |
integer | N/A | 1 |
--allocation-ratio |
float | N/A | 1.0 |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider-inventory-show¶
Show a single inventory for a resource provider.
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 placement resource-provider-list¶
List resource providers.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--name |
text | Filter by name. | None |
--uuid |
text | Filter by UUID. | None |
--in-tree |
text | Limit to providers in this tree. | 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 placement resource-provider-set¶
Update a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--name |
text | New name. | None |
--parent-uuid |
text | New parent provider UUID. | None |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider-show¶
Show a resource provider.
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 placement resource-provider-trait-delete¶
Remove all traits from a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider-trait-list¶
List traits associated with a resource provider.
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 placement resource-provider-trait-set¶
Set (replace) traits on a resource provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca placement resource-provider-usage¶
Show usages for a resource provider.
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 placement trait¶
Manage Placement traits.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- create: Create a custom trait (must start with CUSTOM_).
- delete: Delete a custom trait.
- list: List traits.
- show: Show a trait (existence check — Placement traits have no body).
orca placement trait create¶
Create a custom trait (must start with CUSTOM_).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca placement trait delete¶
Delete a custom trait.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement trait list¶
List traits.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--name |
text | Filter traits by name prefix. | None |
--associated |
boolean | Only traits associated with a resource provider. | False |
--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 placement trait show¶
Show a trait (existence check — Placement traits have no body).
Equivalent to openstack trait show. Raises OrcaCLIError
if the trait does not exist.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca placement trait-create¶
Create a custom trait (must start with CUSTOM_).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca placement trait-delete¶
Delete a custom trait.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca placement trait-list¶
List traits.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--name |
text | Filter traits by name prefix. | None |
--associated |
boolean | Only traits associated with a resource provider. | False |
--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 placement usage¶
Inspect Placement usage.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
orca placement usage list¶
Show aggregated usages by project/user.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--project-id |
text | Filter by project UUID. | None |
--user-id |
text | Filter by user 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 placement usage list¶
Show aggregated usages by project/user.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--project-id |
text | Filter by project UUID. | None |
--user-id |
text | Filter by user 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 placement usage-list¶
Show aggregated usages by project/user.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--project-id |
text | Filter by project UUID. | None |
--user-id |
text | Filter by user 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 |