1270 Commits

Author SHA1 Message Date
Ayaka Koshibe
65efaefeb1 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
Conflicts:
	core/net/src/main/java/org/onlab/onos/cluster/impl/MastershipManager.java
	core/net/src/main/java/org/onlab/onos/net/device/impl/DeviceManager.java
	core/store/hz/cluster/src/main/java/org/onlab/onos/store/cluster/impl/DistributedMastershipStore.java

Change-Id: I6a8b756fc20968e18ea3fd145e155d6282cea945
2014-09-29 18:21:56 -07:00
Ayaka Koshibe
d9f693e621 Relinquish mastership, tests, and few modifications to trivial MastershipStore
Change-Id: Iae29de010f13cb3ee02bcb316510cc254d5756fc
2014-09-29 18:04:54 -07:00
Yuta HIGUCHI
7aef393450 NewLine at EOF
Change-Id: I8e53dacb481b3965d18bf6bfa4154c2c697f4699
2014-09-29 10:26:45 -07:00
Yuta HIGUCHI
fec9e19036 hazelcast event related fixes
- suppress locally triggered events
- renamed RemoteEventHandler -> RemoteCacheEventHandler
- added RemoteCacheEventHandler, which triggers remote event after deserialization

Change-Id: Ide3709834ecd7832977575babd6f29727fd003d6
2014-09-29 00:29:06 -07:00
tom
c52a8a9e22 Merge remote-tracking branch 'origin/master' 2014-09-28 22:42:29 -07:00
alshabib
271a6209c5 fix checkstyle
Change-Id: I94e51e898c5581ea5e246b0f0467d9417e208990
2014-09-28 22:11:21 -07:00
alshabib
b7b4063981 initial impl of proxy arp
Change-Id: I131667e8051e88c27f5fa020b580be57fee358ea
2014-09-28 21:30:00 -07:00
Yuta HIGUCHI
b5df76dc82 split onos-core-hz into
onos-core-hz-common
  onos-core-hz-cluster
  onos-core-hz-net

Change-Id: Ie0ceb0de8e9e8af119433fef6f802444591eb4a4
2014-09-27 20:54:00 -07:00
Yuta HIGUCHI
2e96389a56 moving around Madan's pieces
update features.xml to use hazelcast distributed bundle for now

Change-Id: I806dc7f9f2f1db1fdfa8e16f083025888b237937
2014-09-27 18:44:17 -07:00
Yuta HIGUCHI
e76a24dfb7 Bundle restructuring
Change-Id: I5a9efa7f4d03bd78dd17297731c5addea5cf0442
2014-09-27 11:20:17 -07:00
Madan Jampani
61056bc9a4 Preliminary checkin for implementing version aware topology state. 2014-09-27 09:07:26 -07:00
tom
ec53b00be8 Merge remote-tracking branch 'origin/master' 2014-09-26 18:09:50 -07:00
alshabib
339a3d9238 added onos-start-network and fake distributed stores and fixed mastership bugs/omissions
Change-Id: I6cf9f1a13bf9e8f715bf5d72249431d94878b204
2014-09-26 17:54:32 -07:00
Ayaka Koshibe
3de43cab4a mastership manager listens to cluster events
Change-Id: I925967ef8ada88b9116d292d623d2f0f4cda3a8d
2014-09-26 16:40:23 -07:00
tom
ee49c371bb Preparing for change in ClusterService/Store implementation. 2014-09-26 15:14:50 -07:00
alshabib
010c31df1e pretty builders
Change-Id: If03b60f97be1eba3803c6fcb328196a4a195c7e8
2014-09-26 10:01:12 -07:00
Ayaka Koshibe
48239b0306 term-related test additions
Change-Id: I9359ab9a53d73a216a83732612a54154b9655c8c
2014-09-25 17:12:31 -07:00
Ayaka Koshibe
6e89e1b054 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-25 15:43:04 -07:00
Ayaka Koshibe
b70d34b868 base for mastership term implementation
Change-Id: Ie354096ad8835536839e3c1504e19a2cbff866c1
2014-09-25 15:43:01 -07:00
alshabib
5e3cc58321 removing extraneous log stmt
Change-Id: I9d022036cf0b4912bce7f95fadc1a5757270a3c7
2014-09-25 14:50:54 -07:00
alshabib
bb42cad6c4 flowmanager tests
Change-Id: I27ff62e4483254e565153294eddc20b525f5db01
2014-09-25 11:43:05 -07:00
Ayaka Koshibe
6823abc1d0 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-25 11:16:45 -07:00
Ayaka Koshibe
32402f3c3e update OFDeviceProviderTest - roleAssertFail
Change-Id: Iccdda5a11a3a6aa019e1641d068e10b2b17c9798
2014-09-25 11:16:31 -07:00
Ayaka Koshibe
ab91cc4529 role assertion failure is returned to DeviceProvider
Change-Id: Ic5189327c85fa37b3bbfa07d0e285cabae363712
2014-09-25 10:31:53 -07:00
Jonathan Hart
c884f1bee7 Implemented adding and removing address bindings in the store, along with unit tests. 2014-09-25 09:44:30 -07:00
Yuta HIGUCHI
3f6d29bf74 poll for events when validating.
Change-Id: Ia727a1c97f5d2d713281130997cee7fa3b1ba39d
2014-09-25 01:41:15 -07:00
alshabib
6553b51ecb Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
better with files

