442 Commits

Author SHA1 Message Date
weibit
38c42ede2e Optical topology provider for UC1
Change-Id: I1b25c9412b5180f9dce167f8700eb84baba70486
2014-10-17 11:09:34 -07:00
alshabib
75e774203d Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
Conflicts:
	core/store/hz/net/src/main/java/org/onlab/onos/store/device/impl/DistributedDeviceStore.java
	core/store/hz/net/src/test/java/org/onlab/onos/store/device/impl/DistributedDeviceStoreTest.java
	features/features.xml
	tools/test/cells/office

Change-Id: I08e6d7c6a0bdaae072dd50ff7ac36d94f16d77e1
2014-10-16 18:03:40 -07:00
alshabib
7911a05aae lldp discovery independent of OF
Change-Id: I720f727f6628e30e5d732e6d7bf742d1b7050812
2014-10-16 17:49:37 -07:00
Jonathan Hart
20d8e5140b Ported BGP tests from old codebase 2014-10-16 11:44:57 -07:00
Jonathan Hart
bcae7bdf0e Removed faulty toInt method and renamed toRealInt to toInt. 2014-10-16 10:26:54 -07:00
Jonathan Hart
ab63aacae2 Port the BGP implementation of SDN-IP. 2014-10-16 09:51:38 -07:00
Jonathan Hart
335ef46cc1 Port the Router functionality from SDN-IP.
As part of this we added an onlab-thirdparty artifact which allows us to
bring in dependencies that aren't bundles.
2014-10-16 08:26:31 -07:00
Yuta HIGUCHI
7f3df231e1 avoid unnecessary boxing
Change-Id: I1fd423ea521149e24ce159af48bc6d1da6f37646
2014-10-15 23:38:24 -07:00
Jonathan Hart
dc711bd59d Ported PeerConnectivity onto ONOS next, and implemented a service that can
construct Interface objects based on PortAddresses from HostService.
2014-10-15 11:27:04 -07:00
Jonathan Hart
dbdbdbb451 Added restrictions for proxy ARP 2014-10-15 11:27:04 -07:00
Yuta HIGUCHI
e66d10ef5b remove unnecessary Exception declaration
Change-Id: If1c86ab88987fb4ef0db8beaa412c4dc030f5520
2014-10-14 19:47:04 -07:00
Yuta HIGUCHI
8ee7d4cf79 Kryo related fixes
- remove dependency to kryo-serializers
- update kryo to 3.0.0
-- includes bug fix for protected constructor issue

