- 06 Jan, 2016 2 commits
- 05 Jan, 2016 8 commits
-
-
- suppress SONAR warning for printing stack trace in CLI - add string constants for the Sonar suppression identifiers Change-Id: I03992f89675f9d074347042b7a196dbcc1036c28
Ray Milkey authored -
- Fix for issue with /tmp disk full issue on Jenkins. - Using JUnit Rule TemporaryFolder where possible. Change-Id: Ie91eba37581ba5bf6c32be7f614220e2098ce2f8
HIGUCHI Yuta authored
-
- 04 Jan, 2016 17 commits
-
-
- Tool created while debugging ONOS-3509 Usage Example: (See recent Mastership and Device events) onos> events -m -d Change-Id: I87aceaf8fe61732a61c2d1e39399d0f10a729b54
HIGUCHI Yuta authored -
…repancy in ONOS version. Change-Id: I5c271d68a884930652d0d46a62f4c8ef31e08124
Thomas Vachuska authored -
Following tutorial_ipv6.py, topology obecjt name is "SdnIpTopo", not "SDNTopo" Change-Id: I8d27b35ff7fbecbb1dac37156f06cf0bc7897baa
Phil Huang authored -
- These annotations get added when a value is configured by netcfg subsystem. Change-Id: Ie52f4827628051f61df9b297001c46db4915e91c
HIGUCHI Yuta authored -
Also, temporarily adding snapshot repo to karaf-assembly and filed bug to remove it. Change-Id: I63bf472b3a918beec46e1b1002a29dfcb6cb7253
Brian O'Connor authored -
* Add a new method for getting a specific group result * Add descriptions in swagger doc Change-Id: I62a476bd2cd774eed157dd3954349eb5aa335db3
Jian Li authored -
- ONOS-3507 VlanQuery to return available VLAN IDs - ONOS-3508 MplsQuery to return available MPLS Labels - Advertise that VLAN and MPLS resources are available on OVS Change-Id: I74cd05393c8919b4823d0666348008adb93c9290
HIGUCHI Yuta authored -
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