commit | e33a709fa61a735b08768334d367f95b4d48e5b3 | [log] [tgz] |
---|---|---|
author | Matt Jeanneret <mj3580@att.com> | Tue Mar 12 21:54:14 2019 -0400 |
committer | Matt Jeanneret <mj3580@att.com> | Sat Mar 16 11:47:13 2019 -0400 |
tree | 0fc485abb0955e8c0b16f7a3b51217b992440728 | |
parent | 0972b60c637746767831b7e2f44c06d6fec0cd1c [diff] |
VOL-1452: Move logical port callback functions Needed to inject device and port specific info contained in handler Change-Id: If7368514de8809a73f0034a34479a84744d28e02
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