Pavlin Radoslavov
a590e115f1
Removed ONOS cell configuration that was committed by accident.
2014-11-04 10:58:27 -08:00
Pavlin Radoslavov
c522705108
Updated leftover references: Apache Karaf-3.0.1 -> 3.0.2
2014-11-04 10:55:19 -08:00
Thomas Vachuska
d853115cd0
Pushing in changes for Java 1.8 and Apache Karaf 3.0.2
2014-11-03 14:39:57 -08:00
Thomas Vachuska
ad53a76c02
Added a new cell 'tom'.
2014-10-31 00:52:27 -07:00
Thomas Vachuska
e972ea52fd
Added GUI integration for device & host properties.
...
Fixed cell files to remove ONOS_CELL definition within; this is defined externally based on the cell itself.
2014-10-30 00:14:16 -07:00
Thomas Vachuska
425a2d757f
Modified intent compilers to only chose paths that are appropriate to the type of intent, i.e. packet or optical.
2014-10-29 11:28:28 -07:00
Thomas Vachuska
9252bc33a0
Added a REST command to upload topology configuration.
2014-10-23 02:33:25 -07:00
weibit
38c42ede2e
Optical topology provider for UC1
...
Change-Id: I1b25c9412b5180f9dce167f8700eb84baba70486
2014-10-17 11:09:34 -07:00
alshabib
75e774203d
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
...
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
2014-10-16 18:03:40 -07:00
alshabib
7911a05aae
lldp discovery independent of OF
...
Change-Id: I720f727f6628e30e5d732e6d7bf742d1b7050812
2014-10-16 17:49:37 -07:00
Thomas Vachuska
cce11ca2da
Fixing some cell definitions and features.
2014-10-16 11:52:29 -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
Pavlin Radoslavov
91413794ef
Minor cleanup in some of the shell scripts in the "tools" directory.
...
No functional changes.
* Description header formatting
* Added missing new line at the end of a file
* Removed extra new lines at the end of a file
2014-10-15 11:03:54 -07:00
alshabib
2f049014c1
adding proxyarp to office cell
...
Change-Id: I7c8d70c5d5bcd38b9de1be8d2725568572854916
2014-10-13 11:15:22 -07:00
tom
e7f01ee544
Speeding up stuff.
...
HostDescription now passes up just a single IpAddress.
2014-10-10 00:17:33 -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
2a0adb192d
Adding customizable features for cell-specific packaging.
2014-09-30 12:03:33 -07:00
tom
e797a5dba6
Adding customizable features for cell-specific packaging.
2014-09-30 11:57:50 -07:00
alshabib
7814e9f6e3
office cell and associated fixes (role, idle timeout)
...
Change-Id: Icc1fbed46c59f9be1d124569779250c0796150ce
2014-09-30 11:52:12 -07:00
tom
8158314c8f
Further simplified the store & connection manager relationship.
2014-09-30 01:40:29 -07:00
tom
16555625a3
Added ability to measure round-trip latency and to assure message integrity.
2014-09-29 08:49:27 -07:00
tom
7d197c4cd8
Fixing the cell definition and the install script.
2014-09-24 16:48:29 -07:00
tom
0768a02c39
Added prox test cell and enhanced install to allow customization of the hazelcast.xml for proper network interface.
2014-09-24 16:16:16 -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
5c058e8188
Adding a definition of a local test cell.
2014-09-19 08:48:05 -07:00