401 Commits

Author SHA1 Message Date
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
Pavlin Radoslavov
bd139461a0 Updated the csh/tcsh config file for Java 8 and Karaf-3.0.2 2014-11-04 10:12:16 -08:00
Yuta HIGUCHI
885089b136 onos command to use Java 1.8
Change-Id: I8741c41a74dba3b816a838aa1db1588be7f9816a
2014-11-04 09:33:17 -08:00
Yuta HIGUCHI
f2548cbac2 switch to Java 8
Change-Id: Iaf2b47ce7cfad7fcd5b57c8ec79e0d3e6e66ca73
2014-11-03 18:25:11 -08:00
Thomas Vachuska
9c7af629d0 Modified envDefaults to use Karaf 3.0.2 2014-11-03 16:20:26 -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
Thomas Vachuska
379ff9b1d2 Removed javadoc gen from onos-build. 2014-10-31 11:58:43 -07:00
Jonathan Hart
1a944a4adb Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-31 11:09:13 -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
4533149959 Added onos-build-docs script. 2014-10-31 11:08:11 -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
Thomas Vachuska
96f4d47578 Merge remote-tracking branch 'origin/master' 2014-10-30 14:10:57 -07:00
Thomas Vachuska
7b652ad97c Fixed some javadoc warning/errors.
Fixed NPE error in objective tracker.
Preparing for upgrade to Java 8 and Karaf 3.0.2.
2014-10-30 14:10:51 -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
Madan Jampani
6677edb07a Reverting back to java 1.7 2014-10-29 15:45:55 -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
Yuta HIGUCHI
e550584ab2 Eclipse formatter/clean up action configuration
Change-Id: I88ddd541c7a5bb6930a19c756f5afa8994b34364
2014-10-28 10:55:40 -07:00
Madan Jampani
15cd0b8fd3 Netty bug fix: Do not use weakValues in a cache where we track outstanding responses. 2014-10-28 08:40:23 -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
24c849c488 Added copyrights to the utils code 2014-10-27 09:53:05 -07:00
Thomas Vachuska
34d76aef2a Modified onos-build to reflect splitting javadoc generation into a separate module. 2014-10-23 16:04:14 -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
Thomas Vachuska
b105fd47c3 Tweaked packaging and related assets in preparation for Karaf 3.0.2 2014-10-20 09:02:27 -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
Jonathan Hart
d57df6c322 Added alias to run less on the log 2014-10-17 15:18:02 -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