diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-10-07 03:37:16 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-10-07 03:37:16 +0000 |
commit | 195db7cd8cf8643d2f562bd7c34823033cf479f4 (patch) | |
tree | 7d6f6b00a11de9057ba035cedbec46cb7f820c42 /releasenotes | |
parent | fb0f290777c2f17ebd1d558805be06fe65f1c331 (diff) | |
parent | 7f1a21a378341fe3908e5efb17ca080360b6b606 (diff) |
Merge "Allow to configure snmpd_config" into stable/pike
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/snmdd_config-db21f3175967be4a.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/snmdd_config-db21f3175967be4a.yaml b/releasenotes/notes/snmdd_config-db21f3175967be4a.yaml new file mode 100644 index 0000000..4db033a --- /dev/null +++ b/releasenotes/notes/snmdd_config-db21f3175967be4a.yaml @@ -0,0 +1,11 @@ +--- +features: + - | + Expose a new Puppet parameter to snmp profile, ``snmpd_config`` which + is an array definded to undef by default. + It can be used to override all snmpd configuration for advanced + deployments. + If used, all parameters have to be configured included users and + passwords, which should be the same as given to snmpd_password + and snmpd_user. There is no logic that will verify the content + of ``snmpd_config``. |