commit | dcfc74d90b9d710f1ef0469e3bf3c852a3f01129 | [log] [tgz] |
---|---|---|
author | serkant.uluderya <serkant.uluderya@netsia.com> | Sun Mar 17 23:41:42 2019 -0700 |
committer | serkant.uluderya <serkant.uluderya@netsia.com> | Mon Mar 18 10:17:38 2019 -0700 |
tree | 23eef3e1394345eb0f259fa89889dad5727dc533 | |
parent | e33a709fa61a735b08768334d367f95b4d48e5b3 [diff] |
VOL-1477 Migrate OpenOltAlarmMgr adapter_agent ONU's serial_number is included in the alarm context deviceinfo is saved in the when the class is instantiated. Change-Id: I4d145d6c0dc1fc4bad973fce2dd435bdafa389f7
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