commit | 2e63b1e68162ed54fda33d13fd305131219adbef | [log] [tgz] |
---|---|---|
author | Arun Arora <arun_arora@hcl.com> | Wed Apr 03 12:15:19 2019 +0000 |
committer | Arun Arora <arun_arora@hcl.com> | Wed Apr 03 12:15:19 2019 +0000 |
tree | 832d5b5973ceab9673e9ecfa68fb2c315ec1c844 | |
parent | 7b2a8c3277ef9ec51f6eaa8dc0d16116554bf4e1 [diff] |
VOL-1452: Disable Device changes Changes to call core proxy to do the device state changes w.r.t. disable device. Disable device does the following: 1. Delete Logical Devices 2. Delete Child Devices / ports 3. Change device state to UNREACHABLE/ UNKNOWN 4. Disables the device Change-Id: Ifee6a3189cb587f9d3aecf462fcf1e5402652480
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