commit | 7f17e403358c4f19f91774514eb983d695f132cf | [log] [tgz] |
---|---|---|
author | Abhilash S.L <abhilash.laxmeshwar@radisys.com> | Fri Mar 15 17:40:41 2019 +0530 |
committer | Abhilash Laxmeshwar <abhilash.laxmeshwar@radisys.com> | Thu Mar 21 14:39:54 2019 +0000 |
tree | d3884a3311f48ed3bb3e94b04037ac3443dbb8f1 | |
parent | dcfc74d90b9d710f1ef0469e3bf3c852a3f01129 [diff] |
VOL-1376 Resource manager for openolt adapter Change-Id: I1fe5f0d06d3ea95044d9ba0757b2bb3740864161
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