Installation
Before installing OpenDaylight, install required JAVA modules. OpenDaylight Magnesium requires a Java 11 environment. Any version other than Magnesium can work under Java 8 environment.
$ sudo apt-get -y install openjdk-8-jre
$ sudo apt-get -y install openjdk-11-jre
OpenDaylight can be downloaded from the link below.
https://docs.opendaylight.org/en/latest/downloads.html
Unzip the tar.gz file with this command:
$tar xvzf opendaylight.tar.gz
To start OpenDaylight, navigate to the OpenDaylight folder and run following command.
$./bin/karaf
Below mentioned features are needed to be installed in the karaf shell of OpenDaylight.
feature:install odl-netconf-connector-all odl-netconf-topology odl-netconf-console odl-restconf odl-mdsal-apidocs
Last modified date: 08/17/2023