mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-14 21:42:14 +00:00
Add support for setting shard key on baremetal node
Ironic supports setting a shard key on baremetal nodes which can be used to scale out the Nova Compute Ironic service. This change adds support for setting the shard key. Change-Id: I9694470a8ce6d964d6251bda4463f025bd4245e0 Signed-off-by: Doug Szumski <doug@stackhpc.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
minor_changes:
|
||||||
|
- Add support for setting the shard key on a baremetal node.
|
||||||
@@ -46,6 +46,7 @@ expected_fields:
|
|||||||
- reservation
|
- reservation
|
||||||
- resource_class
|
- resource_class
|
||||||
- retired_reason
|
- retired_reason
|
||||||
|
- shard
|
||||||
- states
|
- states
|
||||||
- storage_interface
|
- storage_interface
|
||||||
- target_power_state
|
- target_power_state
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ expected_fields:
|
|||||||
- reservation
|
- reservation
|
||||||
- resource_class
|
- resource_class
|
||||||
- retired_reason
|
- retired_reason
|
||||||
|
- shard
|
||||||
- states
|
- states
|
||||||
- storage_interface
|
- storage_interface
|
||||||
- target_power_state
|
- target_power_state
|
||||||
|
|||||||
@@ -243,6 +243,10 @@ node:
|
|||||||
retired_reason:
|
retired_reason:
|
||||||
description: TODO
|
description: TODO
|
||||||
type: str
|
type: str
|
||||||
|
shard:
|
||||||
|
description: The shard key for a node.
|
||||||
|
returned: success
|
||||||
|
type: str
|
||||||
states:
|
states:
|
||||||
description: |
|
description: |
|
||||||
Links to the collection of states. Note that this resource is also
|
Links to the collection of states. Note that this resource is also
|
||||||
|
|||||||
@@ -437,6 +437,10 @@ node:
|
|||||||
description: The reason the node is marked as retired.
|
description: The reason the node is marked as retired.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
|
shard:
|
||||||
|
description: The shard key for a node.
|
||||||
|
returned: success
|
||||||
|
type: str
|
||||||
states:
|
states:
|
||||||
description: Links to the collection of states.
|
description: Links to the collection of states.
|
||||||
returned: success
|
returned: success
|
||||||
|
|||||||
@@ -289,6 +289,10 @@ nodes:
|
|||||||
description: The reason the node is marked as retired.
|
description: The reason the node is marked as retired.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
|
shard:
|
||||||
|
description: The shard key for a node.
|
||||||
|
returned: success
|
||||||
|
type: str
|
||||||
states:
|
states:
|
||||||
description: Links to the collection of states.
|
description: Links to the collection of states.
|
||||||
returned: success
|
returned: success
|
||||||
|
|||||||
Reference in New Issue
Block a user