Change-Id: Ifb62a2c9a8e394fe3190582d7236eaea942ee3fc
2014-09-24 22:27:30 -07:00
alshabib
a68eb96a58 resilient flows and application id
Change-Id: Ic9f192d4451ae962737ab2b45c644372535e7bdb
2014-09-24 20:34:13 -07:00
tom
ca55e64932 Reworked AbstractDistributedStore RemoteEventHandler to allow delegating various events to accommodate cache-specific behaviours. 2014-09-24 18:28:38 -07:00
Yuta HIGUCHI
b113c457c7 Stop sharing Roles in DistributedDeviceStore
Change-Id: Icd0302871c1d6f48379b93eb61f83bfa6df4ce20
2014-09-24 16:28:15 -07:00
Yuta HIGUCHI
b4139d8dc4 use etc/hazelcast.xml + modifications when creating HZ for testing
Change-Id: I92d554d2e8c696780c3a2fab2accdab396a3805b
2014-09-24 16:28:15 -07:00
Ayaka Koshibe
1fd5bb7bc5 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-24 16:08:16 -07:00
Ayaka Koshibe
406d010846 MastershipManagerTest plus tweaks to MastershipStore
Change-Id: Ie5d3201ce2297ae68cdafac4439168989dd804c5
2014-09-24 16:08:12 -07:00
tom
a1376e4639 Enahnced topology and flow stores to extend general store. 2014-09-24 15:39:43 -07:00
tom
c78acee3d1 Enahnced topology and flow stores to extend general store. 2014-09-24 15:16:55 -07:00
tom
f80c9729d6 Enahnced link and host stores to extend general store. 2014-09-24 14:49:18 -07:00
tom
3f2bbd7028 Added back-pipe for role assertion issues. 2014-09-24 12:07:58 -07:00
tom
0755a3678f Added notion of a general Store abstraction and wired it up in ClusterStore. 2014-09-24 11:54:43 -07:00
Jonathan Hart
09585c6272 Changed PortAddress API to allow multiple IP addresses per port 2014-09-24 09:24:07 -07:00
tom
b41d1aca5a Added graceful shutdown for upstart service.
Reworked slightly the mastership & device managers and stores to make it work (sort-of) in the distributed env.
2014-09-24 01:51:24 -07:00
alshabib
357bb47dde Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-23 17:50:53 -07:00
alshabib
54ce589358 supporting multipart stats replies: tested upto 15K rules
Change-Id: I36fbd99d012a74c1f5240f37b60d3b58be85626c
2014-09-23 17:50:51 -07:00
tom
4a5d1713e8 Fixed MastershipManager to autostart and to have proper dependency on the ClusterService not ClusterManager. 2014-09-23 17:49:39 -07:00
Ayaka Koshibe
a7f044e14c DeviceManager queries MastershipService
Change-Id: I0d391ecb7f0b1e4cced99cfe8083b46f74ee35bb
2014-09-23 16:56:20 -07:00
Jonathan Hart
87fbbadeb6 Implemented HostMonitor for probing IP addresses to detect hosts 2014-09-23 15:19:44 -07:00
Ayaka Koshibe
3eed2b04b0 Added providerService for mastership
Change-Id: I1572161f70c696961a663cba17f197e23f96967e
2014-09-23 13:28:05 -07:00
Ayaka Koshibe
afe34ae168 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-23 12:46:19 -07:00
Ayaka Koshibe
166096968f began implementing MastershipManager
Change-Id: I65b86dcfa062e4cfd74de588f4714b35e9d329f0
2014-09-23 12:46:15 -07:00
tom
50d401fe1b Merge remote-tracking branch 'origin/master' 2014-09-23 11:26:27 -07:00
tom
f9cd5cb51b Merge remote-tracking branch 'origin/master' 2014-09-23 11:24:33 -07:00