Yuta HIGUCHI
7fe161a12b
stop killing randomly, when using less mode
...
Change-Id: I59f52622a32f82a81b4b237aff2e7f3cfd89e96f
2014-11-04 20:56:25 -08:00
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
Jonathan Hart
518e5e72ce
Aliased $OCX variables to the X number for onos and onos-log commands.
...
I.e. running "onos 1" is equivalent to running "onos $OC1".
"onos-log 2" is equivalent to "onos-log $OC2".
If the argument is not a number there should be no change to the behaviour
of the script (original invocations should still work as expected).
Will make this change for other commands in the future if there are no issues.
Change-Id: I7621cce9076c088d3bcb1aa4d6c8f8f8525823ca
2014-10-31 15:28:35 -07:00
Jonathan Hart
37226ceb69
Added -l option to onos-log to use less on the log instead of tail
...
Change-Id: Ib6aaa5c12b85483eb3e2ec021b6daceb40994b6c
2014-10-31 11:08:53 -07:00
Thomas Vachuska
ad53a76c02
Added a new cell 'tom'.
2014-10-31 00:52:27 -07:00
Thomas Vachuska
5f99849709
Fixed a defect in GUI details fly-out (it would not appear)
...
Adjusted L&F of the port labels
Suppressed using buffer-id in packet-out messages; we now always send data; cbench is much more steady now and I see no 0s!!!!
2014-10-31 00:46:11 -07:00
Brian O'Connor
580163da08
updating tower.py topo
2014-10-30 21:04:05 -07:00
Thomas Vachuska
4b42077418
Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8.
2014-10-30 16:46:17 -07:00
Pavlin Radoslavov
d5dac1b4a9
Few fixes to the cell setup related scripts after the removal
...
of ONOS_CELL from the cell config files.
Change-Id: I97c2d1f8d191f59db00a455281bbba7f04383335
2014-10-30 12:55:39 -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
8ec96ecfd8
Added ONOS topology config JSON for 10-node non-linear optical topology.
2014-10-29 22:40:52 -07:00
Thomas Vachuska
d16ce18d0c
Added Port.Type and plumbed it throughout.
2014-10-29 17:25:29 -07:00
Thomas Vachuska
88dbd49542
Updated optical.py to allow parametrized topologies.
2014-10-29 13:04:27 -07:00
Thomas Vachuska
6fa1753219
Merge remote-tracking branch 'origin/master'
2014-10-29 12:19:20 -07:00
Tom Tofigh
fad498b06b
adding parametrized optical topo to test/topos
...
Change-Id: I508656e12db611d6e525e37a73f8b1f0faea5e0d
2014-10-29 12:09:35 -07:00
Thomas Vachuska
dcadc2b24c
Added a command to upload onos topology JSON configuration.
2014-10-29 12:03:29 -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
c0bbbd4f89
Allowing link stores to create links injected by ancillary providers.
...
Fixed oe-linc config
2014-10-28 15:53:30 -07:00
Thomas Vachuska
4e45ccd7d1
Added a standalone utility to convert ONOS topology JSON config to OELinc JSON config.
2014-10-27 20:03:46 -07:00
Thomas Vachuska
18867bf463
Added a standalone utility to convert ONOS topology JSON config to OELinc JSON config.
2014-10-27 19:56:15 -07:00
Thomas Vachuska
9252bc33a0
Added a REST command to upload topology configuration.
2014-10-23 02:33:25 -07:00
Brian O'Connor
67eb3805b2
updating onos.py
...
Change-Id: I6ec6bf1205d0d3175495a7ecef4c2a4156d2e25a
2014-10-22 19:55:38 -07:00
Brian O'Connor
195191b4f7
adding onos.py, a work in progress
...
Change-Id: Idfc2087fd8be2ffa24e7e93c2744fa8b1d46811b
2014-10-22 01:09:50 -07:00
Thomas Vachuska
756fb29d74
Enhanced onos-log and onos-check-logs to work against instance specific logs when an optional second argument is given, e.g. onos-log $OC1 c0
2014-10-21 20:35:10 -07:00
Thomas Vachuska
5c4324ec6a
Enhanced onos-install to pre-stage ONOS artifacts from apache karaf system/org/onlab to ~/.m2/repository/org/onlab to enable operating karaf instances.
2014-10-21 20:26:40 -07:00
Thomas Vachuska
e9fc596fcb
Added -n option to onos-install to suppress running ONOS via upstart daemon.
2014-10-21 16:10:12 -07:00
Thomas Vachuska
7772e1095c
Added onos-batch command.
2014-10-21 09:50:04 -07:00
Yuta HIGUCHI
54eeac8ec1
recover onos-config
...
Change-Id: I6778503bd801ea1660cc116036a193e080deb57d
2014-10-19 00:42:50 -07:00
Ayaka Koshibe
da1cda69a0
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
2014-10-18 18:43:08 -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
Pavlin Radoslavov
711145a284
Fix the assignment / usage of OC0 environmental variable so
...
now it is allowed / handled.
2014-10-16 17:45:48 -07:00
Pavlin Radoslavov
caf19cfff0
Update the "onos-service" command:
...
- 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]
2014-10-16 17:29:13 -07:00
Thomas Vachuska
cce11ca2da
Fixing some cell definitions and features.
2014-10-16 11:52:29 -07:00
Ayaka Koshibe
e8e4535e3c
fixes for RoleValue serialization
...
Change-Id: Ie51d0e16a0623061790523920f6a22aa18e74517
2014-10-16 09:57:34 -07:00
Pavlin Radoslavov
aa90bb535f
Minor updates for the tools scripts:
...
* Add ONOS-specific directories to the executable PATH in the envDefaults file
* Fix a typo inside "onos-show-cell": don't show OC0, because it is not used
2014-10-15 16:28:32 -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
Pavlin Radoslavov
4b15407a6a
Add missing import of "$ONOS_ROOT/tools/build/envDefaults"
2014-10-15 10:49:23 -07:00
Pavlin Radoslavov
3c4d341b0e
Replace hard-coded user-name "sdn" with variable ${ONOS_USER}
2014-10-15 10:22:52 -07:00
alshabib
538fb2a2da
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
2014-10-13 11:57:40 -07:00
alshabib
2f049014c1
adding proxyarp to office cell
...
Change-Id: I7c8d70c5d5bcd38b9de1be8d2725568572854916
2014-10-13 11:15:22 -07:00
tom
1f601248d5
Preparing gui module.
2014-10-13 11:10:40 -07:00
Brian O'Connor
b76fe17d40
adding onos-update-bundle command to push local bundles
2014-10-10 20:16:23 -05:00
tom
e7f01ee544
Speeding up stuff.
...
HostDescription now passes up just a single IpAddress.
2014-10-10 00:17:33 -07:00
tom
3f1464005f
Added protection against project patterns starting with - for onos-push-update-bundle.
2014-10-08 22:44:56 -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