- 08 Mar, 2016 3 commits
-
-
1. Invoke karaf script in all cases (upstart, initd/systemd) This means that onos-service now blocks, which means we need to change onos.initd to run it in the background. Otherwise, we could use karaf/bin/start This should fix ONOS-4117 2. Use service onos {start/status/etc.} for upstart/init/systemd onos-install should not invoke the new init.d script directly; instead it should use service onos {cmd, which should work if service is available on upstart, init.d, and systemd-based distributions. This should fix ONOS-4124 3. In onos.initd, check if ONOS is running. This makes it easier to see what is going on, and it also avoids attempting to start ONOS if it's already running. Change-Id: I0152fd7fdcb079b25531442315d0bd69e6c7653d
Bob Lantz authored
- 07 Mar, 2016 12 commits
-
-
In current implementation, the instruction that is defined in each encodeLX hides the instruction that is defined out of methods. This commit changes local instruction name to corresponding instruction name to remove naming ambiguity. Change-Id: I1f7f0766b66e903daa8ca3ebdea934366ec98308
Jian Li authored -
Replace arping and ping with custom gratuitous arp code Don't block forever on switch.waitConnected() Allow backgrounding bgIperf Change-Id: I6cb10c3c8971e29336a6c6e2deffb5231900d463
Brian O'Connor authored
- 05 Mar, 2016 6 commits
-
-
- Updated ConfigFileBasedClusterMetadataProvider to handle both file and http protocols. - Server open logic updated to handle joining an existing cluster. Change-Id: Idbaa39733c7bf814510c94c4b21e3714b3f97f8f
Madan Jampani authored
- 04 Mar, 2016 19 commits
-
-
Also, doing some other cleanup and improvements Change-Id: I17ee64126e5e8de986e460641994a279e18c9492
Brian O'Connor authored -
…th full json criteria Change-Id: Ib430c537349e4d5d5e798f7b84158b7120264d3f
Andrea Campanella authored -
- Changed package name of 'app' submodule to avoid duplicate package name warning - Added app.xml and features.xml to make the application activate successfully - Fixed missing parameter javadoc warnings Change-Id: Iaefdd08d15291ccea8224b13b815246eb13b84ce
Hyunsun Moon authored -
- setting up the topology elements and trying to highlight them because we are trying to monitor an intent. Change-Id: Ic7d7be62c085c186a22ba91942970eccb5711fe4
Simon Hunt authored -
This commit adds capability to handle Table type in InstructionCodec. Change-Id: I82f1abf9f7ed17df3885746e8c24223190dd216f
Jian Li authored -
Thomas Vachuska authored
-