commit | 4a14a940156db1acbdf68157f0b146d0ada1fe80 | [log] [tgz] |
---|---|---|
author | William Kurkian <wkurkian@cisco.com> | Tue Apr 02 18:35:25 2019 -0400 |
committer | Willliam Kurkian <Wkurkian@cisco.com> | Wed Apr 03 14:33:19 2019 +0000 |
tree | 4168441d5b069056d214c48a2537285237242ed2 | |
parent | 2e63b1e68162ed54fda33d13fd305131219adbef [diff] |
VOL-1478 Updated statistics to pass in serial_number stats libraries, so it doesn't have to query the core Change-Id: If355de3c7733bd22520a274bbbffeb8aea4d37e7
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