OpenDayLight (ODL) is an SDN OpenFlow controller, useful to control and orchestrate network of switches that speak the Openflow protocol on your infrastructure. It support others southbound protocol and can be integrated in Openstack or even Kubernetes.
This container offer an OpenDayLight base installation without any module pre-installed. You can install module via CLI. Exposed ports:
6633
: Openflow protocol port use to connect Openflow devices8181
: DLUX WebUI listening port8101
: SSH port use to remote login into the remote Karaf CLI
latest
Oxygen Documentation0.8.4-Oxygen
Oxygen Documentation0.5.0-Boron
Boron Documentation
docker run -d -p 6633:6633 -p 8181:8181 -p 8101:8101 --name=OpenDayLight glefevre/opendaylight
You can access the remote Karaf CLI via SSH: ssh -p 8101 karaf@localhost
Default password is "karaf"
Access the remote Karaf CLI via SSH and install the dlux modules:
feature:install odl-dlux-core odl-dluxapps-applications
You can access the WebUI at the following url: http://localhost:8181/index.html
Default credential is "admin/admin"