commit | bad3d9872aacb1eec9ab01576aa54cc628ffec47 | [log] [tgz] |
---|---|---|
author | Matt Jeanneret <mj3580@att.com> | Mon Mar 11 16:06:10 2019 -0400 |
committer | Matt Jeanneret <mj3580@att.com> | Mon Mar 11 17:26:55 2019 -0400 |
tree | aa607ec9ae33c3e12f501de5b6331169e71ed881 | |
parent | b428b95b9ae6164989d67f7a86fb43fc03f38157 [diff] |
VOL-1473: adapter_agent swapped with core_proxy This was only done places in the code confirmed to work. Basically any existing references to adapter_agent are untested and need to be moved to a core_proxy call or removed. Left as work TODO Change-Id: I2d2cab7b64687f99e96f42f7f38dad6a4026de73
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