- 06 Jan, 2016 15 commits
-
-
- Add network configuration about cross connect port for CO-ONOS - revised metro.py requires ecord.co app after (Change-Id: I3892e780bc6550f8a8d8be622b9fee5322c1dab5) to be loaded. - stop using onos-topo-cfg to send netcfg Change-Id: Ie90e69c4134d1f71893bf43ee6c290bdbd273aeb
HIGUCHI Yuta authored -
- Forwarding behavior added to {Device,Link}Store by ONOS-490 cauesed false update information sent from ONOS node, which has been detached from the cluster, to be accepted by rest of the cluster after the detached node has rejoined cluster. - Fix for periodic mastership check was left out when MastershipService#requestRoleFor(..) return value was changed to Future. - Fix for triggerProbe() related messages getting dropped, right after STANDBY -> MASTER role change. - Local state (connectedDevices) was preventing vertical (Core -> switch) Mastership state synchronization. - Various debug log, comment added during investigation. Change-Id: I777beadf04db8a879830a07bfdc7ab0e2279f190
HIGUCHI Yuta authored
-
- 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
-