tom
|
8158314c8f
|
Further simplified the store & connection manager relationship.
|
2014-09-30 01:40:29 -07:00 |
|
tom
|
4ee8bae675
|
Merge remote-tracking branch 'origin/master'
Conflicts:
apps/foo/pom.xml
apps/foo/src/main/java/org/onlab/onos/ccc/DistributedClusterStore.java
cli/src/main/java/org/onlab/onos/cli/NodeAddCommand.java
cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
tools/test/bin/onos-config
utils/nio/src/main/java/org/onlab/nio/IOLoop.java
|
2014-09-29 20:56:26 -07:00 |
|
Yuta HIGUCHI
|
6b9c9b1386
|
modified onos-test to onos-install in parallel
Change-Id: I59b7a33d989e3bb26f13c985bc531ecd0f970ebe
|
2014-09-29 19:13:37 -07:00 |
|
tom
|
defed6ff30
|
Fixing test scripts and removing SLP bundle from features for now.
|
2014-09-29 11:37:02 -07:00 |
|
tom
|
16555625a3
|
Added ability to measure round-trip latency and to assure message integrity.
|
2014-09-29 08:49:27 -07:00 |
|
alshabib
|
b7b4063981
|
initial impl of proxy arp
Change-Id: I131667e8051e88c27f5fa020b580be57fee358ea
|
2014-09-28 21:30:00 -07:00 |
|
Yuta HIGUCHI
|
e76a24dfb7
|
Bundle restructuring
Change-Id: I5a9efa7f4d03bd78dd17297731c5addea5cf0442
|
2014-09-27 11:20:17 -07:00 |
|
alshabib
|
339a3d9238
|
added onos-start-network and fake distributed stores and fixed mastership bugs/omissions
Change-Id: I6cf9f1a13bf9e8f715bf5d72249431d94878b204
|
2014-09-26 17:54:32 -07:00 |
|
tom
|
7fc183701f
|
Fixed onos-patch-vm script.
|
2014-09-25 09:50:04 -07:00 |
|
tom
|
7d197c4cd8
|
Fixing the cell definition and the install script.
|
2014-09-24 16:48:29 -07:00 |
|
tom
|
fc162b087a
|
Added prox test cell and enhanced install to allow customization of the hazelcast.xml for proper network interface.
|
2014-09-24 16:25:39 -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
|
a1376e4639
|
Enahnced topology and flow stores to extend general store.
|
2014-09-24 15:39:43 -07:00 |
|
tom
|
0755a3678f
|
Added notion of a general Store abstraction and wired it up in ClusterStore.
|
2014-09-24 11:54:43 -07:00 |
|
tom
|
b41d1aca5a
|
Added graceful shutdown for upstart service.
Reworked slightly the mastership & device managers and stores to make it work (sort-of) in the distributed env.
|
2014-09-24 01:51:24 -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
|
e4729875d7
|
Renamed *Instance to *Node for better readability and to avoid conflict with notion of Karaf instance.
Added cluster service and trivial store implementations.
|
2014-09-23 00:37:37 -07:00 |
|
tom
|
126852b3f1
|
Added a number of test tools.
|
2014-09-22 22:34:01 -07:00 |
|
tom
|
2d7acb7da0
|
Added a number of test tools.
|
2014-09-22 22:13:00 -07:00 |
|
tom
|
0eaa97f35b
|
Fixing remote install; now starting as upstart daemon.
|
2014-09-22 16:13:06 -07:00 |
|
tom
|
5ca3437382
|
Added a few javadocs.
Split onos-install into install and config.
|
2014-09-19 17:43:41 -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
|
ab0af29053
|
Preparing new projects for separate distributed store, trivial sstore and the networking cores.
|
2014-09-19 13:04:54 -07:00 |
|
tom
|
5c058e8188
|
Adding a definition of a local test cell.
|
2014-09-19 08:48:05 -07:00 |
|
tom
|
ecd0fbd713
|
Tweaking onos-* test scripts.
|
2014-09-19 08:47:05 -07:00 |
|
tom
|
ac77d76d85
|
Tweaking onos-* test scripts.
|
2014-09-18 19:59:42 -07:00 |
|
tom
|
1f3805db86
|
Tweaking onos-* test scripts.
|
2014-09-18 19:58:47 -07:00 |
|
alshabib
|
6b5cfec5c4
|
stats reported
|
2014-09-18 17:42:18 -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
|
7e02cda13d
|
Changed the way ProviderId is made to include URI scheme portion.
|
2014-09-18 12:05:46 -07:00 |
|
tom
|
3014aefbe7
|
Adding install/uninstall scripts and stuff like that.
|
2014-09-18 08:44:39 -07:00 |
|
tom
|
5c25570aab
|
Sketching cluster related stuff with Madan..
|
2014-09-18 06:57:39 -07:00 |
|
tom
|
73d6d1ea71
|
Sketching cluster related stuff with Madan..
|
2014-09-17 20:08:01 -07:00 |
|
tom
|
a56d5fe7b7
|
Added a few todos.
|
2014-09-17 11:05:47 -07:00 |
|
tom
|
4d0c663cd8
|
Adding packaging script.
Added display of raw DPID and IPs or MACs for hosts.
|
2014-09-15 23:27:01 -07:00 |
|
tom
|
6a9f272e82
|
Added tools/dev/bash_profile with developer conveniences
|
2014-09-13 17:00:02 -07:00 |
|
tom
|
5f18cf3701
|
Fixed javadoc warnings in slew of legacy code. We need to keep up on this; the old stuff is pretty sloppy.
|
2014-09-13 14:10:57 -07:00 |
|
tom
|
7438d0b7cf
|
Disabled checkstyle rule for Java files to end with new-line.
|
2014-09-13 13:33:19 -07:00 |
|
tom
|
aa49a1e015
|
Added Karaf branding bundle
|
2014-09-12 23:12:09 -07:00 |
|
tom
|
e2918e623d
|
Added a solar test topology.
|
2014-09-12 18:23:20 -07:00 |
|
alshabib
|
c4901cdbbb
|
adding packet types
|
2014-09-05 16:50:40 -07:00 |
|
tom
|
50a76dd432
|
Adding onos-of-drivers module.
Adding pmd resources to the top-level build... not working yet.
|
2014-09-02 15:18:35 -07:00 |
|
tom
|
1c15dd913a
|
Added a watchLog tool
|
2014-08-26 18:55:38 -07:00 |
|
tom
|
0eb04ca683
|
Added cubby-holes for new projects.
|
2014-08-25 14:35:27 -07:00 |
|