127 Commits

Author SHA1 Message Date
Thomas Vachuska
cce11ca2da Fixing some cell definitions and features. 2014-10-16 11:52:29 -07:00
Pavlin Radoslavov
93617211ab Update to the tools scripts:
* Update to envDefaults: if environmental varialbe ONOS_CELL is set,
   the load it, so its variables can be used by other scripts

 * Modifications inside tools/dev/bash_profile:
   - Update the setting of JAVA_HOME so it works for Ubuntu with
     OpenJDK-1.7
   - Removed "." from being added to the PATH, because it is a security hole
2014-10-16 10:00:17 -07:00
Pavlin Radoslavov
0770d0f51f Minor refactoring in the ONOS cell configuration:
* Each cell-specific variable is explicitly listed
   in the cell config file:
   ONOS_CELL, ONOS_NIC, OC1-OC9, OCN, OCI, ONOS_FEATURES

 * Cleanup and bug fixes inside bash_profile:
   - Don't export explicitly OCI and ONOS_CELL, because those
     are now exported in the cell config file
   - unset ONOS_CELL, ONOS_NIC, ONOS_FEATURES (the last two weren't
     unset before)
   - The built-in "cell" function shows OC1 to OC9 instead of OC0-OC9;
     OC0 is never used/setup anywhere else

 * Added two new shell commands:
   - tools/test/bin/onos-lsit-cells : lists existing ONOS cell configurations
     It is the equivalent of the "cells" built-in bash command
   - tools/test/bin/onos-show-cell : shows the configuration of an ONOS cell
     It is the equivalent of the "cell" built-in bash command, but
     it can show also the configuration of any ONOS cell (not only
     the default one).
2014-10-15 16:08:19 -07:00
tom
cf8dd2a398 Tweaked bash_profile. 2014-10-10 08:37:20 -07:00
Jonathan Hart
8af0373868 Use existing JAVA_HOME if one is set 2014-10-09 14:57:00 -07:00
tom
a689779d17 Added output of appId to the flow list command. Fixed defect in CoreManager - we forgot to put registered ids in our map. 2014-10-08 22:21:05 -07:00
tom
e2555ff4f6 Fixed onos-push-update-bundle tool.
Fixed wipe-out command confirmation.
2014-10-07 18:47:58 -07:00
tom
ca8f670643 Added onos-push-update-bundle (yes 'pub') 2014-10-07 09:28:53 -07:00
tom
85258ee4a8 Reworked intent states to the new set of states.
Separate intent state from intent event type.
Implemented new state transitions in IntentManager.
Implemented ObjectiveTracker.
Re-route now works.
2014-10-07 00:10:02 -07:00
tom
0511a52140 Added an intent completer to the command-line. 2014-10-04 12:06:02 -07:00
tom
9a693fda41 Fixed traffic selector builder to allow only one criterion.
Temporarily disabled flow rule time-out.
2014-10-03 11:32:19 -07:00
tom
2482e6ff40 Enhanced cell & cells tools.
Provided initial sketch of the Annotated concept for the model attributes.
2014-10-01 16:51:48 -07:00
tom
1cd74ae73d Added onos-build-selective & obs short-hand. 2014-10-01 14:58:32 -07:00
pankaj
04c38c84e0 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-30 15:12:49 -07:00
pankaj
dff24440ee make bash_profile work 2014-09-30 15:12:45 -07:00
tom
e797a5dba6 Adding customizable features for cell-specific packaging. 2014-09-30 11:57:50 -07:00
tom
82d6bde9d1 Fixing test scripts. 2014-09-23 17:33:58 -07:00
tom
1a2908c8dd Enhanced a number of the test scripts and replaced hazelcast.xml with a mildly augmented version of the 3.3 one. 2014-09-23 16:37:39 -07:00
tom
caf3bf784a Added onos-test.
Refactored the CLI classes.
2014-09-23 13:20:53 -07:00
tom
0872a1743c Fixed a number of CLI commands.
Refactored the StoreService/Manager stuff for common serializer pool.
2014-09-23 11:24:26 -07:00
tom
126852b3f1 Added a number of test tools. 2014-09-22 22:34:01 -07:00
Yuta HIGUCHI
f2d83cf995 Fix o command.
- Bug: Was pruning all path if ONOS_ROOT was set to a path like: ~/git/onos-next

Change-Id: I4887d78ddc1560e69daf2c270b820afad024befa
2014-09-19 14:29:54 -07:00
tom
ecd0fbd713 Tweaking onos-* test scripts. 2014-09-19 08:47:05 -07:00
tom
5a18e80287 onos-package now patches the hazelcast.xml with proper interface for use by the test VMs. 2014-09-18 12:38:15 -07:00
tom
5c25570aab Sketching cluster related stuff with Madan.. 2014-09-18 06:57:39 -07:00
tom
a56d5fe7b7 Added a few todos. 2014-09-17 11:05:47 -07:00
tom
6a9f272e82 Added tools/dev/bash_profile with developer conveniences 2014-09-13 17:00:02 -07:00