commit | bf256be8c0cfd38759fb93c011dfffab7969ec73 | [log] [tgz] |
---|---|---|
author | manikkaraj k <manikkaraj.koodalingam@radisys.com> | Mon Mar 25 00:13:48 2019 +0530 |
committer | manikkaraj k <manikkaraj.koodalingam@radisys.com> | Tue Apr 09 21:01:48 2019 +0530 |
tree | 978d8d0e9a73d7232f8cd58007f77feaaa72eeb7 | |
parent | 9dbce8c4cbd00cf6ca9d1098fe7cc86e11e24f3c [diff] |
VOL-1377-802.1x EAPOL flow addition updated code changes after some cleanup Change-Id: Ie15675d9e2b3cc7c594edf0626702db264bb584a
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