commit | 9dbce8c4cbd00cf6ca9d1098fe7cc86e11e24f3c | [log] [tgz] |
---|---|---|
author | Matt Jeanneret <mj3580@att.com> | Sat Mar 23 14:35:00 2019 -0400 |
committer | Matt Jeanneret <mj3580@att.com> | Fri Apr 05 15:56:03 2019 -0400 |
tree | 7fd6fdfe475604b44199dea53461f4577c60f45a | |
parent | 29ecfdf2dafa4a4046b7bd258109b57cb3597ebc [diff] |
VOL-1489: Can now recieve flows incrementally core can now deliver incremental flow updates to the handler and flow mgr. successfully call openolt/bal flow add for eap, dhcp, and lldp. BAL complains still about downstream eap flow. likely due to ID problems. Calculation of uni_id, onu_id needs additional info from the decomposer. Change-Id: Ic347e71501e6cf2bb0e93d42eaf0b6c709238fbd
Assuming the VOLTHA2.0 environment is made using the quickstart.md in voltha-go.
cd ~/source/voltha-openolt-adapter
Get the latest code changes
git pull
To build the docker image
make build
This will create the voltha-openolt-adapter-go docker image
$ docker images | grep openolt voltha-openolt-adapter-go latest 38688e697472 2 hours ago 37.3MB
In case the python voltha openolt adapter is started, stop the python voltha openolt docker container
To start the GOlang based OpenOLT adapter
DOCKER_HOST_IP= docker-compose -f compose/adapters-openolt-go.yml up -d
The functionality of OLT activation can be verified through BBSIM Follow the below steps to start BBSIM and provision it through VOLTHA-CLI https://github.com/opencord/voltha-bbsim/blob/master/README.md