主机名 | IP | 用途 |
odl | 10.133.1.110 | opendaylight |
Node-3 | 10.133.1.130 | openvswitch |
Node-4 | 10.133.1.140 | openvswitch |
opendaylight安装步骤:
Step1:安装JDK81.8.0_265
root@odl:/home/networking# apt install openjdk-8-jre-headless
Step2:下载karaf-0.7.3.zip
wget https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/karaf/0.7.3/karaf-0.7.3.zip
Step3:安装opendaylight
root@odl:/home/networking# unzip karaf-0.7.3.zip
root@odl:/home/networking# cd karaf-0.7.3
root@odl:/home/networking/karaf-0.7.3# cd bin/
root@odl:/home/networking/karaf-0.7.3/bin# ./karaf
Step3:安装feature组件
opendaylight-user@root>feature:install odl-restconf
opendaylight-user@root>feature:install odl-l2switch-switch-ui
opendaylight-user@root>feature:install odl-mdsal-apidocs
opendaylight-user@root>feature:install odl-dluxapps-applications
Step4:登录验证,默认用户名和密码都为admin
http://10.133.1.110:8181/index.html