ODL Oxygen源码安装

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

猜你喜欢

转载自blog.csdn.net/daihanglai7622/article/details/84752849
今日推荐