commit | 899ea8bc18f07c0deab62b9f0d7ae15d4a0006fe | [log] [tgz] |
---|---|---|
author | kmcpeake <kmcpeake@btisystems.com> | Mon Jan 04 15:00:45 2016 +0000 |
committer | Gerrit Code Review <gerrit@onlab.us> | Mon Jan 04 18:03:06 2016 +0000 |
tree | b2f844b702e741d92312c5af52410cb7aa9b19f3 | |
parent | f2ca7e5cea51d542e3273d9711abae23ebc6dfaf [diff] |
[ONOS-3203] Fault Management fixes. 1) Fix "org.onlab.osgi.ServiceNotFoundException: Service org.onosproject.incubator.net.faultmanagement.alarm.AlarmService not found" runtime error by making SnmpAlarmProviderService a (annotated) Service. Possibly later can register it via the ProviderRegistry without the Service anotation. 2) When SnmpAlarmProviderService is deactivated de-register our InternalDeviceListener to avoid leak. 3) In providers/snmp/alarm/pom.xml : Remove unnecessary dependency versions info. Remove unnecessary shading. Change-Id: I93c0c15215b6cf230bcb03d8ea9c08a88bd03e3b
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.