snmp: remove ununsed trapsink

The snmptrap isn't used anywhere by our Telemetry services, so we don't
need it and can avoid a unused snmp binding on the host.

Change-Id: I31119ae9ec0ecda04f8983cb338f5af8d1b98989
This commit is contained in:
Emilien Macchi 2019-03-08 12:24:39 -05:00
parent e5fa5f7133
commit 28adf389cb
2 changed files with 0 additions and 2 deletions

View File

@ -68,7 +68,6 @@ class tripleo::profile::base::snmp (
'proc cron',
'includeAllDisks 10%',
'master agentx',
'trapsink localhost public',
'iquerySecName internalUser',
'rouser internalUser',
'defaultMonitors yes',

View File

@ -36,7 +36,6 @@ describe 'tripleo::profile::base::snmp' do
'proc cron',
'includeAllDisks 10%',
'master agentx',
'trapsink localhost public',
'iquerySecName internalUser',
'rouser internalUser',
'defaultMonitors yes',