10582 Commits

Author SHA1 Message Date
Yuta HIGUCHI
18ab8a9fc2 modified LinkKey creation to follow other id objects
Change-Id: Ie70444f9069486d0251482464595f5835cf12539
2014-10-13 12:01:11 -07:00
Yuta HIGUCHI
92cd51e5fa bugfix: should notify merged description
Change-Id: I3f3658bef36ca9e90f796050abfb641e4cf8540d
2014-10-13 12:01:11 -07:00
Yuta HIGUCHI
3708308165 Lowering log level.
Change-Id: Iade7f2b9aeebf73cb65830ecf3120f64da5ca7df
2014-10-13 12:01:11 -07:00
alshabib
538fb2a2da Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-13 11:57:40 -07:00
Madan Jampani
3ffbb27189 Shutting down AE executor on GossipLinkStore deactivate 2014-10-13 11:19:37 -07:00
alshabib
2f049014c1 adding proxyarp to office cell
Change-Id: I7c8d70c5d5bcd38b9de1be8d2725568572854916
2014-10-13 11:15:22 -07:00
tom
1f601248d5 Preparing gui module. 2014-10-13 11:10:40 -07:00
tom
95628e3ca7 Merge remote-tracking branch 'origin/master' 2014-10-13 10:52:20 -07:00
Ray Milkey
9bbc9444ff Make CLI completers stop filling values when command line is complete
Added <null> tags to terminate <completers> lists in the CLI shell
config.  These null values stop completers from adding extra
arguments at the end of commands.  If a <null> is not added
at the end of a list of completers, that means use the last
completer as many times as possible.
2014-10-13 10:27:45 -07:00
tom
00224359a5 Merge remote-tracking branch 'origin/master' 2014-10-13 09:44:40 -07:00
Yuta HIGUCHI
6e501739fb cosmetics
Change-Id: I0a343f39560aaada3a3bdff0fab23a3845ab1481
2014-10-13 09:22:59 -07:00
Ray Milkey
0742ec92cd Add a Multiple source to single destination intent
This is a very simplistic implementation of an intent that
represents multiple sources with a single destination.
The implementaiton is simple, it just computes the union
of the set of path segments needed to satisfy all the connections
and installs them.

The unit test is just a skeleton with a single test case and
needs to be expanded.
2014-10-13 08:39:55 -07:00
Yuta HIGUCHI
5ec89f9ca7 remove peermsg package
Change-Id: Iefbf425951a7134bd7ecdda4d1a8e9477d349587
2014-10-12 01:01:43 -07:00
Yuta HIGUCHI
80912e6757 Separate cluster management and mastership management to separate packages
Change-Id: If1e399648451842da6dccc644b75b81337b105f9
2014-10-12 00:15:47 -07:00
Yuta HIGUCHI
9888551785 remove Hazelcast based net store package info
Change-Id: Ie4562e3dfcb1df1c27115b196f6f63037b0a48a7
2014-10-12 00:13:14 -07:00
Yuta HIGUCHI
0ad9effbe1 Moved ClusterCommunicationManagerTest to correct package
Change-Id: I339269f0ca9f685fe6af1fd5d7e5e4597209f5dd
2014-10-12 00:07:25 -07:00
Yuta HIGUCHI
a10f388308 Moved ClusterCommunicationService related to api bundle
Change-Id: I0545c2e82824703feff4a089c0de25c9f3969622
2014-10-11 22:45:07 -07:00
Yuta HIGUCHI
8ce0873c6c Moved MastershipBasedTimestamp
- store.common.impl -> store.impl
-- Note: Timestamp interface is located in store package

Change-Id: I97452a41622d3eb97a0c95c4d7ca827863a37e20
2014-10-11 20:15:39 -07:00
Yuta HIGUCHI
093e83ea68 Refactoring
- Renamed Clock{Service, Provider} -> DeviceClock*
- move from store -> net/device package

