442849b7a7
Fixes the minor issues with SNMPv3 inspection Closes-Bug: 1609622 Change-Id: Ic5c397e57060f4d6d01fa9f16f371408af7aae3e
19 lines
570 B
YAML
19 lines
570 B
YAML
---
|
|
fixes:
|
|
- Fixes disk size detection for out-of-band
|
|
inspection in iLO drivers, by optionally using SNMPv3 to
|
|
get the disk size for certain types of storage.
|
|
|
|
features:
|
|
- To enable SNMPv3 inspection in iLO drivers, the
|
|
following parameters must be set in the
|
|
node's ``driver_info``.
|
|
|
|
* ``snmp_auth_user``
|
|
* ``snmp_auth_prot_password``
|
|
* ``snmp_auth_priv_password``
|
|
* ``snmp_auth_protocol`` (optional, defaults to iLO default
|
|
value ``MD5``)
|
|
* ``snmp_auth_priv_protocol`` (optional, defaults to iLO default
|
|
value ``DES``)
|