- 17 Oct, 2014 11 commits
-
-
Conflicts: core/store/hz/net/src/main/java/org/onlab/onos/store/device/impl/DistributedDeviceStore.java core/store/hz/net/src/test/java/org/onlab/onos/store/device/impl/DistributedDeviceStoreTest.java features/features.xml tools/test/cells/office Change-Id: I08e6d7c6a0bdaae072dd50ff7ac36d94f16d77e1
alshabib authored -
but with several differences: * Default ONOS_ROOT value is $HOME/onos instead of $HOME/onos-next * Convenience utility functions and aliases are not included * $MAVEN/bin is not included in the executable path * The 'cell' funcion from BASH is renamed to 'onos-setup-cell' Also, 'onos-setup-cell' always requires an argument: the cell name Displaying the current cell setup can be done by the 'onos-show-cell' script
Pavlin Radoslavov authored -
- add a mechanism to print the usage. - If the target is "--cell", the service command is executed on each node in the current ONOS cell. Usage: onos-service <TARGET> [COMMAND] onos-service [-h | --help] Options: TARGET The target of the command COMMAND The command to execute. Default value is 'status' [-h | --help] Print this help TARGET: <hostname | --cell> hostname Execute on the specified host name --cell Execute on the current ONOS cell COMMAND: [start|stop|restart|status]
Pavlin Radoslavov authored
- 16 Oct, 2014 29 commits
-
-
Unit tests for HostToHost and MultiPointToSinglePoint intents and intent compilers. Made Intent classes final to make them immutable.
Ray Milkey authored -
Jonathan Hart authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Toshio Koide authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Jonathan Hart authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Jonathan Hart authored
-
* 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
Pavlin Radoslavov authored -
Jonathan Hart authored
-
Thomas Vachuska authored
-
Jonathan Hart authored
-
Thomas Vachuska authored
-
As part of this we added an onlab-thirdparty artifact which allows us to bring in dependencies that aren't bundles.
Jonathan Hart authored -
tom authored
-
tom authored
-