commit | a56fbde8f85caca87e1bf51f59c13acf6dace656 | [log] [tgz] |
---|---|---|
author | HIGUCHI Yuta <y-higuchi@onlab.us> | Mon Jun 17 14:26:05 2013 -0700 |
committer | HIGUCHI Yuta <y-higuchi@onlab.us> | Tue Jun 18 10:39:20 2013 -0700 |
tree | fc6ce4a58e37071296eac85aa625916d48f4955f | |
parent | 8f2739a8d4860828b7b0e8a30f246839ad92503f [diff] |
Move LinkDiscovery package to ONOS namespace - Due to the design of LinkDiscoveryManager, modification by ONOS could not be easily sliced out, thus moving the whole modified LinkDiscovery features to ONOS package namespace. - move out TopoLinksResource to core/web to avoid mixing with FL originated code bases
Open Networking Operating System
BELOW TO BE WRITTEN IN DETAIL
Install custom jars (Only need to be run only once)
$ ./setup-local-jar.sh
Cleanly Build ONOS
$ mvn clean $ mvn compile
Start zookeeper
$ cd (ZOOKEEPER-INSTALL-DIR)/bin
$ ./zkServer.sh start
Start cassandra
$ ./start-cassandra.sh start
Confirm cassandra is running
$ ./start-cassandra.sh status
Start ONOS instance
$ ./start-onos.sh start
Start ONOS rest apis
$ ./start-rest.sh start