OpenDaylight go
Date: 2019-01-22
Written by t0spring
Idx
● Is?
● Operating system called linux anyway
● Java first
● Then OpenDaylight
● Features
● Web
Is?
● OpenDaylight
● SDN Controller
● Java
● open day light
● odl
● dl
● dlux
Operating System
● CentOS 7
● Pure
● Vagrant
Java first
● yum install java-1.8.0-openjdk -y
● yum install java-1.8.0-openjdk-devel -y
Then opendaylight
● wget
https://nexus.opendaylight.org/content/repositories/public/org/open
daylight/integration/karaf/0.8.4/karaf-0.8.4.tar.gz
● tar xvfz karaf-0.8.4.tar.gz
● cd karaf-0.8.4/bin/
● ./status
● ./start
● ./client
Features
● feature:install odl-dlux-core odl-dluxapps-nodes
Web
● curl http://localhost:8181/index.html
● admin / admin
One more thing
● log:tail
● halt
Fine

OpenDaylight go