81eebfc404
This change adds support to set and unset the 'retired' and 'retired_reason' fields. It also extends the 'list' command with an additional '--retired' parameter to list only nodes which have the retired property. Story: #2005425 Task: #38143 Depends-On: https://review.opendev.org/703981 Change-Id: I5fe379c4ff439b3a083ae819ce5b4bdbddd22b3a
11 lines
403 B
YAML
11 lines
403 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds the ability to set and unset the ``retired`` and
|
|
``retired_reason`` with API 1.61. Setting the ``retired``
|
|
field on a node excludes it from scheduling, but still
|
|
allows the node to be cleaned (unlike maintenance, for
|
|
instance). The fields can be set irrespective of the
|
|
node's state and are meant to be used to prepare nodes
|
|
for removal from ironic.
|