blob: acdb631ba5043649d7265975c730684ae131562e [file] [log] [blame]
Eric Ball667b7b32025-02-18 15:05:26 -08001.. figure:: images/voltha.svg
2 :alt: voltha- Release Notes
3 :width: 40%
4 :align: center
5
6
7VOLTHA 2.13 Release Notes
8=========================
9
10Highlights
11----------
12With this release Voltha Go Controller (VGC) is introduced as a new Controller
13instead of ONOS. VGC and ONOS both will still be available in this release.
14Several bug resolutions and improvements are also done in this release.
15
16
17New Features
18-----------------------
19
20- Added interfaces to protos to to be able to offload PPPoEIA and DHCP RA apps onto the OLT.
21
22- Voltctl implementation to fetch stats of offloaded Apps.
23
24- New Controller (Voltha Go Controller) introduced.
25
26- Added the ability to avoid reconciling the MEs with ONT after openonu-adapter restart.
27
28- Implentation of getOnudistance in voltctl to fetch onu distance.
29
30
31Test
32----
33
34- Improvement in openolt-adapters high memory and high CPU utilization during the reconcilation.
35
36- Improvement in openonu-adapters memory consumption.
37
38
39Bug Fixes
40---------
41Several bug fixes for reconciliation, ONU sw upgrade and device delete, reboot cases.
42For a full list of resolved issues, see the `full release notes on Confluence <https://lf-broadband.atlassian.net/wiki/spaces/HOME/pages/135331843/Release+Notes+for+VOLTHA+Release+2.13>`_
43
44
45Documentation
46-------------
47
48As usual documentation is published on https://docs.voltha.org
49
50
51Known Issues
52------------
53.. list-table:: Known Issues
54 :widths: 10, 40
55 :header-rows: 1
56
57 * - Jira
58 - Description
59 * - `VOL-5427 <https://lf-broadband.atlassian.net/browse/VOL-5427>`_
60 - Multicast does not work for GPON TT test pipeline
61 * - `VOL-5426 <https://lf-broadband.atlassian.net/browse/VOL-5426>`_
62 - ONUs not in the state expected by the tests
63
64
65Jira stories
66------------
67A full list of stories and bugs completed can be found under the
68`VOLTHA 2.13 <https://lf-broadband.atlassian.net/projects/VOL/versions/10010>`_ release page in Jira.
69
70
71Component Versions in VOLTHA 2.13 release
72-----------------------------------------
73
74ONOS and Atomix
75+++++++++++++++
76
77.. list-table:: ONOS and Atomix
78 :widths: 30, 5, 5, 5, 5, 5
79 :header-rows: 2
80
81 * - Component
82 - VOLTHA
83 - Component
84 - with
85 - Gerrit
86 - Github
87 * - Name
88 - Ver
89 - Ver
90 - Chart
91 - URL
92 - URL
93 * -
94 -
95 -
96 -
97 -
98 -
99 * - ONOS 2.5 LTS: `2.5.9 <https://github.com/opennetworkinglab/onos/releases/tag/2.5.9>`_, `2.5.8 <https://github.com/opennetworkinglab/onos/releases/tag/2.5.8>`_
100 - ``2.5.5``
101 - ``2.5.9``, ``2.5.8``
102 -
103 -
104 -
105 * - `ATOMIX <https://github.com/atomix/atomix/releases/tag/atomix-3.1.9>`_
106 -
107 - ``3.1.9``
108 -
109 -
110 -
111
112ONOS Components
113+++++++++++++++
114
115.. list-table:: ONOS Components
116 :widths: 10, 2, 2, 2, 2, 2, 2, 2
117 :header-rows: 2
118
119 * - Component
120 - Artifact
121 - Api
122 - App
123 - Pkg
124 - Gerrit
125 - Github
126 - Released
127 * - Name
128 - Ver
129 - Ver
130 - Ver
131 - Ver
132 - URL
133 - URL
134 -
135 * -
136 -
137 -
138 -
139 -
140 -
141 -
142 -
143 * - `aaa <https://gerrit.opencord.org/gitweb?p=aaa.git;a=summary>`_
Eric Ball4cc56b02025-03-25 12:36:33 -0700144 - :mvn-cord:`2.11.2 <aaai/2.11.2>`
145 - :mvn-cord:`X <aaa-api/2.11.2>`
146 - :mvn-cord:`X <aaa-app/2.11.2>`
147 - :mvn-cord:`X <aaa/2.11.2>`
148 - :vol-ger:`X <aaa/+/refs/tags/2.11.2>`
149 - :vol-git:`X <aaa/releases/tag/2.11.2>`
Eric Ball667b7b32025-02-18 15:05:26 -0800150 -
151 * - `bng <https://gerrit.opencord.org/gitweb?p=bng.git;a=summary>`__
Eric Ball4cc56b02025-03-25 12:36:33 -0700152 - :mvn-cord:`2.5.3 <bng/2.5.3>`
153 - :mvn-cord:`X <bng-api/2.5.3>`
154 - :mvn-cord:`X <bng-app/2.5.3>`
155 - :mvn-cord:`X <bng/2.5.3>`
156 - :vol-ger:`X <bng/+/refs/tags/2.5.3>`
157 - :vol-git:`X <bng/releases/tag/2.5.3>`
Eric Ball667b7b32025-02-18 15:05:26 -0800158 -
159 * - `dhcpl2relay <https://gerrit.opencord.org/gitweb?p=dhcpl2relay.git;a=summary>`__
Eric Ball4cc56b02025-03-25 12:36:33 -0700160 - :mvn-cord:`2.11.2 <dhcpl2relay/2.11.2>`
161 - :mvn-cord:`X <dhcpl2relay-api/2.11.2>`
162 - :mvn-cord:`X <dhcpl2relay-app/2.11.2>`
163 - :mvn-cord:`X <dhcpl2relay>`
164 - :vol-ger:`X <dhcpl2relay/+/refs/tags/2.11.2>`
165 - :vol-git:`X <dhcpl2relay/releases/tag/2.11.2>`
Eric Ball667b7b32025-02-18 15:05:26 -0800166 -
167 * - `igmpproxy <https://gerrit.opencord.org/gitweb?p=igmpproxy.git;a=summary>`__
Eric Ball4cc56b02025-03-25 12:36:33 -0700168 - :mvn-cord:`2.9.1 <onos-app-igmpproxy/2.9.1>`
169 - :mvn-cord:`X <onos-app-igmpproxy-api/2.9.1>`
170 - :mvn-cord:`X <onos-app-igmpproxy-app/2.9.1>`
171 - :mvn-cord:`X <onos-app-igmpproxy/2.9.1>`
172 - :vol-ger:`X <igmpproxy/+/refs/tags/2.9.1>`
173 - :vol-git:`X <igmpproxy/releases/tag/2.9.1>`
Eric Ball667b7b32025-02-18 15:05:26 -0800174 -
175 * - `kafka <https://gerrit.opencord.org/gitweb?p=kafka-onos.git;a=summary>`__
Eric Ball4cc56b02025-03-25 12:36:33 -0700176 - :mvn-cord:`2.13.3 <kafka/2.13.3>`
177 - :mvn-cord:`X <kafka-api/2.13.3>`
178 - :mvn-cord:`X <kafka-app/2.13.3>`
179 - :mvn-cord:`X <kafka/2.13.3>`
180 - :vol-ger:`X <kafka-onos/+/refs/tags/2.13.3>`
181 - :vol-git:`X <kafka-onos/releases/tag/2.13.3>`
Eric Ball667b7b32025-02-18 15:05:26 -0800182 - ``N``
Eric Ball4cc56b02025-03-25 12:36:33 -0700183 * - :vol-ger:`maclearner <mac-learning>`
184 - :mvn-cord:`1.2.4 <maclearner/1.2.4>`
185 - :mvn-cord:`X <maclearner-api/1.2.4>`
186 - :mvn-cord:`X <maclearner-app/1.2.4>`
187 - :mvn-cord:`X <maclearner>`
188 - :vol-ger:`X <mac-learning/+/refs/tags/1.2.4>`
189 - :vol-git:`X </mac-learning/releases/tag/1.2.4>`, :vol-git:`T <mac-learning/tree/1.2.4>`
Eric Ball667b7b32025-02-18 15:05:26 -0800190 -
191 * - `mcast <https://gerrit.opencord.org/gitweb?p=mcast.git;a=summary>`__
Eric Ball4cc56b02025-03-25 12:36:33 -0700192 - :mvn-cord:`2.9.3 <mcast/2.9.3>`
193 - :mvn-cord:`X <mcast-api/2.9.3>`
194 - :mvn-cord:`X <mcast-app/2.9.3>`
195 - :mvn-cord:`X <mcast/2.9.3>`
196 - :vol-ger:`X <mcast/+/refs/tags/2.9.3>`
197 - :vol-git:`X </mcast/releases/tag/2.9.3>`, :vol-git:`T <mcast/tree/2.9.3>`
Eric Ball667b7b32025-02-18 15:05:26 -0800198 -
199 * - `olt <https://gerrit.opencord.org/gitweb?p=olt.git;a=summary>`__
Eric Ball4cc56b02025-03-25 12:36:33 -0700200 - :mvn-cord:`5.2.8 <olt/5.2.8>`
201 - :mvn-cord:`X <olt-api/5.2.8>`
202 - :mvn-cord:`X <olt-app/5.2.8>`
203 - :mvn-cord:`X <olt/5.2.8>`
204 - :vol-ger:`X <olt/+/refs/tags/5.2.8>`
205 - :vol-git:`X <olt/releases/tag/5.2.8>`
Eric Ball667b7b32025-02-18 15:05:26 -0800206 -
Eric Ball4cc56b02025-03-25 12:36:33 -0700207 * - :vol-ger:`olttopology <olttopology/>`
208 - :mvn-cord:`1.3.1 <olttopology/1.3.1>`
209 - :mvn-cord:`X <olttopology-api/1.3.1>`
210 - :mvn-cord:`X <olttopology-app/1.3.1>`
211 - :mvn-cord:`X <olttopology>`
212 - :vol-ger:`X <olttopology/+/refs/tags/1.3.1>`
213 - :vol-git:`X <olttopology/releases/tag/1.3.1>`
Eric Ball667b7b32025-02-18 15:05:26 -0800214 -
Eric Ball4cc56b02025-03-25 12:36:33 -0700215 * - :vol-ger:`pppoeagent <pppoeagent/>`
216 - :mvn-cord:`1.3.2 <pppoeagent/1.3.2>`
217 - :mvn-cord:`X <pppoeagent-api/1.3.2>`
218 - :mvn-cord:`X <pppoeagent-app/1.3.2>`
219 - :mvn-cord:`X <pppoeagent>`
220 - :vol-ger:`X <pppoeagent/+/refs/tags/1.3.2>`
221 - :vol-git:`X <pppoeagent/releases/tag/1.3.2>`
Eric Ball667b7b32025-02-18 15:05:26 -0800222 -
223 * - `sadis <https://gerrit.opencord.org/gitweb?p=sadis.git;a=summary>`__
Eric Ball4cc56b02025-03-25 12:36:33 -0700224 - :mvn-cord:`5.12.3 <sadis/5.12.3>`
225 - :mvn-cord:`X <sadis-api/5.12.3>`
226 - :mvn-cord:`X <sadis-app/5.12.3>`
227 - :mvn-cord:`X <sadis>`
228 - :vol-ger:`X <sadis/+/refs/tags/5.12.3>`
229 - :vol-git:`X <sadis/releases/tag/5.12.3>`
Eric Ball667b7b32025-02-18 15:05:26 -0800230 -
231
232- See Also
233
234 - :ref:`Release Notes Legend for ONOS Components`
235 - `Docker Images: opencord <https://hub.docker.com/search?q=opencord>`_
236
237
238VOLTHA Components
239+++++++++++++++++
240
241.. list-table:: VOLTHA Components
242 :widths: 30, 5, 5, 5, 5, 5, 5, 5, 5
243 :header-rows: 2
244
245 * - Component
246 - VOLTHA
Eric Ball4cc56b02025-03-25 12:36:33 -0700247 - :vol-ger:`Chart.yaml <voltha-helm-charts/+/refs/heads/master>`
Eric Ball667b7b32025-02-18 15:05:26 -0800248 - `Gerrit <https://gerrit.opencord.org/admin/repos>`_
Eric Ball4cc56b02025-03-25 12:36:33 -0700249 - :vol-git:`Github<>`
Eric Ball667b7b32025-02-18 15:05:26 -0800250 - `Docker <https://hub.docker.com/search?q=voltha>`_
251 - `Golang <https://pkg.go.dev>`_
252 - `Pypi <https://pypi.org>`_
253 - Repository
254 * - Name
255 - Version
256 - Version
257 - ULR
258 - URL
259 - URL
260 - URL
261 - URL
262 - Released
263 * -
264 -
265 -
266 -
267 -
268 -
269 -
270 -
271 -
272 * - `ofagent-go <https://gerrit.opencord.org/gitweb?p=ofagent-go.git;a=tree>`_
Eric Ball4cc56b02025-03-25 12:36:33 -0700273 - :vol-ger:`2.3.2 <ofagent-go/+/refs/heads/voltha-2.13/VERSION>`
Eric Ball667b7b32025-02-18 15:05:26 -0800274 - ``N/A``
Eric Ball4cc56b02025-03-25 12:36:33 -0700275 - :vol-ger:`X <ofagent-go/+/refs/tags/v2.3.2>`
276 - :vol-git:`X <ofagent-go/releases/tag/v2.3.2>`
Eric Ball667b7b32025-02-18 15:05:26 -0800277 - `1.1.4(stale) <https://hub.docker.com/layers/voltha/ofagent-go/1.1.4/images/sha256-8231111b69c8643c4981d64abff0a85d71f80763bb98632bb101e92b89882647?context=explore>`_
278 - `1.6.5(stale) <https://pkg.go.dev/github.com/opencord/ofagent-go/cmd/ofagent>`_
279 -
280 -
281 * - `voltha-go <https://gerrit.opencord.org/gitweb?p=voltha-go.git;a=tree>`_
Eric Ball4cc56b02025-03-25 12:36:33 -0700282 - :vol-ger:`3.6.6 <voltha-go/+/refs/heads/voltha-2.13/VERSION>`
Eric Ball667b7b32025-02-18 15:05:26 -0800283 - ``N/A``
Eric Ball4cc56b02025-03-25 12:36:33 -0700284 - :vol-ger:`X <voltha-go/+/refs/tags/v3.6.6>`
285 - :vol-git:`X <voltha-go/releases/tag/v3.6.6>`
Eric Ball667b7b32025-02-18 15:05:26 -0800286 - ``N/A``
287 - ``v7:?``
288 -
289 -
Eric Ball4cc56b02025-03-25 12:36:33 -0700290 * - :vol-ger:`voltha-lib-go <voltha-lib-go>`
291 - :vol-ger:`7.6.6 <voltha-lib-go/+/refs/heads/master/VERSION>`
Eric Ball667b7b32025-02-18 15:05:26 -0800292 - ``N/A``
Eric Ball4cc56b02025-03-25 12:36:33 -0700293 - :vol-ger:`X <voltha-lib-go/+/refs/tags/v7.6.6>`
294 - :vol-git:`X <voltha-lib-go/releases/tag/v7.6.6>`
Eric Ball667b7b32025-02-18 15:05:26 -0800295 - ``?``
296 - `v7 <https://pkg.go.dev/github.com/opencord/voltha-lib-go/v7@v7.6.6>`__
297 - ``?``
298 -
299 * - `voltha-onos <https://gerrit.opencord.org/gitweb?p=voltha-onos.git;a=tree>`_
300 - ``5.1.10``
301 - ``0.1.27``
Eric Ball4cc56b02025-03-25 12:36:33 -0700302 - :vol-ger:`X <voltha-onos/+/refs/tags/5.1.10>`
303 - :vol-git:`X <voltha-onos/releases/tag/5.1.10>`
Eric Ball667b7b32025-02-18 15:05:26 -0800304 - `X <https://hub.docker.com/layers/voltha/voltha-onos/5.1.10/images/sha256-d2498af38194a1cd01a1b9072a58af8647ed50fea2dbc9bd3ac4d4e4b583d72a?context=explore>`__
305 -
306 -
307 - ``N``
308 * - `voltha-openolt-adapter <https://gerrit.opencord.org/gitweb?p=voltha-openolt-adapter.git;a=tree>`_
Eric Ball4cc56b02025-03-25 12:36:33 -0700309 - :vol-ger:`4.5.6 <voltha-openolt-adapter/+/refs/heads/voltha-2.13/VERSION>`
310 - :vol-ger:`2.13.0 <voltha-helm-charts/+/refs/heads/master/voltha-adapter-openolt/Chart.yaml#20>`
311 - :vol-ger:`X <voltha-openolt-adapter/+/refs/tags/v4.5.6>`
312 - :vol-git:`X <voltha-openolt-adapter/releases/tag/v4.5.6>`
Eric Ball667b7b32025-02-18 15:05:26 -0800313 - `X <https://hub.docker.com/layers/voltha/voltha-openolt-adapter/4.5.6/images/sha256-eed64f687f6029f4cbf531162a10d5e496ea454878987ec0212cd5dbf4c6d9cf?context=explore>`__
314 - ``N/A``
315 - ``N/A``
316 -
317 * - `voltha-openonu-adapter-go <https://gerrit.opencord.org/gitweb?p=voltha-openonu-adapter-go.git;a=tree>`_
Eric Ball4cc56b02025-03-25 12:36:33 -0700318 - :vol-ger:`2.12.14 <voltha-openonu-adapter-go/+/refs/heads/voltha-2.13/VERSION>`
319 - :vol-ger:`2.13.0 <voltha-helm-charts/+/refs/heads/master/voltha-adapter-openonu/Chart.yaml#17>`
320 - :vol-ger:`X <voltha-openonu-adapter-go/+/refs/tags/v2.12.14>`
321 - :vol-git:`X <voltha-openonu-adapter-go/releases/tag/v2.12.14>`
Eric Ball667b7b32025-02-18 15:05:26 -0800322 - `X <https://hub.docker.com/layers/voltha/voltha-openonu-adapter-go/2.12.14/images/sha256-e9484a8963d08748af5766a6a8ce7f7485efb384488bcf93840ecc1142d7ad74?context=explore>`__
323 - `stale <https://pkg.go.dev/github.com/opencord/voltha-openonu-adapter-go>`_
324 - ``N/A``
325 -
Eric Ball4cc56b02025-03-25 12:36:33 -0700326 * - :vol-ger:`voltha-protos <voltha-protos>`
327 - :vol-ger:`5.6.2 <voltha-protos/+/refs/heads/voltha-2.13/VERSION>`
Eric Ball667b7b32025-02-18 15:05:26 -0800328 - ``N/A``
Eric Ball4cc56b02025-03-25 12:36:33 -0700329 - :vol-ger:`X <voltha-protos/+/refs/tags/v5.6.2>`
330 - :vol-git:`X <voltha-protos/releases/tag/v5.6.2>`
Eric Ball667b7b32025-02-18 15:05:26 -0800331 - `stale <https://hub.docker.com/r/voltha/voltha-protos/tags>`__
332 - `stale <https://pkg.go.dev/github.com/opencord/voltha-protos>`__
333 - `5.6.2 <https://pypi.org/project/voltha-protos/5.6.2>`__
334 -
Eric Ball4cc56b02025-03-25 12:36:33 -0700335 * - :vol-git:`voltha-system-tests <voltha-system-tests/releases/tag/v2.13.0>`
336 - ``v2.13.0``
Eric Ball667b7b32025-02-18 15:05:26 -0800337 -
Eric Ball4cc56b02025-03-25 12:36:33 -0700338 - :vol-ger:`X <voltha-system-tests/+/refs/tags/v2.13.0>`
339 - :vol-git:`X <voltha-system-tests/tree/v2.13.0>`
Eric Ball667b7b32025-02-18 15:05:26 -0800340 -
341 -
342 -
343 - ``verify`` `VOL-5064 <https://lf-broadband.atlassian.net/browse/VOL-5064>`_
344 * - segmentrouting
345 - ``3.0.0``
346 -
347 -
348 -
349 -
350 -
351 -
352 - ``N``
353
354- See Also
355
356 - :ref:`Release Notes Legend for VOLTHA Components`
357 - `Docker Images: Voltha <https://docs.voltha.org/master/resources/docker.html>`_
358
359
360VOLTHA Tools
361++++++++++++
362
363.. list-table:: VOLTHA Components
364 :widths: 30, 5, 5, 5, 5, 5, 5, 5, 5
365 :header-rows: 2
366
367 * - Component
368 - VOLTHA
Eric Ball4cc56b02025-03-25 12:36:33 -0700369 - :vol-ger:`Chart.yaml <voltha-helm-charts/+/refs/heads/master>`
Eric Ball667b7b32025-02-18 15:05:26 -0800370 - `Gerrit <https://gerrit.opencord.org/admin/repos>`_
Eric Ball4cc56b02025-03-25 12:36:33 -0700371 - :vol-git:`Github<>`
Eric Ball667b7b32025-02-18 15:05:26 -0800372 - `Docker <https://hub.docker.com/search?q=voltha>`_
373 - `Golang <https://pkg.go.dev>`_
374 - `Pypi <https://pypi.org>`_
375 - Repository
376 * - Name
377 - Version
378 - Version
379 - ULR
380 - URL
381 - URL
382 - URL
383 - URL
384 - Released
385 * -
386 -
387 -
388 -
389 -
390 -
391 -
392 -
393 -
Eric Ball4cc56b02025-03-25 12:36:33 -0700394 * - :vol-ger:`voltha-docs <voltha-docs>` , `docs.voltha.org <https://docs.voltha.org>`
Eric Ball667b7b32025-02-18 15:05:26 -0800395 - ``2.13.0``
396 - ``N/A``
Eric Ball4cc56b02025-03-25 12:36:33 -0700397 - :vol-ger:`X <voltha-docs/+/refs/tags/2.13.0>`
398 - :vol-git:`X <voltha-docs/releases/tag/2.13.0>`
Eric Ball667b7b32025-02-18 15:05:26 -0800399 -
400 -
401 -
402 - ``N``
403 * - `bbsim <https://gerrit.opencord.org/gitweb?p=bbsim.git;a=tree>`__
404 - ``1.16.7``
Eric Ball4cc56b02025-03-25 12:36:33 -0700405 - ``4.8.11`` :vol-ger:`chart <voltha-helm-charts/+/refs/heads/voltha-2.13/bbsim/Chart.yaml>`
406 - :vol-ger:`X <bbsim>`
407 - :vol-git:`X <bbsim/tree/v1.16.7>`
Eric Ball667b7b32025-02-18 15:05:26 -0800408 - `X <https://hub.docker.com/layers/voltha/bbsim/1.16.7/images/sha256-c23de193c1d7cf8d32c48edfbec4bfa6c47dbeecd4b31d040da0255eeab2ec58?context=explore>`__
409 - ``?``
410 - ``?``
411 - ``N``
412 * - `Bbsim-sadis-server <https://gerrit.opencord.org/gitweb?p=bbsim-sadis-server.git;a=tree>`__
Eric Ball4cc56b02025-03-25 12:36:33 -0700413 - :vol-ger:`0.4.0 <bbsim-sadis-server/+/refs/heads/voltha-2.13/VERSION>`
414 - :vol-ger:`0.3.5 <voltha-helm-charts/+/refs/heads/voltha-2.13/voltha-infra/Chart.yaml#45>`
415 - :vol-ger:`X <bbsim-sadis-server/+/refs/tags/v0.4.0/VERSION>`
416 - :vol-git:`X <bbsim-sadis-server/releases/tag/v0.4.0>`
Eric Ball667b7b32025-02-18 15:05:26 -0800417 - `X <https://hub.docker.com/layers/voltha/bbsim-sadis-server/0.4.0/images/sha256-0ea9df1be13f8b1d0a8314cbf0e0800e4a4b7e2920ae3ce5e119abddb9359350?context=explore>`__
418 -
419 -
420 - ``N``
421 * - `voltctl <https://gerrit.opencord.org/gitweb?p=voltctl.git;a=tree>`_
Eric Ball4cc56b02025-03-25 12:36:33 -0700422 - :vol-ger:`1.11.8 <voltctl/+/refs/heads/voltha-2.13/VERSION>`
Eric Ball667b7b32025-02-18 15:05:26 -0800423 - ``N/A``
Eric Ball4cc56b02025-03-25 12:36:33 -0700424 - :vol-ger:`X <voltctl/+/refs/tags/v1.11.8>`
425 - :vol-git:`? <voltctl/releases/tag/v1.11.8>`
Eric Ball667b7b32025-02-18 15:05:26 -0800426 - ``N/A``
427 - `X <https://pkg.go.dev/github.com/opencord/voltctl@v1.11.8>`__
428 - ``N/A``
429 - ``N``
430
431
432
433Helm Chart Versions
434+++++++++++++++++++
435This section refers to the macro charts to deploy the required infrastructure and a (or many) VOLTHA stacks:
436
437.. list-table:: Helm Chart Versions
438 :widths: 30, 30
439 :header-rows: 2
440
441 * - Component
442 - VOLTHA
443 * - Name
444 - Version
445 * -
446 -
447 * - Helm Charts (voltha-helm-charts)
Eric Ball4cc56b02025-03-25 12:36:33 -0700448 - :vol-ger:`3.5.0 <voltha-helm-charts/+/refs/heads/voltha-2.13/VERSION>`
Eric Ball667b7b32025-02-18 15:05:26 -0800449 * - Voltha
Eric Ball4cc56b02025-03-25 12:36:33 -0700450 - :vol-ger:`2.13.0 <voltha-helm-charts/+/refs/heads/master/voltha/Chart.yaml#20>`
Eric Ball667b7b32025-02-18 15:05:26 -0800451 * - Voltha-infra
Eric Ball4cc56b02025-03-25 12:36:33 -0700452 - :vol-ger:`2.13.0 <voltha-helm-charts/+/refs/heads/master/voltha-infra/Chart.yaml#37>`
Eric Ball667b7b32025-02-18 15:05:26 -0800453 * - Voltha-stack
Eric Ball4cc56b02025-03-25 12:36:33 -0700454 - :vol-ger:`2.13.0 <voltha-helm-charts/+/refs/heads/master/voltha-stack/Chart.yaml#37>`
Eric Ball667b7b32025-02-18 15:05:26 -0800455
456BAL Version
457+++++++++++
458
459.. list-table:: Helm Chart Versions
460 :widths: 30, 5, 5, 5, 5, 5
461 :header-rows: 2
462
463 * - Component
464 - VOLTHA
465 - Component
466 -
467 - Gerrit
468 - Github
469 * - Name
470 - Version
471 - Version
472 - with Chart
473 - URL
474 - URL
475 * -
476 -
477 -
478 -
479 -
480 -
481 * - Broadcom abstraction layer (BAL)
482 -
483 - ``3.10.2.2``
484 -
485 -
486 -
487
488
489Get Involved
490------------
491We'd love to accept your patches and contributions to the VOLTHA project, join the community!
492
493| Here are a few resources to get you started:
494
495
496Index/Entry points
497++++++++++++++++++
498
499 - `https://docs.voltha.org <https://docs.voltha.org/master/index.html>`_
500 - `Getting Started <https://docs.voltha.org/master/overview/contributing.html>`_
501
502HOWTO
503+++++
504
505 - `Code, Documentation, Makefiles <https://docs.voltha.org/master/howto/index.html>`_
506 - `Setup a test pod <https://docs.voltha.org/master/overview/lab_setup.html>`_
507 - `Troubleshooting <https://docs.voltha.org/master/overview/troubleshooting.html>`_
508
509Testing
510+++++++
511
512 - `Automation <https://docs.voltha.org/master/testing/voltha_test_automation.html>`_
513 - `Robot testing harness <https://docs.voltha.org/master/testing/index.html>`_
514 - `voltha-system-tests <https://docs.voltha.org/master/voltha-system-tests/README.html>`_
515
516CLI Tools
517+++++++++
518
519 - `BBSIM <https://docs.voltha.org/master/bbsim/docs/source/index.html>`__
520 - `voltctl <https://docs.voltha.org/master/voltctl/README.html?highlight=voltctl>`__
521
522Slack
523+++++
524
525 - `voltha-dev <https://app.slack.com/client/T095Z193Q/C01D229FP2A>`_
526 - `community <https://app.slack.com/client/T095Z193Q/C0184DT7116>`_
527 - `general <https://app.slack.com/client/T095Z193Q/C095YQBLL>`_
528
529Mailing List
530++++++++++++
531
532 - `voltha-discuss@opennetworking.org <https://groups.google.com/a/opennetworking.org/g/voltha-discuss>`_.
533
534Weekly TST Meetings
535+++++++++++++++++++
536
537 - `Zoom Meeting <https://www.google.com/url?q=https://onf.zoom.us/j/978447356?pwd%3DdS9WajNLam9ZeFExOHV3SXB2Nk1VZz09&sa=D&source=calendar&ust=1686087684256971&usg=AOvVaw3dMQpIMYLlyjTTmkvW_edp>`_.
538 - `Rolling Agenda <https://www.google.com/url?q=https://docs.google.com/document/d/1mNqronCip_-tDjFI-ZoudNteC3AnOcVONPHz7HuW8Eg/edit?usp%3Dsharing&sa=D&source=calendar&ust=1686087684256971&usg=AOvVaw3km2VVU2j1qa6JCGI0iSBx>`_.
539
540Website(s)
541++++++++++
542
543 - `onf/VOLTHA <https://opennetworking.org/voltha/>`_
544 - `docs.voltha.org <https://docs.voltha.org>`_
545 - `Wiki <https://wiki.opencord.org>`_
546
547|