Change-Id: Ib4cac77fe3943c58933bd92a058172f89ad628f5
2014-10-10 09:36:21 -07:00
tom
545708e14e Optimizing performance of HostId. 2014-10-09 17:10:02 -07:00
pankaj
6005d23ecf change units to microseconds 2014-10-08 15:32:38 -07:00
pankaj
b847eaef8a reduce logging 2014-10-08 14:39:25 -07:00
pankaj
7378e556d9 Report for nanosecond latencies 2014-10-08 10:29:26 -07:00
pankaj
9c060c09ef Report metrics to log 2014-10-08 10:21:29 -07:00
pankaj
f740f326e3 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-07 18:06:11 -07:00
tom
53efab57e0 Added Version and CoreService/Manager as an initial outline of a bootstrap coordinator. 2014-10-07 17:43:48 -07:00
pankaj
366ce8b168 Create handles and default to console reported for metrics 2014-10-07 17:18:37 -07:00
Yuta HIGUCHI
a546afc37a Try fixing Timer bug
Change-Id: I044c0f5c8eb9874b4508da216a827c86fdd8b436
2014-10-06 21:44:48 -07:00
pankaj
9e34ff272b Move the starting of reporter to activate 2014-10-06 13:21:03 -07:00
Yuta HIGUCHI
f9ce497c12 Fixed potentially thread unsafe initialization.
Change-Id: I047bcd9358a544723603a069faa234c00ba6b757
2014-10-06 10:50:44 -07:00
Yuta HIGUCHI
39ede6a103 SimpleLinkStore with annotation and multi-provider support
Change-Id: I98a35c4497363c6115fd0c61d140dfe7790e6cee
2014-10-03 16:46:07 -07:00
Jonathan Hart
8f6f1eacfc More HostMonitor cleanup and javadocs 2014-10-03 16:05:49 -07:00
pankaj
0d237839a9 Features constructor needs to be public 2014-10-02 18:08:16 -07:00
Jonathan Hart
70da512717 Wired up HostMonitor to its dependencies and got it working. 2014-10-02 16:42:48 -07:00
pankaj
f6577b68dc Create a component for metrics 2014-10-02 16:38:38 -07:00
pankaj
5de8411733 create a default CSV reporter 2014-10-02 15:33:28 -07:00
pankaj
208221de38 move to stable metrics 3.1.0 2014-10-02 15:17:52 -07:00
pankaj
e138e27e2a cleanup the constructors 2014-10-02 15:17:11 -07:00
pankaj
a17630a4f8 javadoc 2014-10-01 18:19:37 -07:00
pankaj
3855bcba90 cleanup interface and privates 2014-10-01 18:17:31 -07:00
pankaj
390abbcb24 Performance Metrics service and manager added 2014-10-01 17:01:05 -07:00
alshabib
1f641c0b4c Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-01 16:39:42 -07:00
alshabib
6eb438a78b fixes for office deployment
Change-Id: I322dc856cb2f724e1860f3e30b3bcb5445c8fb65
2014-10-01 16:39:37 -07:00
Yuta HIGUCHI
533ec32b9a AntiEntropy sketch + required Serializer work
Change-Id: Ibac5f4eede6b420202683114c3262e01b7264eff
2014-09-30 13:30:18 -07:00
Yuta HIGUCHI
f4b107e216 Add ByteBuffer interface
Change-Id: I6a2d6c7110a34b77a2d5567405fbb273802b89d1
2014-09-29 17:27:26 -07:00
tom
f110fffb45 Added IO loop test to the foo app. 2014-09-26 00:38:18 -07:00
tom
a708318294 Working on IO loop stuff. 2014-09-25 21:38:03 -07:00
tom
fc9a4ff73c Fixed equals methods for better efficiency.
Cleaned up ClusterService API.
2014-09-22 18:22:47 -07:00
tom
bce1d334ce Merge remote-tracking branch 'origin/master' 2014-09-22 17:05:52 -07:00
tom
dc66b38ee4 Fixing remote install; now starting as upstart daemon. 2014-09-22 17:05:47 -07:00
Jonathan Hart
dec62d4116 Created IpAddress class 2014-09-22 15:59:04 -07:00
tom
66a7eb220d Fixed deployment to allow all the Kryo related stuff to operate in the OSGi context. 2014-09-22 11:58:56 -07:00
Yuta HIGUCHI
24a086bab9 Kryo related changes.
Change-Id: I5b4fab63d6ece084b65aa712971a22d953d0caf0
2014-09-21 23:38:22 -07:00
Yuta HIGUCHI
10681f6be3 IpPrefix fix
- addied  method #prefixLength()
- ANY: array is mutable, should not be exposed public

Change-Id: I4197dbd79370fa39c92468b9c31f0ae04bc01fcd
2014-09-21 23:38:21 -07:00
Ayaka Koshibe
1d56fe4dbe renamed IpAddress to IpPrefix
Change-Id: I35990622e5b1c29ab6f6a0a0227088cd5d6c7294
2014-09-19 16:51:58 -07:00
Jonathan Hart
b7a2ac3a1c Added a contains method to IpAddress 2014-09-19 10:45:37 -07:00
Ayaka Koshibe
ad21f3fe9f Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-18 09:59:32 -07:00