美文网首页
ODL oxygen 源码安装

ODL oxygen 源码安装

作者: 八月对半 | 来源:发表于2019-03-29 18:41 被阅读0次

ODL Oxygen源码安装

下载源码编译安装

cd /opt
sudo mkdir ODL
cd ODL
sudo mkdir integration
cd integration
#这个可以不git应该
#sudo git clone https://git.opendaylight.org/gerrit/p/integration/packaging.git
#获取源码
sudo git clone https://git.opendaylight.org/gerrit/p/integration/distribution.git

cd distribution
sudo git checkout stable/oxygen
git branch

mvn clean install -DskipTests

启动控制器

/opt/ODL/integration/distribution/karaf/target/assembly
sudo ./bin/karaf

安装特性

feature:install odl-l2switch-switch
feature:install odl-openflowplugin-flow-services
feature:install odl-mdsal-all
feature:install odl-dlux-core odl-dluxapps-nodes odl-dluxapps-topology odl-dluxapps-yangui odl-dluxapps-yangvisualizer odl-dluxapps-yangman

测试

http://localhost:8181/index.html

相关文章

网友评论

      本文标题:ODL oxygen 源码安装

      本文链接:https://www.haomeiwen.com/subject/iayrbqtx.html