ironic/releasenotes/notes/add-snmp-pdu-driver-type-discovery-1f280b7f06fd1ca5.yaml
Philippe Godin 80d6c14db7 Add snmp driver auto discovery
When instantiated, this new universal snmp driver chooses one
concrete snmp driver selected the prefix value of the
`SNMPv2-MIB::sysObjectID` MIB object looked up at the device.

Co-Authored-By: Ilya Etingof <etingof@gmail.com>
Change-Id: I9bf01a0c567048d0169db281684d16a00e39f6b8
Story: #1635644
Task: #10529
2018-06-27 12:32:23 +02:00

8 lines
255 B
YAML

---
features:
- |
Adds new ``auto`` type of the ``driver_info/snmp_driver`` setting which
makes ironic automatically select a suitable SNMP driver type based on
the ``SNMPv2-MIB::sysObjectID`` value as reported by the PDU being
managed.