ironic/releasenotes/notes/snmp-driver-udp-transport-settings-67419be988fcff40.yaml
Félix Bouliane 4acc0ed4ce Make SNMP UDP transport settings configurable
SNMP timeout and retries are now configurable through ironic.conf. This
allows to have custom configurations when certain PDUs are slower than
others.

The config defaults are the same defaults that cmdgen.UdpTransportTarget
uses (1.0 second timeout and 5 retries). The config is now reflecting
these defaults.

Closes-Bug: #1640932
Change-Id: I2490902ad2e39e8e4dc34484799a0dae96bc57f8
2017-08-18 14:42:21 +00:00

8 lines
370 B
YAML

---
features:
- Adds SNMP request timeout and retries settings for the SNMP UDP transport.
Some SNMP devices take longer than others to respond.
The new Ironic configuration settings ``[snmp]/udp_transport_retries``
and ``[snmp]/udp_transport_timeout`` allow to change the number of
retries and the timeout values respectively for the the SNMP driver.