ironic-python-agent/releasenotes/notes/add-block-device-uuid-c8b38264e1688110.yaml
Vladyslav Drok c7858d3cc8 Add UUID to BlockDevice object
It'd allow for example custom ansible playbooks to use UUIDs of the
introspected node's disks. In future it might also enable agent
to use UUID (or by_path value) to refer to a device instead of
name, as it happens currently.

Change-Id: Id00437d2295c39fb12f3c25a92b30b56a58eef13
2020-11-11 17:25:59 +00:00

6 lines
122 B
YAML

---
features:
- |
Adds UUID of the disks to the inventory of block devices that is
collected during inspection.