Change-Id: Ib4ba5119146bb2df97d3148f48890fb1f47d6a9d
2014-10-11 20:15:39 -07:00
Ayaka Koshibe
db450ab300 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-11 14:17:21 -07:00
Ayaka Koshibe
ea5b4cec7e fixes in mastership reelection for single-node failure
Change-Id: Iedcab52bb156643464a97435fcc39c5db7393976
2014-10-11 14:17:17 -07:00
Brian O'Connor
ea9021ea43 moving latch instation before submit in push-test-intent command 2014-10-10 23:12:23 -05:00
Yuta HIGUCHI
47c4088281 Adding some tests for GossipDeviceStore + bugfix
Change-Id: Ic0d55fa499b1d66131f059b4a47cd105c55a6e63
2014-10-10 19:00:40 -07:00
pankaj
c5649cdceb Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-10 18:28:37 -07:00
pankaj
16c9a227c9 wait at the end of test 2014-10-10 18:24:38 -07:00
Brian O'Connor
1aa99eb973 adding push-test-intents command to test intent performance 2014-10-10 20:16:23 -05:00
Brian O'Connor
b76fe17d40 adding onos-update-bundle command to push local bundles 2014-10-10 20:16:23 -05:00
tom
9fe723aa45 Merge remote-tracking branch 'origin/master' 2014-10-10 17:58:47 -07:00
pankaj
6245a7a298 Reverse the order of test to unblock the channel from async tests 2014-10-10 17:50:55 -07:00
Madan Jampani
d2054d4dfc Fixed link anti-entropy message serialization 2014-10-10 17:27:06 -07:00
Madan Jampani
a97e820409 Anti-Entropy support for link store. 2014-10-10 17:01:33 -07:00
pankaj
0c189ca40f Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-10 16:02:53 -07:00
pankaj
eea7dc9c41 renamed the handler 2014-10-10 16:02:37 -07:00
Madan Jampani
62169305bf Removed unused class: VersionedValue 2014-10-10 15:48:11 -07:00
Madan Jampani
2ff05591f5 Added GossipLinkStore with basic replication for link state. 2014-10-10 15:42:47 -07:00
pankaj
9fc87594fd cleaned-up to give better help and javadoc 2014-10-10 15:40:43 -07:00
Yuta HIGUCHI
38935e5f08 Turning off AbstractEventAccumulatorTest.timeTrigger
Change-Id: I533e8abf9b00eba5ab2bd7d33f286e39322c0ed9
2014-10-10 13:27:46 -07:00
Yuta HIGUCHI
60e4abf0cc FragmentId tests
Change-Id: I461fa68291563cd76f9020b7c71612b62963825c
2014-10-10 11:30:44 -07:00
Yuta HIGUCHI
dc7374cf46 Move ControllerToNodeId Function to api bundle
Change-Id: I80eac83cc72f9a92b594fef46d83376b42843746
2014-10-10 11:11:35 -07:00
pankaj
0a21e99f5a Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-10 10:45:12 -07:00
Yuta HIGUCHI
17e0d1d207 Revert "attempt to fix error showing up on eclipse"
This reverts commit 5a745071ff8234cd145022486bbd1feb6adf5e6f.
2014-10-10 09:36:21 -07:00
Yuta HIGUCHI
e9d62c0f08 attempt to fix error showing up on eclipse
Change-Id: I2d32ec7c8bfee0e14b67e4eab0eef6e327cd4e1b
2014-10-10 09:36:21 -07:00
Yuta HIGUCHI
0390ffb87b some pom file fixes
Change-Id: Iffdb6eeb6954551d0b11e8da237b86e905d4e714
2014-10-10 09:36:21 -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
Jonathan Hart
8a030cd0f9 Run onos-build-selective-hook with bash to prevent issues on systems with
other default shells
2014-10-10 09:34:44 -07:00
Jonathan Hart
039d2b1dcb Added SDN-IP app 2014-10-10 09:33:04 -07:00
tom
cf8dd2a398 Tweaked bash_profile. 2014-10-10 08:37:20 -07:00
tom
e7f01ee544 Speeding up stuff.
HostDescription now passes up just a single IpAddress.
2014-10-10 00:17:33 -07:00
tom
093340b44c Speeding up stuff.
HostDescription now passes up just a single IpAddress.
2014-10-10 00:15:36 -07:00
Yuta HIGUCHI
1767947f53 added missing log parameter
Change-Id: I6959a1b6eb3e051161d6e86ce94116a55b38c065
2014-10-09 21:53:14 -07:00