commit | 4c62c8058c1ae685c59a490463e8916e1782141b | [log] [tgz] |
---|---|---|
author | Phaneendra Manda <phaneendra.manda@radisys.com> | Wed Mar 06 21:37:49 2019 +0530 |
committer | phaneendra manda <phaneendra.manda@radisys.com> | Mon Mar 11 14:46:39 2019 +0000 |
tree | 561e401e8d43a93211e4b487446b7c0823463b31 | |
parent | 276bc423e8da28e17abcc218d166dd26645499bd [diff] |
VOL-1374: OLT Activation with Edgecore asfvolt16 Change-Id: I61ce4b0a6a3666070d08a162251d42d90817f409
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