blob: b4bce2716c42eaf0095a2937a5a15ff23846e1a2 [file] [log] [blame]
Zack Williams071eda22019-05-15 18:19:51 -07001VOLTHA Documentation
2====================
3
Zack Williams16042b62020-03-29 22:03:16 -07004`VOLTHA (Virtual OLT Hardware Abstraction
5<https://www.opennetworking.org/voltha/>`_ is an open source project to create a
6hardware abstraction for broadband access equipment. It supports the principle
7of multi-vendor, disaggregated, "any broadband access as a service" for the
8Telco Central Office.
Zack Williams071eda22019-05-15 18:19:51 -07009
Zack Williams16042b62020-03-29 22:03:16 -070010Key concepts in VOLTHA:
11
12- **Network as a Switch**: It makes a set of connected access network devices
13 to look like a SDN programmable switch.
14
15- **Evolution to virtualization**: it can work with a variety of access network
16 technologies and devices
17
18- **Unified OAM abstraction**: it provides unified, vendor- and technology
19 agnostic handling of device management tasks, such as service lifecycle,
20 device lifecycle (including discovery, upgrade), system monitoring, alarms,
21 troubleshooting, security, etc.
22
23- **Cloud/DevOps bridge to modernization**: it does all above while using a
24 microservices architecture running on top of Docker and/or Kubernetes.
25
26VOLTHA is a sub-project of the `Open Networking Foundation's
27<https://www.opennetworking.org>`_ `CORD project
28<https://www.opennetworking.org/cord/>`_.
29
Andrea Campanella71221c82021-02-01 14:40:48 +010030.. figure:: ./_static/voltha_diagram.svg
Zack Williams16042b62020-03-29 22:03:16 -070031 :alt: VOLTHA Component Diagram
32 :width: 70%
Andrea Campanella71221c82021-02-01 14:40:48 +010033 :align: center
Zack Williams16042b62020-03-29 22:03:16 -070034
35 VOLTHA Component Diagram
36
Matteo Scandoloef5d6f42020-07-27 16:46:38 -070037Here some quick links to get you started:
38
Andrea Campanella71221c82021-02-01 14:40:48 +010039- :doc:`./overview/architecture_overview`
Matteo Scandoloef5d6f42020-07-27 16:46:38 -070040- :doc:`./overview/deployment_environment`
Matteo Scandoloef5d6f42020-07-27 16:46:38 -070041- :doc:`./overview/troubleshooting`
Zack Williams16042b62020-03-29 22:03:16 -070042
43Community
44---------
45
46Information about participating in the VOLTHA community and development process
47can be found on the `VOLTHA section of the CORD Wiki
48<https://wiki.opencord.org/display/CORD/VOLTHA>`_.
49
Zack Williams071eda22019-05-15 18:19:51 -070050
51.. toctree::
52 :maxdepth: 1
Matteo Scandolo1f5530b2019-12-17 10:12:31 -080053 :caption: Overview
Zack Williams16042b62020-03-29 22:03:16 -070054 :hidden:
Zack Williamse377eae2019-12-20 16:40:38 -070055 :glob:
Matteo Scandolo1f5530b2019-12-17 10:12:31 -080056
Andrea Campanella71221c82021-02-01 14:40:48 +010057 overview/architecture_overview.rst
Matteo Scandoloef5d6f42020-07-27 16:46:38 -070058 overview/deployment_environment.rst
Andrea Campanella882cfcc2021-02-04 10:53:57 +010059 Deploy VOLTHA <voltha-helm-charts/README.md>
Matteo Scandoloef5d6f42020-07-27 16:46:38 -070060 overview/workflows.rst
Matteo Scandoloef5d6f42020-07-27 16:46:38 -070061 overview/operate.rst
62 overview/troubleshooting.rst
Zack Williamse377eae2019-12-20 16:40:38 -070063
64.. toctree::
Andrea Campanella4cf8ba02020-01-21 18:01:59 +010065 :maxdepth: 1
Zack Williams16042b62020-03-29 22:03:16 -070066 :hidden:
67 :caption: Components
Zack Williamse377eae2019-12-20 16:40:38 -070068
Andrea Campanella61fd6662020-07-27 16:56:55 +020069 BBSIM <bbsim/docs/source/index.rst>
70 OpenFlow Agent <ofagent-go/README.md>
71 OpenOlt Adapter <voltha-openolt-adapter/README.md>
Matteo Scandoloef5d6f42020-07-27 16:46:38 -070072 OpenOnu Adapter Go <voltha-openonu-adapter-go/README.md>
Andrea Campanella61fd6662020-07-27 16:56:55 +020073 Openolt Agent <openolt/README.md>
74 VOLTHA CLI <voltctl/README.md>
75 VOLTHA Protos <voltha-protos/README.md>
Zack Williams071eda22019-05-15 18:19:51 -070076
77.. toctree::
Zack Williams071eda22019-05-15 18:19:51 -070078 :maxdepth: 1
Zack Williams16042b62020-03-29 22:03:16 -070079 :hidden:
Andrea Campanellae0a7e522021-03-26 15:45:48 +010080 :caption: Operations
81
82 ONU software update <voltha-openonu-adapter-go/ONU_Upgrade_Notes.md>
83 ONU Performance Metrics <voltha-openonu-adapter-go/PM_Notes.md>
84
85.. toctree::
86 :maxdepth: 1
87 :hidden:
Zack Williams16042b62020-03-29 22:03:16 -070088 :caption: Testing
Zack Williams071eda22019-05-15 18:19:51 -070089
Andrea Campanella61fd6662020-07-27 16:56:55 +020090 VOLTHA system tests <voltha-system-tests/README.md>
Zack Williams16042b62020-03-29 22:03:16 -070091 testing/index.rst
Zack Williams071eda22019-05-15 18:19:51 -070092
Zack Williams16042b62020-03-29 22:03:16 -070093.. toctree::
94 :maxdepth: 1
95 :hidden:
divyadesaia702ba92020-08-31 11:27:46 +000096 :caption: Logging
97
98 logging/centralised_log_analysis.rst
99
100.. toctree::
101 :maxdepth: 1
102 :hidden:
Andrea Campanella13f26f52021-01-28 13:47:40 +0100103 :caption: Device Management Interface
104
105 Overview <device-management-interface/README.md>
106 Image management <device-management-interface/docs/DeviceImageManagement.md>
107 Events and Metrics <device-management-interface/docs/EventsMetrics.md>
108 Managing a device <device-management-interface/docs/ManagingDevice.md>
109 Examples <device-management-interface/docs/Examples.md>
110 Guidelines <device-management-interface/docs/RpcGuidelines.md>
111 Implementation on BBSIM <bbsim/docs/source/DMI_Server_README.md>
112
113.. toctree::
114 :maxdepth: 1
115 :hidden:
Zack Williams16042b62020-03-29 22:03:16 -0700116 :caption: Releases
117 :glob:
Zack Williams071eda22019-05-15 18:19:51 -0700118
Zack Williams6ebfe062020-04-09 16:08:29 -0700119 release_notes/*