commit | 0972b60c637746767831b7e2f44c06d6fec0cd1c | [log] [tgz] |
---|---|---|
author | Arun Arora <arun_arora@hcl.com> | Thu Mar 14 09:50:52 2019 +0000 |
committer | Arun Arora <arun_arora@hcl.com> | Thu Mar 14 10:09:11 2019 +0000 |
tree | a0a1c340c5b368d4fcdafe29bbd22fa6d5c28d5c | |
parent | bad3d9872aacb1eec9ab01576aa54cc628ffec47 [diff] |
VOL-1513: Modified adapter_agent call to core_proxy call Changed code for init_pm_metrics() called as part of 'enable device' workflow. Change-Id: I1412fe057da4f29b96b01f9c5beb244631235b7f
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