876b22095d
SNMP agents are sometimes configured to use different SNMP community names for read and write operations. With ironic `snmp` driver it is currently impossible to configure its SNMP manager to use different SNMP community names for SNMP GET and SET commands. This patch fixes that by introducing new optional node properties: `snmp_community_read` and `snmp_community_write`. Change-Id: Idb726f072f031a819b48fdd1ae66369cffb73841 Story: 1751748 Task: 10663
9 lines
360 B
YAML
9 lines
360 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds new optional ``snmp_community_read`` and ``snmp_community_write``
|
|
properties to ``snmp`` driver configuration (specified via a node's
|
|
``driver_info`` field). If present, the value(s)
|
|
will be used respectively for SNMP reads and/or writes to the PDU.
|
|
When not present, ``snmp_community`` value will be used instead.
|