blob: c12a45289ee3c955556feb42421e1cb807cbc406 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
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``)
|