blob: 2a02ec5dc009f01671e5305af3dc870180ec25d9 [file] [log] [blame]
Joey Armstrongbecf1972023-02-08 10:11:01 -05001.. figure:: images/voltha.svg
Joey Armstrong4044ed92022-12-21 19:01:49 -05002 :alt: voltha- Release Notes
3 :width: 40%
4 :align: center
5
6
Joey Armstrong4044ed92022-12-21 19:01:49 -05007VOLTHA 2.11 Release Notes
8=========================
9
10Highlights
11----------
Joey Armstrongd24a1122023-01-04 09:34:46 -050012VOLTHA-2.11 builds on the 2.10 release for VOLTHA. It is the second LTS release after VOLTHA 2.8. During this release, automated operator tests are reconfigured after the relocation of some test pods. CI/CD scripts are revisited for better visibility of job steps and failures. ONU OMCI counters enabled on CLI for better debugging of the system. OMCI extended message support in openonu-adapter has been enhanced to be used in alarm and PM (Performance Management) data retrievals.
13The Broadband Forum(BBF) models have been extended to align with VOLTHA interfaces and implemented in an adapter layer at the northbound of VOLTHA. The POC work on Broadband Forum integration is demonstrated in the `NetworkX event <https://networkxevent.com/>`_ in Amsterdam in October `2022 <https://networkxevent.com/agenda/>`_. New robustness tests have also been introduced to exercise corner cases in openonu-adapter as well as the tests for OMCI extended message support.
Joey Armstrong4044ed92022-12-21 19:01:49 -050014
15
16Features & Improvements
17-----------------------
18
Joey Armstrongd24a1122023-01-04 09:34:46 -050019- OMCI extended message support.
20
21 - Support alarm data retrieval.
22 - Support PM data retrieval.
23
24- Configure encryption ring on XGS PON:
25
26 - Configure the GEM Encryption Key Ring with the values defined in `G.988 <https://www.itu.int/rec/T-REC-G.988/en>`_.
27
28 - Use the value in XGS_PON tech profile definition.
29
30- ONU OMCI counter retrieval via `voltctl <https://github.com/opencord/voltctl>`__:
31
32 - Number of TX/RX-frames (separated for baseline and extended format):
33 - TX AR=1, RX AK=1, TX AR=0, RX AK=0 (AR: Acknowledge Request, AK: Acknowledgement).
34 - Number of repeated TX-frames due to missing answer.
35 - Number of TX-frames running into timeout (even after repetition).
36
37- OMCI extended message support in BBSIM:
38
39 - support alarm data retrieval.
Joey Armstrong4044ed92022-12-21 19:01:49 -050040
41
42Bug Fixes
43---------
Joey Armstrongd24a1122023-01-04 09:34:46 -050044- Error in handling multiple ONU Discovery indications.
45- ONUs are now discoverable after multiple OLT reboots.
46- Panic in openonu-adapter during scale test, due to permanently disrupted OMCI communication.
47- Proper resource initialization for individual failed PON ports.
48- Avoid ONUs being set to unreachable after multiple unsuccessful OMCI communication attempts.
49- Panic during serialization of extended GetAllAlarmsNextResponse.
Joey Armstrong4044ed92022-12-21 19:01:49 -050050
51
52Test
53----
54
Joey Armstrongd24a1122023-01-04 09:34:46 -050055- Robustness Tests
Joey Armstrong4044ed92022-12-21 19:01:49 -050056
Joey Armstrongd24a1122023-01-04 09:34:46 -050057 - Verify ONU power-off during flow configuration.
58 - Verification/correlation of ONU capabilities against configuration requirements Priority Queues
59 - Verification/correlation of ONU capabilities against configuration requirements TConts
60 - Test for detecting potential memory leaks
61 - Test for ONU Model display via voltctl
Joey Armstrong4044ed92022-12-21 19:01:49 -050062
Joey Armstrongd24a1122023-01-04 09:34:46 -050063- OMCI Extended Message Tests
Joey Armstrong4044ed92022-12-21 19:01:49 -050064
Joey Armstrongd24a1122023-01-04 09:34:46 -050065 - Test verify SW upgrade
66 - Test verify MIB upload
Joey Armstrong4044ed92022-12-21 19:01:49 -050067
68
69Documentation
70-------------
71
72As usual documentation is published on https://docs.voltha.org
73
74
75Known Issues
76------------
Joey Armstrongd24a1122023-01-04 09:34:46 -050077.. list-table:: Known Issues
78 :widths: 10, 40
79 :header-rows: 1
Joey Armstrong4044ed92022-12-21 19:01:49 -050080
Joey Armstrongd24a1122023-01-04 09:34:46 -050081 * - Jira
82 - Description
83 * - `VOL-4521 <https://jira.opencord.org/browse/VOL-4521>`_
84 - Packets arrive on the wrong gem port in the upstream after XGSPON ONU disable/enable.
85 * - `VOL-4698 <https://jira.opencord.org/browse/VOL-4698>`_
86 - Device actual state not visible during device deletion.
87 * - `VOL-4747 <https://jira.opencord.org/browse/VOL-4747>`_
88 - Flows stuck in pending-add when subscriber is provisioned after open-olt-adapter pod restart.
Joey Armstrong4044ed92022-12-21 19:01:49 -050089
90
91Certification Program
92---------------------
93
Joey Armstrongd24a1122023-01-04 09:34:46 -050094Thanks to the Continuous Certification program at ONF we can also ensure
95that the following ONF member products are compatible with the VOLTHA 2.11
96release:
97
98- Edgecore ASGVolt64 GPON OLT
Joey Armstrongd24a1122023-01-04 09:34:46 -050099- Radisys 3200G GPON OLT
100- Radisys 1600G GPON OLT
Joey Armstrongd24a1122023-01-04 09:34:46 -0500101- Zyxel SDA3016SS Combo OLT
Joey Armstrong4044ed92022-12-21 19:01:49 -0500102
103
104Jira stories
105------------
106A full list of stories and bugs completed can be found under the
Joey Armstrongd24a1122023-01-04 09:34:46 -0500107`VOLTHA 2.11 <https://jira.opencord.org/projects/VOL/versions/12500>`_ (`formatted <https://jira.opencord.org/secure/ReleaseNote.jspa?projectId=10106&version=12500>`_) release page in Jira.
108
109|
Joey Armstrong4044ed92022-12-21 19:01:49 -0500110
Joey Armstronga4d27232022-12-29 08:50:02 -0500111Component Versions in VOLTHA 2.11 release
Joey Armstrong4044ed92022-12-21 19:01:49 -0500112-----------------------------------------
113
Joey Armstronga4d27232022-12-29 08:50:02 -0500114ONOS and Atomix
115+++++++++++++++
Joey Armstrong4044ed92022-12-21 19:01:49 -0500116
Joey Armstronga4d27232022-12-29 08:50:02 -0500117.. list-table:: ONOS and Atomix
118 :widths: 30, 5, 5, 5, 5, 5
119 :header-rows: 2
Joey Armstrong4044ed92022-12-21 19:01:49 -0500120
Joey Armstronga4d27232022-12-29 08:50:02 -0500121 * - Component
122 - VOLTHA
123 - Component
124 - with
125 - Gerrit
126 - Github
127 * - Name
128 - Version
129 - Version
130 - Chart
131 - URL
132 - URL
133 * -
134 -
135 -
136 -
137 -
138 -
139 * - `ONOS 2.5 LTS <https://github.com/opennetworkinglab/onos/releases/tag/2.5.8>`_
140 -
141 - ``2.5.8``
142 -
143 -
144 -
145 * - `ATOMIX <https://github.com/atomix/atomix/releases/tag/atomix-3.1.9>`_
146 -
147 - ``3.1.9``
148 -
149 -
150 -
Joey Armstrong4044ed92022-12-21 19:01:49 -0500151
Joey Armstronga4d27232022-12-29 08:50:02 -0500152ONOS Apps
153+++++++++
Joey Armstrong4044ed92022-12-21 19:01:49 -0500154
Joey Armstronga4d27232022-12-29 08:50:02 -0500155.. list-table:: ONOS Apps
156 :widths: 30, 5, 5, 5, 5, 5
157 :header-rows: 2
Joey Armstrong4044ed92022-12-21 19:01:49 -0500158
Joey Armstronga4d27232022-12-29 08:50:02 -0500159 * - Component
160 - VOLTHA
161 - Component
162 - with
163 - Gerrit
164 - Github
165 * - Name
166 - Version
167 - Version
168 - Chart
169 - URL
170 - URL
171 * -
172 -
173 -
174 -
175 -
176 -
177 * - `aaa <https://gerrit.opencord.org/gitweb?p=aaa.git;a=summary>`_
Joey Armstrongbd6cc3d2023-01-09 19:52:12 -0500178 - N/A
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500179 - ``2.9.0``
Joey Armstronga4d27232022-12-29 08:50:02 -0500180 -
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500181 - `X <https://gerrit.opencord.org/plugins/gitiles/aaa/+/refs/tags/2.9.0>`__
182 - `X <https://github.com/opencord/aaa/tree/2.9.0>`__
Joey Armstrong2a687952023-02-01 13:10:12 -0500183 * - `bng <https://gerrit.opencord.org/gitweb?p=bng.git;a=summary>`_
184 -
185 - ``2.4.0``
186 -
187 - `X <https://github.com/opencord/bng/tree/2.4.0>`__
188 - `X <https://gerrit.opencord.org/plugins/gitiles/bng/+/refs/tags/2.4.0>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500189 * - `dhcpl2relay <https://gerrit.opencord.org/gitweb?p=dhcpl2relay.git;a=summary>`_
190 -
Joey Armstrong399f2762023-01-11 11:41:28 -0500191 - ``2.9.0``
Joey Armstronga4d27232022-12-29 08:50:02 -0500192 -
Joey Armstrong399f2762023-01-11 11:41:28 -0500193 - `X <https://gerrit.opencord.org/plugins/gitiles/dhcpl2relay/+/refs/tags/2.9.0>`__
194 - `X <https://github.com/opencord/dhcpl2relay/tree/2.9.0>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500195 * - `igmpproxy <https://gerrit.opencord.org/gitweb?p=igmpproxy.git;a=summary>`_
196 -
Joey Armstrong399f2762023-01-11 11:41:28 -0500197 - ``2.7.0``
Joey Armstronga4d27232022-12-29 08:50:02 -0500198 -
Joey Armstrong399f2762023-01-11 11:41:28 -0500199 - `X <https://gerrit.opencord.org/plugins/gitiles/igmpproxy/+/refs/tags/2.7.0>`__
200 - `X <https://github.com/opencord/igmpproxy/tree/2.7.0>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500201 * - `kafka <https://gerrit.opencord.org/gitweb?p=kafka-onos.git;a=summary>`_
202 -
Joey Armstrong56334fc2023-01-15 22:53:19 -0500203 - ``2.11.1``
Joey Armstronga4d27232022-12-29 08:50:02 -0500204 -
Joey Armstrong56334fc2023-01-15 22:53:19 -0500205 - `X <https://gerrit.opencord.org/plugins/gitiles/kafka-onos/+/refs/tags/2.11.1>`__
206 - `X <https://github.com/opencord/kafka-onos/tree/2.11.1>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500207 * - `mcast <https://gerrit.opencord.org/gitweb?p=mcast.git;a=summary>`_
208 -
Joey Armstrong399f2762023-01-11 11:41:28 -0500209 - ``2.8.0``
Joey Armstronga4d27232022-12-29 08:50:02 -0500210 -
Joey Armstrong399f2762023-01-11 11:41:28 -0500211 - `X <https://gerrit.opencord.org/plugins/gitiles/mcast/+/refs/tags/2.8.0>`__
212 - `X <https://github.com/opencord/mcast/tree/2.8.0>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500213 * - `olt <https://gerrit.opencord.org/gitweb?p=olt.git;a=summary>`_
214 -
Joey Armstrong399f2762023-01-11 11:41:28 -0500215 - ``5.2.3``
Joey Armstronga4d27232022-12-29 08:50:02 -0500216 -
Joey Armstrong399f2762023-01-11 11:41:28 -0500217 - `X <https://gerrit.opencord.org/plugins/gitiles/olt/+/refs/tags/5.2.3>`__
218 - `X <https://github.com/opencord/olt/tree/5.2.3>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500219 * - `sadis <https://gerrit.opencord.org/gitweb?p=sadis.git;a=summary>`_
220 -
Joey Armstrong399f2762023-01-11 11:41:28 -0500221 - ``5.10.0``
Joey Armstronga4d27232022-12-29 08:50:02 -0500222 -
Joey Armstrong399f2762023-01-11 11:41:28 -0500223 - `X <https://gerrit.opencord.org/plugins/gitiles/sadis/+/refs/tags/5.10.0>`__
224 - `X <https://github.com/opencord/sadis/tree/5.10.0>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500225 * - `pppoeagent <https://gerrit.opencord.org/plugins/gitiles/pppoeagent/>`_
226 -
227 - ``1.2.0``
228 -
Joey Armstrong56334fc2023-01-15 22:53:19 -0500229 - `X <https://gerrit.opencord.org/plugins/gitiles/pppoeagent/+/refs/tags/1.2.1>`__
230 - `X <https://github.com/opencord/pppoeagent/tree/1.2.1>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500231 * - `olttopology <https://gerrit.opencord.org/plugins/gitiles/olttopology/>`_
232 -
Joey Armstrong2a687952023-02-01 13:10:12 -0500233 - ``1.2.0``
Joey Armstronga4d27232022-12-29 08:50:02 -0500234 -
Joey Armstrong56334fc2023-01-15 22:53:19 -0500235 - `X <https://gerrit.opencord.org/plugins/gitiles/olttopology/+/refs/tags/1.2.1>`__
236 - `X <https://github.com/opencord/olttopology/tree/1.2.1>`__
Joey Armstrong4044ed92022-12-21 19:01:49 -0500237
Joey Armstronga4d27232022-12-29 08:50:02 -0500238VOLTHA Components
239+++++++++++++++++
Joey Armstrong4044ed92022-12-21 19:01:49 -0500240
Joey Armstronga4d27232022-12-29 08:50:02 -0500241.. list-table:: VOLTHA Components
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500242 :widths: 30, 5, 5, 5, 5, 5, 5
Joey Armstronga4d27232022-12-29 08:50:02 -0500243 :header-rows: 2
Joey Armstrong4044ed92022-12-21 19:01:49 -0500244
Joey Armstronga4d27232022-12-29 08:50:02 -0500245 * - Component
246 - VOLTHA
247 - Component
248 -
249 - Gerrit
250 - Github
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500251 - `Docker <https://hub.docker.com/search?q=voltha>`_
Joey Armstronga4d27232022-12-29 08:50:02 -0500252 * - Name
253 - Version
254 - Version
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500255 - `with Chart <https://gerrit.opencord.org/gitweb?p=helm-charts.git;a=tree;f=bbsim>`_
Joey Armstrong2a687952023-02-01 13:10:12 -0500256 - ULR
Joey Armstronga4d27232022-12-29 08:50:02 -0500257 - URL
258 - URL
259 * -
260 -
261 -
262 -
263 -
264 -
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500265 -
Joey Armstronga4d27232022-12-29 08:50:02 -0500266 * - `Helm Charts (voltha-helm-charts) <https://gerrit.opencord.org/gitweb?p=voltha-helm-charts.git;a=tree>`_
Joey Armstrong2a687952023-02-01 13:10:12 -0500267 - ``3.2.2-dev1``
Joey Armstronga4d27232022-12-29 08:50:02 -0500268 -
269 -
270 - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master>`__
271 - `X <https://github.com/opencord/voltha-helm-charts/tree/3.2.0>`__
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500272 -
Joey Armstrongd24a1122023-01-04 09:34:46 -0500273 * - `bbsim <https://gerrit.opencord.org/gitweb?p=bbsim.git;a=tree>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500274 - ``1.14.4``
275 - ``4.8.6``
276 - `chart <https://gerrit.opencord.org/gitweb?p=helm-charts.git;a=tree;f=bbsim>`_
Joey Armstrong2a687952023-02-01 13:10:12 -0500277 -
Joey Armstronga4d27232022-12-29 08:50:02 -0500278 - `X <https://github.com/opencord/bbsim/tree/v1.14.4>`__
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500279 - `X <https://hub.docker.com/layers/voltha/bbsim/1.14.4/images/sha256-c23de193c1d7cf8d32c48edfbec4bfa6c47dbeecd4b31d040da0255eeab2ec58?context=explore>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500280 * - `Bbsim-sadis-server <https://gerrit.opencord.org/gitweb?p=bbsim-sadis-server.git;a=tree>`_
281 -
282 - ``0.3.4``
Joey Armstrong2a687952023-02-01 13:10:12 -0500283 - `0.3.2 <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/bbsim-sadis-server/Chart.yaml>`_
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500284 - `X <https://gerrit.opencord.org/plugins/gitiles/bbsim-sadis-server/+/refs/tags/v0.3.4>`_
Joey Armstronga4d27232022-12-29 08:50:02 -0500285 - `X <https://github.com/opencord/bbsim-sadis-server/releases/tag/v0.3.4>`__
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500286 -
Joey Armstronga4d27232022-12-29 08:50:02 -0500287 * - `ofagent-go <https://gerrit.opencord.org/gitweb?p=ofagent-go.git;a=tree>`_
Joey Armstrong2a687952023-02-01 13:10:12 -0500288 - ``2.1.3``
289 - ``2.1.3``
Joey Armstrongbd6cc3d2023-01-09 19:52:12 -0500290 - ``2.11.3``
Joey Armstronga4d27232022-12-29 08:50:02 -0500291 -
292 - `X <https://github.com/opencord/ofagent-go>`__
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500293 - `1.1.4-? <https://hub.docker.com/layers/voltha/ofagent-go/1.1.4/images/sha256-8231111b69c8643c4981d64abff0a85d71f80763bb98632bb101e92b89882647?context=explore>`_
Joey Armstronga4d27232022-12-29 08:50:02 -0500294 * - `openolt agent <https://gerrit.opencord.org/gitweb?p=openolt.git;a=tree>`_
295 -
Joey Armstrong2a687952023-02-01 13:10:12 -0500296 - ``4.2.12``
Joey Armstronga4d27232022-12-29 08:50:02 -0500297 -
298 -
299 - `X <https://github.com/opencord/openolt>`__
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500300 -
Joey Armstronga4d27232022-12-29 08:50:02 -0500301 * - `voltctl <https://gerrit.opencord.org/gitweb?p=voltctl.git;a=tree>`_
302 - ``1.8.3``
303 -
304 -
305 - `X <https://gerrit.opencord.org/plugins/gitiles/voltctl/+/refs/tags/v1.8.3>`__
306 - `X <https://github.com/opencord/voltctl/tree/v1.8.3>`__
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500307 -
Joey Armstronga4d27232022-12-29 08:50:02 -0500308 * - `voltha-go <https://gerrit.opencord.org/gitweb?p=voltha-go.git;a=tree>`_
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500309 - ``3.1.8``
Joey Armstrongae15c262023-03-29 15:36:28 -0400310 - docker
Joey Armstronga4d27232022-12-29 08:50:02 -0500311 - ``2.11.3``
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500312 - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-go/+/refs/tags/v3.1.8>`__
313 - `X <https://github.com/opencord/voltha-go/tree/v3.1.8>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500314 -
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500315 * - `voltha-lib-go <https://gerrit.opencord.org/plugins/gitiles/voltha-lib-go>`_
316 - ``2.11.3 (?)``
317 - ``7.3.2``
Joey Armstronga4d27232022-12-29 08:50:02 -0500318 -
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500319 - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-lib-go/+/refs/tags/v7.3.2>`__
320 - `X <https://github.com/opencord/voltha-lib-go/releases/tag/v7.3.2>`__
321 -
Joey Armstronga4d27232022-12-29 08:50:02 -0500322 * - `voltha-onos <https://gerrit.opencord.org/gitweb?p=voltha-onos.git;a=tree>`_
323 -
324 - ``5.1.2``
325 - ``0.1.27``
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500326 - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-onos/+/refs/tags/5.1.3>`__
327 - `X <https://github.com/opencord/voltha-onos/tree/5.1.3>`__
328 - `X <https://hub.docker.com/layers/voltha/voltha-onos/5.1.3/images/sha256-d9c686acf177ed823ff359dc43ba59aab05ae067be27c92e48c08b72f94b9ca3?context=explore>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500329 * - `voltha-openonu-adapter-go <https://gerrit.opencord.org/gitweb?p=voltha-openonu-adapter-go.git;a=tree>`_
Joey Armstronga4d27232022-12-29 08:50:02 -0500330 -
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500331 - ``2.7.3``
332 -
333 - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-openonu-adapter-go/+/refs/tags/v2.7.3>`__
334 - `X <https://github.com/opencord/voltha-openonu-adapter-go/tree/v2.7.3>`__
335 - `X <https://hub.docker.com/layers/voltha/voltha-openonu-adapter-go/2.7.3/images/sha256-e9484a8963d08748af5766a6a8ce7f7485efb384488bcf93840ecc1142d7ad74?context=explore>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500336 * - `voltha-openolt-adapter <https://gerrit.opencord.org/gitweb?p=voltha-openolt-adapter.git;a=tree>`_
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500337 - ``v4.2.12``
Joey Armstronga4d27232022-12-29 08:50:02 -0500338 - ``4.2.6``
339 -
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500340 - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-openolt-adapter/+/refs/tags/v4.2.12>`__
341 - `X <https://github.com/opencord/voltha-openolt-adapter/tree/v4.2.12>`__
342 - `X <https://hub.docker.com/layers/voltha/voltha-openolt-adapter/4.2.12/images/sha256-844eac272323dc8bca10880a111957a95839578b3210dd777be5ac9370aaa52e?context=explore>`__
343 * - `voltha-protos <https://gerrit.opencord.org/plugins/gitiles/voltha-protos>`_
Joey Armstronga4d27232022-12-29 08:50:02 -0500344 -
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500345 - `5.3.8 <https://pypi.org/project/voltha-protos/5.3.8>`__
346 -
347 - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-protos/+/refs/tags/v5.3.8>`__
348 - `X <https://github.com/opencord/voltha-protos/tree/v5.3.8>`__
349 -
Joey Armstrongd24a1122023-01-04 09:34:46 -0500350 * - `voltha-system-tests <https://github.com/opencord/voltha-system-tests/releases/tag/2.9.0>`__
Joey Armstronga4d27232022-12-29 08:50:02 -0500351 - ``2.11.10``
352 -
353 -
354 - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-system-tests/+/refs/tags/2.11.10>`__
355 - `X <https://github.com/opencord/voltha-system-tests/tree/2.11.10>`__
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500356 -
Joey Armstrong56334fc2023-01-15 22:53:19 -0500357 * - maclearner
358 - ``1.2.1``
359 -
360 -
361 -
362 -
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500363 -
Joey Armstrong56334fc2023-01-15 22:53:19 -0500364 * - ppoeagent
365 - ``1.2.1``
366 -
367 -
368 -
369 -
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500370 -
Joey Armstrong56334fc2023-01-15 22:53:19 -0500371 * - segmentrouting
372 - ``3.0.0``
373 -
374 -
375 -
376 -
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500377 -
Joey Armstrong4044ed92022-12-21 19:01:49 -0500378
Joey Armstrongd24a1122023-01-04 09:34:46 -0500379
Joey Armstronga4d27232022-12-29 08:50:02 -0500380Helm Chart Versions
381+++++++++++++++++++
Joey Armstrong4044ed92022-12-21 19:01:49 -0500382This section refers to the macro charts to deploy the required infrastructure and a (or many) VOLTHA stacks:
383
Joey Armstronga4d27232022-12-29 08:50:02 -0500384.. list-table:: Helm Chart Versions
385 :widths: 30, 5, 5, 5, 5, 5
386 :header-rows: 2
Joey Armstrong4044ed92022-12-21 19:01:49 -0500387
Joey Armstronga4d27232022-12-29 08:50:02 -0500388 * - Component
389 - VOLTHA
390 - Component
391 -
392 - Gerrit
393 - Github
394 * - Name
395 - Version
396 - Version
397 - with Chart
398 - URL
399 - URL
400 * -
401 -
402 -
403 -
404 -
405 -
406 * - Voltha-infra
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500407 - ``2.10.10``
Joey Armstronga4d27232022-12-29 08:50:02 -0500408 -
409 -
410 -
411 -
412 * - Voltha-stack
Joey Armstrong8388b7f2023-01-23 11:20:04 -0500413 - ``2.10.10``
Joey Armstronga4d27232022-12-29 08:50:02 -0500414 -
415 -
416 -
417 -
Joey Armstrong4044ed92022-12-21 19:01:49 -0500418
Joey Armstronga4d27232022-12-29 08:50:02 -0500419BAL Version
420+++++++++++
Joey Armstrong4044ed92022-12-21 19:01:49 -0500421
Joey Armstronga4d27232022-12-29 08:50:02 -0500422.. list-table:: Helm Chart Versions
423 :widths: 30, 5, 5, 5, 5, 5
424 :header-rows: 2
Joey Armstrong4044ed92022-12-21 19:01:49 -0500425
Joey Armstronga4d27232022-12-29 08:50:02 -0500426 * - Component
427 - VOLTHA
428 - Component
429 -
430 - Gerrit
431 - Github
432 * - Name
433 - Version
434 - Version
435 - with Chart
436 - URL
437 - URL
438 * -
439 -
440 -
441 -
442 -
443 -
444 * - Broadcom abstraction layer (BAL)
445 -
446 - ``3.10.2.2``
447 -
448 -
449 -
Joey Armstrong4044ed92022-12-21 19:01:49 -0500450
Joey Armstrongd24a1122023-01-04 09:34:46 -0500451|
Joey Armstrong4044ed92022-12-21 19:01:49 -0500452
Joey Armstrongd24a1122023-01-04 09:34:46 -0500453Get Involved
454------------
455We'd love to accept your patches and contributions to the VOLTHA project, join the community!
Joey Armstrong4044ed92022-12-21 19:01:49 -0500456
Joey Armstrongd24a1122023-01-04 09:34:46 -0500457| Here are a few resources to get you started:
458
459
460Index/Entry points
461++++++++++++++++++
462
463 - `https://docs.voltha.org <https://docs.voltha.org/master/index.html>`_
464 - `Getting Started <https://docs.voltha.org/master/overview/contributing.html>`_
465
466HOWTO
467+++++
468
469 - `Code, Documentation, Makefiles <https://docs.voltha.org/master/howto/index.html>`_
470 - `Setup a test pod <https://docs.voltha.org/master/overview/lab_setup.html>`_
471 - `Troubleshooting <https://docs.voltha.org/master/overview/troubleshooting.html>`_
472
473Testing
474+++++++
475
476 - `Automation <https://docs.voltha.org/master/testing/voltha_test_automation.html>`_
477 - `Robot testing harness <https://docs.voltha.org/master/testing/index.html>`_
478 - `voltha-system-tests <https://docs.voltha.org/master/voltha-system-tests/README.html>`_
479
480CLI Tools
481+++++++++
482
483 - `BBSIM <https://docs.voltha.org/master/bbsim/docs/source/index.html>`__
484 - `voltctl <https://docs.voltha.org/master/voltctl/README.html?highlight=voltctl>`__
485
486|