Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated for new links

...

The target machine will be able to eventually join other nodes in later steps, to form a cluster.

Installation

Before continuing remember to verify if you have all the requirements at this link.

ONOS default packages assume ONOS gets installed under /opt, so let's first make sure the directory exists and let's move into it

...


Start downloading the desired version of ONOS in tar.gz format. Choose your favorite from the ONOS website, download section (
http://downloads.onosproject.org). Copy the file downloaded or download the file directly from the target machine and put it in /opt. For example:

Code Block
languagebash
titleDownload ONOS
sudo wget -c httphttps://downloadsrepo1.onosprojectmaven.org/release/maven2/org/onosproject/onos-releases/$ONOS_VERSION/onos-$ONOS_VERSION.tar.gz

...