Jian Li
98dc9ad1a8
[ONOS-3707] Update env to default to Maven 3.3.9
...
Change-Id: If74cc04fc9f15c90511e78e23662554f41c0ecbc
2016-01-07 02:02:20 +00:00
Andrea Campanella
80520b89b1
ONOS-3650 Device driver multiple inheritance
...
Change-Id: Ib7b72d44533d4e63c4122662b50485243562aa21
2016-01-07 02:02:02 +00:00
Ray Milkey
06605102e4
Attempt to fix ONOS-3460
...
Restart UDP listener thread and create a new RADIUS server socket
when the AAA app configuration changes.
Change-Id: If81479ee54609f56cf86e21aa5c5d83732c6a9fe
2016-01-07 00:15:03 +00:00
Simon Hunt
99b3d226e0
ONOS-3642 -- GUI: New Meter Table glyph added.
...
Change-Id: Iaad4cbe432265fcdcd95da3fccee1fbdc999ba0a
2016-01-06 13:41:50 -08:00
Jian Li
1f54473d7b
[ONOS-3642] Add GUI Meter View
...
This implements the web GUI meter view.
Current implementation uses the group table icon for meter,
and the revised meter icon will be updated in following commit.
See ONOS-3645 for detail.
Change-Id: Iaa2e673ef83024135d757a2aaec1c31a87263217
2016-01-06 20:37:30 +00:00
Marc De Leenheer
622861dab2
Lambda queries don't rely on driver state, and have separate package.
...
Lambda query returns unsorted set.
fix for ONOS-3620
Change-Id: Ifffd03271f9c8c02be8897c3891c80148342757e
2016-01-06 18:56:07 +00:00
Marc De Leenheer
cba2564bb7
Disable local port on CPqD switches so we don't have phantom links between LINC-OE and CPqD.
...
ONOS-3425
Change-Id: Ife6aca095140c4e3d147aff6f82536c062463a8a
2016-01-06 18:50:43 +00:00
Thomas Vachuska
762a2d8d0b
Fixing various exception issues.
...
Change-Id: Ic02d66c2ebceda8c05f93b367aa9ff38a11a7a5b
2016-01-06 18:49:59 +00:00
HIGUCHI Yuta
d95f3cda0c
ONOS-3422 inter-domain cross connect
...
- 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
2016-01-06 18:34:37 +00:00
Jian Li
5e5734fe39
Add a null test case for getMeterByDeviceIdAndMeterId REST method
...
Change-Id: Icf38aa1a84cc3161bdd0212460c37877a22731bd
2016-01-06 17:16:07 +00:00
Jian Li
a4faf4fff0
Add getMetersByDeviceId REST method
...
Change-Id: I50b9158aac1c8b0789ee271276db0fa701fdb7df
2016-01-06 17:15:30 +00:00
HIGUCHI Yuta
1979f55af7
Bug fixes for ONOS-3509
...
- 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
2016-01-06 09:12:33 +00:00
Aaron Kruglikov
12faf8de83
Adding driver and behavior for getting configuration on NETCONF devices.
...
Change-Id: Id6986f60e8c3db0d8295576b856c04c82ae0edcb
2016-01-06 09:11:44 +00:00
lishuai
095f6c72b7
[ONOS-3664] Update the bug: the ports command for restful can not get
...
external port.
Change-Id: Icad4ff9647f08f174f197b3dd2378ceef22cafe3
2016-01-06 08:27:04 +00:00
lishuai
b43dbf7be0
[ONOS-3659] Submit the modified content of onos-1.4 to onos-master.
...
Change-Id: Ibdb9897cde6bc7622276178a6087f02c49da2a48
2016-01-06 07:19:48 +00:00
Jonathan Hart
c22e847967
[Falcon] More flexible component choice for routing apps
...
Change-Id: I0b01f633332fa7f099d4b3ffe58d86141f3a040b
2016-01-05 19:10:42 -08:00
Jonathan Hart
b4a4215c85
[Falcon] Add ComponentService that allows applications to select which components are loaded.
...
Change-Id: I1e5eceef65c16040b75cf35ac88a497ba9a05412
2016-01-06 03:07:35 +00:00
Shashikanth VH
97e571e9e8
BGP peer connection validation based on peer configuration.
...
Change-Id: I67251b94973aad3e0ecf3d118ea534de1b015427
2016-01-06 02:46:56 +00:00
Thejaswi N K
55204f82ac
Igp IsIs extended metric issue
...
Change-Id: I5d3971dc9babd5855d5059c0ef531cf49d672eac
2016-01-06 02:41:34 +00:00
Shashikanth VH
e7eacfd580
Hex dump read for channel buffer
...
Change-Id: Ife5e49d488c9806e30530b48bb189f7e4a191e97
2016-01-06 02:40:54 +00:00
Priyanka B
897c62a3fb
Compare fix (Link)
...
Change-Id: Ia22eaecdcac8b2e77cc9a2831eec6814e66d6651
2016-01-06 02:39:04 +00:00
Thejaswi N K
5ff45df186
Implementing Bgp update configuration
...
Change-Id: I02338d5db093c513f1048bdafd737feea81d4efb
2016-01-06 02:38:16 +00:00
HIGUCHI Yuta
0001778cec
Stop using fixed path /tmp
...
Change-Id: If0d8048db555cd9872959aaa70d52cc3a9aa864b
2016-01-06 01:14:18 +00:00
Ray Milkey
9f87e51954
Sonar related fixes
...
- suppress SONAR warning for printing stack trace in CLI
- add string constants for the Sonar suppression identifiers
Change-Id: I03992f89675f9d074347042b7a196dbcc1036c28
2016-01-05 23:55:33 +00:00
Changhoon Yoon
e71dfa4847
ONOS-3521: SM-ONOS performance improvement
...
Change-Id: I8643187f2ceb35f8e0701d9e7ddb10098f05b244
2016-01-05 14:14:18 -08:00
Thomas Vachuska
9e51fd0a7e
ONOS-3550 Fixed property warnings.
...
Change-Id: I8deac6a66fa10f600b718e2dc781ca781bc508d9
2016-01-05 22:05:20 +00:00
Shashikanth VH
7a2fe659eb
Process protocol message read partially from the buffer.
...
Change-Id: I1888dce82bea566796bc222329650582cba5a276
2016-01-05 20:11:34 +00:00
HIGUCHI Yuta
d9c6117a2f
Clean up tempDir after each test runs.
...
- Fix for issue with /tmp disk full issue on Jenkins.
- Using JUnit Rule TemporaryFolder where possible.
Change-Id: Ie91eba37581ba5bf6c32be7f614220e2098ce2f8
2016-01-05 17:22:25 +00:00
Marc De Leenheer
8b5aae8410
Optical link annotations are enabled (only 'durable' for now). Removed dead code.
...
ONOS-3388
Change-Id: Ibe05e1298aa469ec1cd3b9f3664911323bc59015
2016-01-05 07:38:04 +00:00
Shashikanth VH
3dd13cff84
BGP system test issue fix.
...
Change-Id: I26f30e800a2d88377fde9d6da8ccca25581250ce
2016-01-05 06:16:02 +00:00
Ray Milkey
c18d0e3ef6
Fix compilation problem on some versions of the JVM
...
Change-Id: I3f2c7ad8fbcd228c7eeb0a2125fcbdbfcb572bd9
2016-01-04 16:10:59 -08:00
HIGUCHI Yuta
9092db839e
Event history service and CLI
...
- Tool created while debugging ONOS-3509
Usage Example: (See recent Mastership and Device events)
onos> events -m -d
Change-Id: I87aceaf8fe61732a61c2d1e39399d0f10a729b54
2016-01-04 23:35:37 +00:00
Thomas Vachuska
bc8336765c
Enhancing onos-setup-karaf to automatically force clean run when it detects discrepancy in ONOS version.
...
Change-Id: I5c271d68a884930652d0d46a62f4c8ef31e08124
2016-01-04 23:26:47 +00:00
Priyanka B
e238184b73
Compare fix
...
Change-Id: I56ad744ff9d99198136c97f62896c487285192ec
2016-01-04 22:53:07 +00:00
Phil Huang
f5d6c916d9
Fixed object naming problem from SDNTopo to SdnIpTopo
...
Following tutorial_ipv6.py, topology obecjt name is "SdnIpTopo", not "SDNTopo"
Change-Id: I8d27b35ff7fbecbb1dac37156f06cf0bc7897baa
2016-01-04 22:33:50 +00:00
Jian Li
fc5ca93765
[ONOS-2809] Support a TransactionalSet data structure
...
Change-Id: Ia99bc2285b3fea39ee3845f5f6613a45a6a61626
2016-01-04 22:29:54 +00:00
HIGUCHI Yuta
34e6314d31
Remove @Deprecated from Annotation keys used by netcfg
...
- These annotations get added when a value is configured by netcfg subsystem.
Change-Id: Ie52f4827628051f61df9b297001c46db4915e91c
2016-01-04 22:18:11 +00:00
Jonathan Hart
89e981ff59
Update 'last seen' field on flow rules
...
Change-Id: I7400bd181c41e605c03a60d05b08337e529e080a
2016-01-04 22:17:27 +00:00
Brian O'Connor
68498e2b32
Updating onos-package to display error when karaf-assembly fails.
...
Also, temporarily adding snapshot repo to karaf-assembly and filed bug to remove it.
Change-Id: I63bf472b3a918beec46e1b1002a29dfcb6cb7253
2016-01-04 14:02:20 -08:00
Jian Li
a7f86ce593
[ONOS-3603] Add getGroupByDeviceIdAndAppCookie method in group REST API
...
* Add a new method for getting a specific group result
* Add descriptions in swagger doc
Change-Id: I62a476bd2cd774eed157dd3954349eb5aa335db3
2016-01-04 21:58:02 +00:00
HIGUCHI Yuta
4f074c09f7
Completers for netcfg command
...
Change-Id: I925825f3ddb3ffde8fb59d8d0d4ccb9faf92fe37
2016-01-04 19:04:39 +00:00
HIGUCHI Yuta
b7a15d7bb2
Modify MPLS/VLAN query
...
- 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
2016-01-04 18:52:13 +00:00
Jian Li
152b88508a
[Falcon][ONOS-3537] Implement control message collecting logic w/ unit test
...
Change-Id: Ic21d476a5ad92d7ef739fa3c13dcc06e5cbf7c56
2016-01-04 18:50:06 +00:00
Jian Li
1932b93cc8
Add getMeters method for obtaining meter collection by device id
...
Change-Id: Ie5137ef8acce7643a58c2faa00b7027e3b9f38fa
2016-01-04 18:46:47 +00:00
Antonio Marsico
b8b8d75e8d
Fixed setting of flowPriority and flowTimeout default values after scr property-delete
...
Change-Id: I3988e4912b91b82f56955a3c9868b74c498a03d5
2016-01-04 18:41:27 +00:00
Ray Milkey
c49feb4bc1
Remove unneccesary exception handler
...
Change-Id: I8ffa95e803c70982fa59ed067dda12fd7568f775
2016-01-04 18:35:49 +00:00
kmcpeake
899ea8bc18
[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
2016-01-04 18:03:06 +00:00
sangho
f2ca7e5cea
[Falcon] SONA : Supports port-create without fixed IPs
...
Change-Id: I3a37540480912849f03e8880cc8c9b387c6bc613
2016-01-04 17:02:54 +00:00
Jian Li
64dd889939
[ONOS-3601] Add unit test for MetricCodec and correct some typos
...
Change-Id: I72317b3d2ea8c428bcc24aa215ae97c098a38305
2015-12-31 06:18:19 +00:00
Ray Milkey
676249ca1a
Fix Sonar critical flagged bugs
...
Change-Id: I60e9f72a1a66f65366d7dbc5335922e75097c9f3
2015-12-30 19:02:11 +00:00