- 01 Jul, 2016 4 commits
-
-
Only the master of the source device do path calculations Change-Id: I29f6d49f039d61014f0ff8ddce73db2ad18eb6e4
Charles Chan authored
-
- 30 Jun, 2016 3 commits
- 29 Jun, 2016 2 commits
-
-
Similarly to ONOS-4206, due to a bug in kryo, a non-registered class (Date in this case) was causing such a problem. Change-Id: I993f4b41d4deaa617065b29086a49d834832eca8
Carmelo Cascone authored -
- `buck targets` was failing due to this Change-Id: I0f35abdcaad2900cd4616d494f6d4f4c1e9c1b81
Yuta HIGUCHI authored
-
- 24 Jun, 2016 13 commits
-
-
Most notably: - Added support for onos.py's ONOSCluster controller (it works with "mn --custom onos.py,bmv2.py --switch onosbmv2 ...") - Randomly select an open port for the Thrift RPC server Change-Id: Ifa974741dc4a3693777f01866b1f6203d0e7e75e
Carmelo Cascone authored -
This doesn't seem quite right, because it doesn't match a supposedly legal use case where you omit the output file and list the node IP addresses. However, it's better than what we have now, which simply ignores the output file name. Intended to help with ONOS-4667 Change-Id: Ib46195e7b829bc4d304c4dd51138b73acd4f1501 (cherry picked from commit 50df0982)
Bob Lantz authored
- 23 Jun, 2016 18 commits
-
-
Also, added a test for serialization Change-Id: I77e80fa7597b552c71e80c9d39d03549e0325778
Carmelo Cascone authored -
Serialization was failing when the inner ByteBuffer instance was a HeapByteBuffer. Also, simplified ImmutableByteSequence.toString() Change-Id: I4f75086a9b6536205fb43b78a0e4d2bfce9e8a5c
Carmelo Cascone authored -
Also, adding fixme that can be a common pitfall in Buck build land Change-Id: I96828aa520d6b81c71d1d7b2ce1841d93c92a843
Brian O'Connor authored -
Fix the problem that only local delegation is triggered Change-Id: Ibe7b4a6abb447b9a8e3a0959882ef2da0d21f4be
Charles Chan authored -
Madan suggested that this might help vs. the pipelined startup we were doing before, so let's try it. We will unpack/install all nodes before we start up, so that we can start the whole cluster at about the same instant. Note that this is probably closer to what we'd see in hardware. The disadvantage is that we don't get a "clean" environment with each invocation of start(). Change-Id: I0a45984f50e1ef25a7d8a836e46978fdbdff0bd0
Bob Lantz authored