- 23 Jun, 2016 10 commits
-
-
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 -
We were using eth0 by default before, but this doesn't work if your default interface isn't eth0. Fixes port forwarding on Ubuntu 16.04. Change-Id: I55baed7fd8952a9f6cab364e20e31a0632ddda6d
Bob Lantz authored -
The arp CLI command sends gratuitous ARPs from all hosts - this makes it easier for ONOS to discover hosts. Previously checkLog returned None, None if the log file didn't exist; now we return an empty list, to avoid breaking when we take the len() of errors or warnings (which was happening before) and to avoid having to check for None, None, which didn't seem to add a lot of value to justify its complexity. Change-Id: I84847fcf70525c82ac037d8a84cf40d21ab2a106
Bob Lantz authored -
We check for: - process exits - log ERRORs - log WARNings - low memory Also added a "status" CLI command to check for exits and errors. Change-Id: I6e65fe49619e338f1827fc616ca52a82de7ba470
Bob Lantz authored -
We really don't need the OCx variables, but for now at least we are unsetting the ones that are incorrect and calling onos-gen-partitions with the explicit IP addresses. Change-Id: I8bd3d69bee4857e00070288b586255455c9c8adf
Bob Lantz authored -
- enable parameters for onos cli commands (e.g. onos:apps -a) - don't depend on onos1's name - reduce dependencies on unnecessary variables - enable running if karaf isn't installed elsewhere - make NAT an option Change-Id: I3e8abd51aa8d3f5c7afab1c6b86e50707de20ef6
Bob Lantz authored
- 22 Jun, 2016 4 commits
-
-
Properly determine if the JSON payload contained any errors. Change-Id: Id8e816f6627580dcaca3ccb6b7356d61be62392d
Ray Milkey authored -
- Implemented a non-blocking Thrift server for the controller (before it was limiting the number of active connections) - Improved configuration swap times by forcing it - Minor bugfixes and polishing - Update onos-bmv2 repo URL in thrift-api pom.xml Change-Id: I13b61f5aa22558c395768e3b445f302b20c5bd33
Carmelo Cascone authored
-
- 21 Jun, 2016 7 commits
-
-
Change-Id: I4d75d2304ae38eddded8b7ddf89a38ae6509af49 (cherry picked from commit 8e18c0e3)
Madan Jampani authored -
Change-Id: I71c9252d41cfc2efb29e25aae4900104565c0408 (cherry picked from commit ad509f92)
Andrea Campanella authored -
Change-Id: Ie30a6145f01e141e8af88116c8fa193a0308f8c3 (cherry picked from commit 60a5a989)
Andrea Campanella authored -
Also fix message to show id instead of null Change-Id: I91b131674088d644ee10f5d105052c42cc018984
Jon Hall authored -
- topo view: disable map tint option. - topo view: link details - fix icon size. Change-Id: Iad844ad77a52224fe475bdd044edae4e3a9fe507
Simon Hunt authored
- 20 Jun, 2016 3 commits
- 18 Jun, 2016 6 commits
-
-
Brian O'Connor authored
-
Brian O'Connor authored
-
treatments. Match and action parameters can now be built from primitive data types (short, int, long or byte[]) which are then casted automatically according to a given BMv2 configuration. Also, simplified demo applications code / structure. Change-Id: Ia5bebf62301c73c0b20cf6a4ddfb74165889106f
Carmelo Cascone authored
-
- 17 Jun, 2016 10 commits
-
-
Change-Id: I4f51e8f9e9cce55a912bc464d1593f9ad233ead9 (cherry picked from commit 9dc5f098)
Jonathan Hart authored -
Also minor refactoring of synchronized blocks. Change-Id: Ifea25208ca4f1839bb3f21ba5b5ecfb2441baa35
Carmelo Cascone authored
-