From 6ec49bdddab58463d8f99ea4316857f41d4278e5 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 2 May 2017 12:15:08 -0400 Subject: 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 --- releasenotes/notes/snmp_listen-2364188f73d43b14.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/snmp_listen-2364188f73d43b14.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/snmp_listen-2364188f73d43b14.yaml b/releasenotes/notes/snmp_listen-2364188f73d43b14.yaml new file mode 100644 index 00000000..7cff9eec --- /dev/null +++ b/releasenotes/notes/snmp_listen-2364188f73d43b14.yaml @@ -0,0 +1,7 @@ +--- +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. -- cgit 1.2.3-korg