tripleo-heat-templates/releasenotes/notes/snmp_listen-2364188f73d43b14.yaml
Emilien Macchi 6ec49bddda snmp: add SnmpdBindHost parameter
SnmpdBindHost will be useful for users who want to change the binding
options for SNMP daemon.
It has to be an array, and by the default the value is
['udp:161','udp6:[::1]:161'] like it was in puppet-tripleo profile.

Change-Id: Iccf0a8d35cc05d34272c078c97a5dddfb8e7d614
Closes-Bug: #1687628
2017-05-02 12:15:08 -04:00

8 lines
252 B
YAML

---
features:
- |
Adding a new parameter to SNMP profile, SnmpdBindHost
so users can change the binding addresses on SNMP daemon.
The parameter is an array and takes the default value that
were previously hardcoded in puppet-tripleo.