commit | b53f58000ac2ad508d76fca0f47ea152f7897cbe | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Mon Mar 23 10:17:03 2020 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Mon Mar 23 10:30:08 2020 -0700 |
tree | ac5ee77a394efc700a3a37aaa4fd2810bd2c94d1 | |
parent | 664fbe8672b5818ce702a5294ce0331892e81628 [diff] |
[VOL-2781] Rename docker image created by ofagent-py repo from `voltha-ofagent` to `voltha-ofagent-py` Change-Id: Iefc81e946e2424586c2ce42f6d899b4050acc19b
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