Joey Armstrong | becf197 | 2023-02-08 10:11:01 -0500 | [diff] [blame] | 1 | .. figure:: images/voltha.svg |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 2 | :alt: voltha- Release Notes |
| 3 | :width: 40% |
| 4 | :align: center |
| 5 | |
| 6 | |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 7 | VOLTHA 2.11 Release Notes |
| 8 | ========================= |
| 9 | |
| 10 | Highlights |
| 11 | ---------- |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 12 | VOLTHA-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. |
| 13 | The 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 Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 14 | |
| 15 | |
| 16 | Features & Improvements |
| 17 | ----------------------- |
| 18 | |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 19 | - 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 Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 40 | |
| 41 | |
| 42 | Bug Fixes |
| 43 | --------- |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 44 | - 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 Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 50 | |
| 51 | |
| 52 | Test |
| 53 | ---- |
| 54 | |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 55 | - Robustness Tests |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 56 | |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 57 | - 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 Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 62 | |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 63 | - OMCI Extended Message Tests |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 64 | |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 65 | - Test verify SW upgrade |
| 66 | - Test verify MIB upload |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 67 | |
| 68 | |
| 69 | Documentation |
| 70 | ------------- |
| 71 | |
| 72 | As usual documentation is published on https://docs.voltha.org |
| 73 | |
| 74 | |
| 75 | Known Issues |
| 76 | ------------ |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 77 | .. list-table:: Known Issues |
| 78 | :widths: 10, 40 |
| 79 | :header-rows: 1 |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 80 | |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 81 | * - 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 Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 89 | |
| 90 | |
| 91 | Certification Program |
| 92 | --------------------- |
| 93 | |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 94 | Thanks to the Continuous Certification program at ONF we can also ensure |
| 95 | that the following ONF member products are compatible with the VOLTHA 2.11 |
| 96 | release: |
| 97 | |
| 98 | - Edgecore ASGVolt64 GPON OLT |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 99 | - Radisys 3200G GPON OLT |
| 100 | - Radisys 1600G GPON OLT |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 101 | - Zyxel SDA3016SS Combo OLT |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 102 | |
| 103 | |
| 104 | Jira stories |
| 105 | ------------ |
| 106 | A full list of stories and bugs completed can be found under the |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 107 | `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 Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 110 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 111 | Component Versions in VOLTHA 2.11 release |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 112 | ----------------------------------------- |
| 113 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 114 | ONOS and Atomix |
| 115 | +++++++++++++++ |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 116 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 117 | .. list-table:: ONOS and Atomix |
| 118 | :widths: 30, 5, 5, 5, 5, 5 |
| 119 | :header-rows: 2 |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 120 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 121 | * - 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 Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 151 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 152 | ONOS Apps |
| 153 | +++++++++ |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 154 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 155 | .. list-table:: ONOS Apps |
| 156 | :widths: 30, 5, 5, 5, 5, 5 |
| 157 | :header-rows: 2 |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 158 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 159 | * - 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 Armstrong | bd6cc3d | 2023-01-09 19:52:12 -0500 | [diff] [blame] | 178 | - N/A |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 179 | - ``2.9.0`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 180 | - |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 181 | - `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 Armstrong | 2a68795 | 2023-02-01 13:10:12 -0500 | [diff] [blame] | 183 | * - `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 Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 189 | * - `dhcpl2relay <https://gerrit.opencord.org/gitweb?p=dhcpl2relay.git;a=summary>`_ |
| 190 | - |
Joey Armstrong | 399f276 | 2023-01-11 11:41:28 -0500 | [diff] [blame] | 191 | - ``2.9.0`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 192 | - |
Joey Armstrong | 399f276 | 2023-01-11 11:41:28 -0500 | [diff] [blame] | 193 | - `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 Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 195 | * - `igmpproxy <https://gerrit.opencord.org/gitweb?p=igmpproxy.git;a=summary>`_ |
| 196 | - |
Joey Armstrong | 399f276 | 2023-01-11 11:41:28 -0500 | [diff] [blame] | 197 | - ``2.7.0`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 198 | - |
Joey Armstrong | 399f276 | 2023-01-11 11:41:28 -0500 | [diff] [blame] | 199 | - `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 Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 201 | * - `kafka <https://gerrit.opencord.org/gitweb?p=kafka-onos.git;a=summary>`_ |
| 202 | - |
Joey Armstrong | 56334fc | 2023-01-15 22:53:19 -0500 | [diff] [blame] | 203 | - ``2.11.1`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 204 | - |
Joey Armstrong | 56334fc | 2023-01-15 22:53:19 -0500 | [diff] [blame] | 205 | - `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 Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 207 | * - `mcast <https://gerrit.opencord.org/gitweb?p=mcast.git;a=summary>`_ |
| 208 | - |
Joey Armstrong | 399f276 | 2023-01-11 11:41:28 -0500 | [diff] [blame] | 209 | - ``2.8.0`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 210 | - |
Joey Armstrong | 399f276 | 2023-01-11 11:41:28 -0500 | [diff] [blame] | 211 | - `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 Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 213 | * - `olt <https://gerrit.opencord.org/gitweb?p=olt.git;a=summary>`_ |
| 214 | - |
Joey Armstrong | 399f276 | 2023-01-11 11:41:28 -0500 | [diff] [blame] | 215 | - ``5.2.3`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 216 | - |
Joey Armstrong | 399f276 | 2023-01-11 11:41:28 -0500 | [diff] [blame] | 217 | - `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 Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 219 | * - `sadis <https://gerrit.opencord.org/gitweb?p=sadis.git;a=summary>`_ |
| 220 | - |
Joey Armstrong | 399f276 | 2023-01-11 11:41:28 -0500 | [diff] [blame] | 221 | - ``5.10.0`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 222 | - |
Joey Armstrong | 399f276 | 2023-01-11 11:41:28 -0500 | [diff] [blame] | 223 | - `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 Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 225 | * - `pppoeagent <https://gerrit.opencord.org/plugins/gitiles/pppoeagent/>`_ |
| 226 | - |
| 227 | - ``1.2.0`` |
| 228 | - |
Joey Armstrong | 56334fc | 2023-01-15 22:53:19 -0500 | [diff] [blame] | 229 | - `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 Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 231 | * - `olttopology <https://gerrit.opencord.org/plugins/gitiles/olttopology/>`_ |
| 232 | - |
Joey Armstrong | 2a68795 | 2023-02-01 13:10:12 -0500 | [diff] [blame] | 233 | - ``1.2.0`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 234 | - |
Joey Armstrong | 56334fc | 2023-01-15 22:53:19 -0500 | [diff] [blame] | 235 | - `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 Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 237 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 238 | VOLTHA Components |
| 239 | +++++++++++++++++ |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 240 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 241 | .. list-table:: VOLTHA Components |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 242 | :widths: 30, 5, 5, 5, 5, 5, 5 |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 243 | :header-rows: 2 |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 244 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 245 | * - Component |
| 246 | - VOLTHA |
| 247 | - Component |
| 248 | - |
| 249 | - Gerrit |
| 250 | - Github |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 251 | - `Docker <https://hub.docker.com/search?q=voltha>`_ |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 252 | * - Name |
| 253 | - Version |
| 254 | - Version |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 255 | - `with Chart <https://gerrit.opencord.org/gitweb?p=helm-charts.git;a=tree;f=bbsim>`_ |
Joey Armstrong | 2a68795 | 2023-02-01 13:10:12 -0500 | [diff] [blame] | 256 | - ULR |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 257 | - URL |
| 258 | - URL |
| 259 | * - |
| 260 | - |
| 261 | - |
| 262 | - |
| 263 | - |
| 264 | - |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 265 | - |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 266 | * - `Helm Charts (voltha-helm-charts) <https://gerrit.opencord.org/gitweb?p=voltha-helm-charts.git;a=tree>`_ |
Joey Armstrong | 2a68795 | 2023-02-01 13:10:12 -0500 | [diff] [blame] | 267 | - ``3.2.2-dev1`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 268 | - |
| 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 Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 272 | - |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 273 | * - `bbsim <https://gerrit.opencord.org/gitweb?p=bbsim.git;a=tree>`__ |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 274 | - ``1.14.4`` |
| 275 | - ``4.8.6`` |
| 276 | - `chart <https://gerrit.opencord.org/gitweb?p=helm-charts.git;a=tree;f=bbsim>`_ |
Joey Armstrong | 2a68795 | 2023-02-01 13:10:12 -0500 | [diff] [blame] | 277 | - |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 278 | - `X <https://github.com/opencord/bbsim/tree/v1.14.4>`__ |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 279 | - `X <https://hub.docker.com/layers/voltha/bbsim/1.14.4/images/sha256-c23de193c1d7cf8d32c48edfbec4bfa6c47dbeecd4b31d040da0255eeab2ec58?context=explore>`__ |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 280 | * - `Bbsim-sadis-server <https://gerrit.opencord.org/gitweb?p=bbsim-sadis-server.git;a=tree>`_ |
| 281 | - |
| 282 | - ``0.3.4`` |
Joey Armstrong | 2a68795 | 2023-02-01 13:10:12 -0500 | [diff] [blame] | 283 | - `0.3.2 <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/bbsim-sadis-server/Chart.yaml>`_ |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 284 | - `X <https://gerrit.opencord.org/plugins/gitiles/bbsim-sadis-server/+/refs/tags/v0.3.4>`_ |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 285 | - `X <https://github.com/opencord/bbsim-sadis-server/releases/tag/v0.3.4>`__ |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 286 | - |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 287 | * - `ofagent-go <https://gerrit.opencord.org/gitweb?p=ofagent-go.git;a=tree>`_ |
Joey Armstrong | 2a68795 | 2023-02-01 13:10:12 -0500 | [diff] [blame] | 288 | - ``2.1.3`` |
| 289 | - ``2.1.3`` |
Joey Armstrong | bd6cc3d | 2023-01-09 19:52:12 -0500 | [diff] [blame] | 290 | - ``2.11.3`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 291 | - |
| 292 | - `X <https://github.com/opencord/ofagent-go>`__ |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 293 | - `1.1.4-? <https://hub.docker.com/layers/voltha/ofagent-go/1.1.4/images/sha256-8231111b69c8643c4981d64abff0a85d71f80763bb98632bb101e92b89882647?context=explore>`_ |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 294 | * - `openolt agent <https://gerrit.opencord.org/gitweb?p=openolt.git;a=tree>`_ |
| 295 | - |
Joey Armstrong | 2a68795 | 2023-02-01 13:10:12 -0500 | [diff] [blame] | 296 | - ``4.2.12`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 297 | - |
| 298 | - |
| 299 | - `X <https://github.com/opencord/openolt>`__ |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 300 | - |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 301 | * - `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 Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 307 | - |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 308 | * - `voltha-go <https://gerrit.opencord.org/gitweb?p=voltha-go.git;a=tree>`_ |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 309 | - ``3.1.8`` |
Joey Armstrong | ae15c26 | 2023-03-29 15:36:28 -0400 | [diff] [blame] | 310 | - docker |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 311 | - ``2.11.3`` |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 312 | - `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 Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 314 | - |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 315 | * - `voltha-lib-go <https://gerrit.opencord.org/plugins/gitiles/voltha-lib-go>`_ |
| 316 | - ``2.11.3 (?)`` |
| 317 | - ``7.3.2`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 318 | - |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 319 | - `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 Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 322 | * - `voltha-onos <https://gerrit.opencord.org/gitweb?p=voltha-onos.git;a=tree>`_ |
| 323 | - |
| 324 | - ``5.1.2`` |
| 325 | - ``0.1.27`` |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 326 | - `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 Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 329 | * - `voltha-openonu-adapter-go <https://gerrit.opencord.org/gitweb?p=voltha-openonu-adapter-go.git;a=tree>`_ |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 330 | - |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 331 | - ``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 Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 336 | * - `voltha-openolt-adapter <https://gerrit.opencord.org/gitweb?p=voltha-openolt-adapter.git;a=tree>`_ |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 337 | - ``v4.2.12`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 338 | - ``4.2.6`` |
| 339 | - |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 340 | - `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 Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 344 | - |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 345 | - `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 Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 350 | * - `voltha-system-tests <https://github.com/opencord/voltha-system-tests/releases/tag/2.9.0>`__ |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 351 | - ``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 Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 356 | - |
Joey Armstrong | 56334fc | 2023-01-15 22:53:19 -0500 | [diff] [blame] | 357 | * - maclearner |
| 358 | - ``1.2.1`` |
| 359 | - |
| 360 | - |
| 361 | - |
| 362 | - |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 363 | - |
Joey Armstrong | 56334fc | 2023-01-15 22:53:19 -0500 | [diff] [blame] | 364 | * - ppoeagent |
| 365 | - ``1.2.1`` |
| 366 | - |
| 367 | - |
| 368 | - |
| 369 | - |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 370 | - |
Joey Armstrong | 56334fc | 2023-01-15 22:53:19 -0500 | [diff] [blame] | 371 | * - segmentrouting |
| 372 | - ``3.0.0`` |
| 373 | - |
| 374 | - |
| 375 | - |
| 376 | - |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 377 | - |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 378 | |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 379 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 380 | Helm Chart Versions |
| 381 | +++++++++++++++++++ |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 382 | This section refers to the macro charts to deploy the required infrastructure and a (or many) VOLTHA stacks: |
| 383 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 384 | .. list-table:: Helm Chart Versions |
| 385 | :widths: 30, 5, 5, 5, 5, 5 |
| 386 | :header-rows: 2 |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 387 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 388 | * - 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 Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 407 | - ``2.10.10`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 408 | - |
| 409 | - |
| 410 | - |
| 411 | - |
| 412 | * - Voltha-stack |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 413 | - ``2.10.10`` |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 414 | - |
| 415 | - |
| 416 | - |
| 417 | - |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 418 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 419 | BAL Version |
| 420 | +++++++++++ |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 421 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 422 | .. list-table:: Helm Chart Versions |
| 423 | :widths: 30, 5, 5, 5, 5, 5 |
| 424 | :header-rows: 2 |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 425 | |
Joey Armstrong | a4d2723 | 2022-12-29 08:50:02 -0500 | [diff] [blame] | 426 | * - 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 Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 450 | |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 451 | | |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 452 | |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 453 | Get Involved |
| 454 | ------------ |
| 455 | We'd love to accept your patches and contributions to the VOLTHA project, join the community! |
Joey Armstrong | 4044ed9 | 2022-12-21 19:01:49 -0500 | [diff] [blame] | 456 | |
Joey Armstrong | d24a112 | 2023-01-04 09:34:46 -0500 | [diff] [blame] | 457 | | Here are a few resources to get you started: |
| 458 | |
| 459 | |
| 460 | Index/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 | |
| 466 | HOWTO |
| 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 | |
| 473 | Testing |
| 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 | |
| 480 | CLI 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 | | |