summaryrefslogtreecommitdiff
path: root/releasenotes/notes/irmc-add-snmpv3-security-fca05bfc30f50d1a.yaml
blob: 7a6bde3fdb0c570d004c3e13be66fc07a35846e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
features:
  - |
    Adds SNMPv3 message authentication and encryption features to iRMC driver.
    To enable these features, the following parameters should be used in the
    node's ``driver_info``:

    * ``irmc_snmp_user``
    * ``irmc_snmp_auth_password``
    * ``irmc_snmp_priv_password``
    * ``irmc_snmp_auth_proto`` (Optional, defaults to ``sha``)
    * ``irmc_snmp_priv_proto`` (Optional, defaults to ``aes``)

    ``irmc_snmp_auth_proto`` and ``irmc_snmp_priv_proto`` can also be set
    through the following options in the ``[irmc]`` section of
    ``/etc/ironic/ironic.conf``:

    * ``snmp_auth_proto``
    * ``snmp_priv_proto``

deprecations:
  - |
    Deprecates the ``irmc_snmp_security`` field in ``driver_info`` for iRMC
    driver, it will be removed in the future. Please use ``irmc_snmp_user``
    field instead.

other:
  - |
    Updates the minimum version of ``python-scciclient`` library to
    ``0.12.1``.