commit | 111ea5d04c1b40444ded9e6c482f1f5da86d717d | [log] [tgz] |
---|---|---|
author | alessio <alessio.giorgetti@gmail.com> | Wed Dec 01 12:08:14 2021 +0100 |
committer | Andrea Campanella <andrea.campanella@intel.com> | Fri Dec 23 10:34:20 2022 +0000 |
tree | dfb1b0b4040290817e380c64c54796cd79b4d556 | |
parent | 5e012a4003ef12c61e5e829fe6f21833ee81d497 [diff] |
Drivers for Cassini box with IP Infusion OCNOS v5 supports CFP2-DCO and CFP2-ACO. * patch 2: support of DP_8QAM * patch 3: support of modulation change from roadm-gui * patch 4, 5, 6, 7, 8: style * patch 9: tested device EC_AS7716-24SC-OcNOS-5.0.187-OTN_IPBASE-S0-P0 * patch 10, 11, 12: style * patch 13: comments by andrea Change-Id: Ida475c61d5f48a79f8a56bff299dd708c9ad8eaf
ONOS is the only SDN controller platform that supports the transition from legacy “brown field” networks to SDN “green field” networks. This enables exciting new capabilities, and disruptive deployment and operational cost points for network operators.
The following packages are required:
ONOS is built with Bazel, an open-source build tool developed by Google. We suggest downloading and installing Bazel using the official instructions.
The minimum required Bazel version is 1.0.0
$ git clone https://gerrit.onosproject.org/onos
$ cd onos $ cat << EOF >> ~/.bash_profile export ONOS_ROOT="`pwd`" source $ONOS_ROOT/tools/dev/bash_profile EOF $ . ~/.bash_profile
$ cd $ONOS_ROOT
$ bazel build onos
To run ONOS locally on the development machine, simply run the following command:
$ bazel run onos-local [-- [clean] [debug]]
Or simpler one, if you have added the ONOS developer environment to your bash profile:
$ ok [clean] [debug]
The above command will create a local installation from the ONOS tarbal (re-building if necessary) and will start the ONOS server in the background. In the foreground, it will display a continuous view of the ONOS (Apache Karaf) log file. Options following the double-dash (–) are passed through to the ONOS Apache Karaf and can be omitted. Here, the clean
option forces a clean installation, removing any state from previous executions. The debug
option means that the default debug port 5005 will be available for attaching a remote debugger.
To access ONOS UI, use a browser to open:
Or simpler, use the onos-gui localhost
command.
The default username and password is onos
/rocks
.
To attach to the ONOS CLI console, run:
$ onos localhost
To run ONOS unit tests, including code Checkstyle validation, run the following command:
$ bazel query 'tests(//...)' | xargs bazel test
Or better yet, to run code Checkstyle and all unit tests use the following convenience alias:
$ ot
ONOS code is hosted and maintained using Gerrit.
Code on GitHub is only a mirror. The ONOS project does NOT accept code through pull requests on GitHub.
To contribute to ONOS, please refer to Sample Gerrit Workflow. It should include most of the things you'll need to get your contribution started!
For more information, please check out our wiki page or mailing lists:
ONOS (Open Network Operating System) is published under Apache License 2.0
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler and YourKit YouMonitor.