Add missing createUser line to /etc/snmp/snmpd.conf
authorRichard Su <rwsu@redhat.com>
Wed, 6 Jan 2016 01:46:03 +0000 (17:46 -0800)
committerRichard Su <rwsu@redhat.com>
Mon, 29 Feb 2016 17:53:57 +0000 (09:53 -0800)
commit95614e47544fad95b8d9ba7a75f4faa3b70589fa
treec22e4c0a9c5294036f508d20c8efc8b956beb0ba
parent1dcfdab92067afe30cf26edb27f384a01b8809c2
Add missing createUser line to /etc/snmp/snmpd.conf

Adds missing configuration which allows overcloud nodes to be
polled by undercloud node.

One would have expected the snmp::snmpv3_user call to create the
missing configuration line. But as noted in this bug, it does not:
https://github.com/razorsedge/puppet-snmp/issues/9

Fixes BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1223278

Change-Id: Ieb2d612a27a938b45056bd37176f44cb55543d75
Closes-Bug: 1532700
puppet/manifests/overcloud_compute.pp
puppet/manifests/overcloud_controller.pp
puppet/manifests/overcloud_controller_pacemaker.pp
puppet/manifests/overcloud_object.pp
puppet/manifests/overcloud_volume.pp