Tagged by CORD Jenkins version-tag job: 3825, for Gerrit patchset: 17641
VOL-2630 Release ofagent-py 2.2.4

Change-Id: Id3c34aa0099d66d7e2c13f5d1c75ad073cdbdda3
1 file changed
tree: 71f0c6af0b8b170557d5f193f6445078c7d1a504
  1. .gitignore
  2. .gitreview
  3. Dockerfile
  4. Makefile
  5. README.md
  6. VERSION
  7. ofagent/
  8. pki/
  9. requirements.txt
  10. tox.ini
README.md

ofagent-py

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.

Building

git clone https://gerrit.opencord.org/ofagent-py.git cd ~/source/ofagent-py/ make docker-build

Building with a Local Copy of 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