commit | 7b2a8c3277ef9ec51f6eaa8dc0d16116554bf4e1 | [log] [tgz] |
---|---|---|
author | cuilin2018 <lcui@cigtech.com> | Tue Mar 26 19:52:28 2019 -0700 |
committer | cuilin2018 <lcui@cigtech.com> | Wed Mar 27 08:29:01 2019 -0700 |
tree | 266051c0cdc160b3a78c2da14bece85dcae0d5a2 | |
parent | 39ecd41d067d8a29c9685d56c31655a7cf46ed52 [diff] |
VOL-1510 inter adapter communication implementation in openolt adapter VOLTHA2.X Change-Id: Icfd6dc65ee326aa01b38849d745d73ae8b378337
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