Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 1. Refer to SONA Network Configuration Guide and write a network configuration file, typically named network-cfg.json. Place the configuration file under tools/package/config/, build, create package, and then install ONOS. Please


Note

...

Note that following tutorial should only used for building SONA apps against BUCK tool, and this only works from ONOS 1.13.0. So please use ONOS 1.13.0 or above if you would like to use BUCK to build SONA apps. For some reasons, you have to use ONOS below 1.12.0, please use MAVEN to build the ONOS.

Code Block
# SONA cluster (1-node)
export OC1=onos-01
export ONOS_APPS="drivers,openflow-base,openstacknetworking" 

...