78c3af414c
Change-Id: I10286c48ddf3b7fba020db6175d5faa1c0911141
10 lines
450 B
YAML
10 lines
450 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for node retirement by adding a ``retired`` property
|
|
to the node. If set, a node moves upon automatic cleaning to
|
|
``manageable`` (rather than ``available``). The new property also
|
|
blocks the ``provide`` keyword, i.e. nodes cannot move from ``manageable``
|
|
to ``available``. Furthermore, there is an additional optional field
|
|
``retirement_reason`` to store the reason for the node's retirement.
|