summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorShukun Song <song.shukun@jp.fujitsu.com>2022-09-12 16:47:36 +0900
committerShukun Song <song.shukun@jp.fujitsu.com>2022-09-29 20:12:17 +0900
commit233c6408389be5f3e271b46154943bc744e0290e (patch)
treef7e261bc541508d9e1e8466e62fd30e1b29e2ccc /doc/source
parent11fda0885aceef388899805b488ed2e7f9b35b54 (diff)
downloadironic-233c6408389be5f3e271b46154943bc744e0290e.tar.gz
Add support auth protocols for iRMC
This patch adds new SNMPv3 auth protocols to iRMC which are supported from iRMC S6. Change-Id: Id2fca59bebb0745e6b16caaaa7838d1f1a2717e1 Story: 2010309 Task: 46353
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/admin/drivers/irmc.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/admin/drivers/irmc.rst b/doc/source/admin/drivers/irmc.rst
index 17b8d8644..521d464cb 100644
--- a/doc/source/admin/drivers/irmc.rst
+++ b/doc/source/admin/drivers/irmc.rst
@@ -229,9 +229,10 @@ Configuration via ``ironic.conf``
and ``v2c``. The default value is ``public``. Optional.
- ``snmp_security``: SNMP security name required for version ``v3``.
Optional.
- - ``snmp_auth_proto``: The SNMPv3 auth protocol. The valid value and the
- default value are both ``sha``. We will add more supported valid values
- in the future. Optional.
+ - ``snmp_auth_proto``: The SNMPv3 auth protocol. If using iRMC S4 or S5, the
+ valid value of this option is only ``sha``. If using iRMC S6, the valid
+ values are ``sha256``, ``sha384`` and ``sha512``. The default value is
+ ``sha``. Optional.
- ``snmp_priv_proto``: The SNMPv3 privacy protocol. The valid value and
the default value are both ``aes``. We will add more supported valid values
in the future. Optional.