commit | 261a2b3e38165930289bcb855db2082e39ab0e49 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Feb 19 16:37:34 2020 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Wed Feb 19 16:37:34 2020 -0800 |
tree | 301fdc8163720f325b2801d15af2bd34885ceb3f | |
parent | e3602ae8fb3656dbb01d62e90054282d0a288799 [diff] |
VOL-2630 return to -dev version Change-Id: Ib54ad7d3194352c1f6ff954325ade4303d39d009
ofagent-py provides an OpenFlow management interface for Voltha. This is an earlier implementation in Python / twisted. This has been rewrite in Golang for performance/scalability reasons.
git clone https://gerrit.opencord.org/ofagent-py.git cd ~/source/ofagent-py/ make docker-build
voltha-protos
or pyvoltha
If you want to build/test using a local copy or voltha-protos
or pyvoltha
this can be accomplished by using the environment variables LOCAL_PROTOS
and LOCAL_PYVOLTHA
. These environment variables should be set to the filesystem path where the local source is located, e.g.
LOCAL_PROTOS=$HOME/src/voltha-protos LOCAL_PYVOLTHA=$HOME/src/pyvoltha