commit | e3602ae8fb3656dbb01d62e90054282d0a288799 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Feb 19 10:00:22 2020 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Wed Feb 19 10:00:27 2020 -0800 |
tree | 71f0c6af0b8b170557d5f193f6445078c7d1a504 | |
parent | db14e748a4e067af6065bf4af747c06e2f3d5c5b [diff] |
VOL-2630 Release ofagent-py 2.2.4 Change-Id: Id3c34aa0099d66d7e2c13f5d1c75ad073cdbdda3
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