Ubuntu 18.04部署ONOS+BMv2教程
发现关于Ubuntu 18.04部署ONOS+BMv2的资料比较少,笔者找了网上的一些教程,比较推荐的方案有两个:
(1)方法一:
ONOS安装:https://wiki.onosproject.org/display/ONOS/Developer+Quick+Start
BMv2安装:https://www.cnblogs.com/pullself/p/10341891.html
(2)方法二:
使用https://wiki.onosproject.org/pages/viewpage.action?pageId=13994261中的VM镜像
推荐北京时间早上安装,速度快。
遇到的常见问题:
(1)bazel安装国外源连接不上
选择官方教程(https://docs.bazel.build/versions/master/install-ubuntu.html)中的第二种源码安装的方案解决。
(2)报错error: RPC failed; curl 18 transfer closed with outstanding read data remaining
解决方法:选择网络状态好的时候安装,并且修改缓存大小,执行git config --global http.postBuffer 1524288000后重新git clone。
本文来自博客园,作者:谭立状,转载请注明原文链接:https://www.cnblogs.com/lzhtan/p/12896594.html

浙公网安备 33010602011771号