- 04 Jan, 2016 3 commits
-
-
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
kmcpeake authored
- 31 Dec, 2015 1 commit
- 30 Dec, 2015 2 commits
- 29 Dec, 2015 1 commit
- 24 Dec, 2015 1 commit
- 21 Dec, 2015 1 commit
-
-
Fix merge problem with Change-Id: If9ce4ca5f5f6d089e9f088e710367f4e2ca1c9b6 Change-Id: I56a5b7c67085c1cd31a7274ece55f962e908d01b
kmcpeake authored
-
- 20 Dec, 2015 1 commit
-
-
This adds SNMP device-discovery, and a Fault Management app which makes alarms available to users via REST/GUI/CLI interfaces. There is still code cleanup that could be done, but aim of this commit is an end-to-end proof of concept. To demonstrate : 1) /opt/onos/bin/onos-service onos> app activate org.onosproject.snmp onos> app activate org.onosproject.faultmanagement 2) SNMP devices are seeded via config file. The default seed file contains connection details for devices (SNMP agents) available via internet e.g. demo.snmplabs.com cp /opt/onos/apache-karaf-3.0.3/etc/samples/org.onosproject.provider.snmp.device.impl.SnmpDeviceProvider.cfg /opt/onos/apache-karaf-3.0.3/etc/ 3) ONOS will poll these SNMP devices and store their alarms. 4) You can now manipulate the alarms via REST e.g. http://<onos>:8181/onos/v1/fm/alarms , via CLI via various "alarm-*” commands or in UI with an Alarms Overlay. More info at https://wiki.onosproject.org/display/ONOS/Fault+Management 15/Dec/15: Updated regarding review comments from Thomas Vachuska. 17/Dec/15: Updated coreService.registerApplication(name) as per https://gerrit.onosproject.org/#/c/6878/ Change-Id: I886f8511f178dc4600ab96e5ff10cc90329cabec
kmcpeake authored
-
- 19 Dec, 2015 4 commits
-
-
* Implement encode & decode method for MeterBandCodec & MeterCodec * Implement MetersWebResource * Add unit test for MeterBandCodec & MeterCodec * Add unit test for MetersWebResource * Add meter insertion json example * Add Swagger doc Change-Id: I07284c6678c08b3cb9e109e86ffb2cf28bf36447
Jian Li authored -
Change-Id: Ie3fbc675d02c5abe5f5a419d2fc12dbe8fb4ec35 refactored mcast store implementation Change-Id: I67d70d678813184c522c78e0771f6b8f8f9c25f8
alshabib authored
-
- 18 Dec, 2015 2 commits
- 17 Dec, 2015 24 commits
-
-
BgpRouter so it can be used by other applications. Change-Id: I37a5467e17e677fe44c35704c60429499e0d42ad
Jonathan Hart authored -
- Support for TLV containing cluster fingerprint info - Config for enabling extra TLV at device level - Refactored ONOSLLDP constructor for ease of use Change-Id: I93abe6c0ed8b7e37c80af5920649272faad8856e
Ayaka Koshibe authored -
- Changed service ID from VNI to network ID - Added REST APIs(POST/DELETE/PUT) - Added interfaces to CordVtnService(create/remove) - Renamed Service/ServiceId to more specific Change-Id: I80322fea28a7740a2cc7723b576e7bb9ff08389e
Hyunsun Moon authored -
- buildReply method refers the leasetime stored in ipAssignment Change-Id: If0477861696bd76b3c1c14983f013968b4b8e8eb
daniel authored -
* Implement decoding feature for GroupBucketCodec and GroupCodec * Implement GroupsWebResource * Add unit test for GroupBucketCodec and GroupCodec * Add unit test for GroupsWebResource * Add group insertion json example * Add Swagger doc Change-Id: Ie58cba2e1af996c7b8652a55d9ef0c27207beafc
Jian Li authored -
First round of cleanups in opticalUtils.py. Change-Id: I5f627fc471220c3a7194d913764f8c84e6f0fe6e
Marc De Leenheer authored -
- add comments to suppress two instances where we really do want to catch Throwable - implement equals() methods where only hashValue() was implemented Change-Id: Iecfd66ff50fbd433977d1affd74f5f05d0a047e5
Ray Milkey authored -
- Follow IANA assignments, and align with old resource service behavior Change-Id: I1b7c96707842cf8e6f0f13cff99fa0eda8230263
HIGUCHI Yuta authored