commit | 079a7760d770217636b712f03781d370434252f4 | [log] [tgz] |
---|---|---|
author | khenaidoo <knursimu@ciena.com> | Thu Oct 26 21:42:05 2017 -0400 |
committer | khenaidoo Nursimulu <knursimu@ciena.com> | Fri Oct 27 10:41:28 2017 -0700 |
tree | 3ce5659254b22479208f4b69450451d78118d120 | |
parent | 48a6235250ce3f9a6eb7174959a0c924ff828db6 [diff] |
[6683] Removing unnecessary files and update gitignore VOL-507, VOL-463: Protobuf upgrade to 3.3 and Chameleon Removal Update the Protobuf version from 3.1 to 3.3 to alleviate a protobuf issue when loading protobuf extensions. The following tests have been performed: - Create a local Vagrant VM - Voltha ensemble startup and check for errors/exceptions - Manual compilations of the protos in voltha, ofagent, netconf and chameleon directory - Manual tests with ONOS/Voltha/Ponsim using Netconf, Curl and CLI - Run the integration tests (known issues have Jiras already raised against them. - Run the make jenkins-test and make utest-with-coverage Chameleon has been removed entirely from Voltha projects. Basic tests have run to verify chameleon dependency has been removed. Some documents (like README) will need to be changed under a separate Jiras as they are referenced in different adapters. Some integration tests will also need to be updated as well. Change-Id: I2b266719a6825fb07ece3a79f7f81881ab3b9761
Voltha aims to provide a layer of abstraction on top of legacy and next generation access network equipment for the purpose of control and management. Its initial focus is on PON (GPON, EPON, NG PON 2), but it aims to go beyond to eventually cover other access technologies (xDSL, Docsis, G.FAST, dedicated Ethernet, fixed wireless).
Key concepts of Voltha:
Control and management in the access network space is a mess. Each access technology brings its own bag of protocols, and on top of that vendors have their own interpretation/extension of the same standards. Compounding the problem is that these vendor- and technology specific differences ooze way up into the centralized OSS systems of the service provider, creating a lot of inefficiencies.
Ideally, all vendor equipment for the same access technology should provide an identical interface for control and management. Moreover, there shall be much higher synergies across technologies. While we wait for vendors to unite, Voltha provides an increment to that direction, by confining the differences to the locality of access and hiding them from the upper layers of the OSS stack.
While we are still at the early phase of development, you can check out the BUILD.md file to see how you can build it, run it, test it, etc.
Contributions, small and large, are welcome. Minor contributions and bug fixes are always welcome in form of pull requests. For larger work, the best is to check in with the existing developers to see where help is most needed and to make sure your solution is compatible with the general philosophy of Voltha.