commit | 2bf11749e2b6d03414b5e170101f07fde0235e49 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Wed Aug 25 11:40:29 2021 +0200 |
committer | Andrea Campanella <andrea@opennetworking.org> | Wed Aug 25 12:21:04 2021 +0200 |
tree | 581b26b0411507ef39ac70ff3e09fe3933700148 | |
parent | b53f58000ac2ad508d76fca0f47ea152f7897cbe [diff] |
[VOL-4308] Deprecating repo due to stale state Change-Id: I73db06ffbf8d0b9650f6b202bf287fdcf2e4b76b
VOLTHA 2.4
was the last release that officially supported the ofagent
written in python as the openflow agent for VOLTHA. From 2.4
onwards the ofagent is the ofaget-go. This codebase is going to be removed after the VOLTHA 2.8 release LTS support ends in December 2022.
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