ironic-python-agent/releasenotes/notes/lldp-raw-a09174cb930bca97.yaml
Dmitry Tantsur 3e05a03f7c Deprecate LLDP in inventory in favour of a new collector
Binary LLDP data is bloating inventory causing us to disable its collection
by default. For other similar low-level information, such as PCI devices
or DMI data, we already use inspection collectors instead. Now that the
inventory format is shared with out-of-band inspection, having LLDP
there makes even less sense.

This change adds a new collector ``lldp`` to replace the now-deprecated
inventory field.

Change-Id: I56be06a7d1db28407e1128c198c12bea0809d3a3
2023-04-26 19:33:51 +00:00

13 lines
389 B
YAML

---
features:
- |
Adds a new inspection collector ``lldp`` that collects LLDP information
into the ``lldp_raw`` field.
deprecations:
- |
The LLDP information as part of the general inventory is deprecated.
Use the new ``lldp`` inspection collector to retrieve it.
- |
The ``ipa-collect-lldp`` kernel parameter and the corresponding option are
now deprecated.