commit | ec4616e15a1d52359c24417490a1f0853cdad6ce | [log] [tgz] |
---|---|---|
author | Luca Prete <luca@opennetworking.org> | Fri Apr 06 22:17:11 2018 +0000 |
committer | Luca Prete <luca@opennetworking.org> | Fri Apr 06 22:17:11 2018 +0000 |
tree | e5611018b46b97ea34b2cef52b0d185af59ae509 | |
parent | 7f794ceb3aca72dcf1b5fbc0471f532a3251acd3 [diff] |
Revert "Fix Jenkins compilation issue." This reverts commit 7f794ceb3aca72dcf1b5fbc0471f532a3251acd3. Change-Id: Ic12bc3580bad31995ced3ce1141e50740577137c
openolt is an SDN Agent for white box Optical Line Terminals (OLTs). It exposes a well-documented, north-bound protobuf/gRPC API for SDN controllers. VOLTHA support for openolt is under development.
openolt currently supports Broadcom's Maple/Qumran chipsets.
+-------------------------------+ | SDN Controller | | (e.g. VOLTHA, ONOS, ODL) | +---------------+---------------+ | openolt gRPC API | | +---------------------------------------------+ | | | | +---------------+---------------+ | | | openolt | | | +---------------+---------------+ | | | | | vendor-specific API | | | | | | +---------------+---------------+ | | | vendor asic/soc/fpga/... | | | +-------------------------------+ | | | | | | White box OLT | +---------------------------------------------+
The following vendor proprietary source files are required to build openolt. These files can be obtained from Broadcom under NDA. Once an NDA is signed with Broadcom, these files are made available by Broadcom on their Customer Service Portal (CSP) via case CS3233745.
The versions that have been tested are:
Clone this repo, copy above four source code zip/patch files to the openolt/download directory, and run make:
git clone git@github.com:OpenOLT/openolt.git mv SW-BCM68620_2_4_3_6.zip sdk-all-6.5.7.tar.gz ACCTON_BAL_2.4.3.6-V201710131639.patch OPENOLT_BAL_2.4.3.6.zip openolt/download make
The build directory contains all the build artifacts:
cd /broadcom ldconfig ./bal_core_dist -C 10.6.0.201:40000 -A 10.6.0.201:50000
cd /broadcom ldconfig openolt -C 10.6.0.201:40000 -A 10.6.0.201:50000
(Note - Substitute 10.6.0.201 with a local IP of the OLT - e.g. mgmt interface IP).