Joey Armstrong | 64b8249 | 2023-06-01 17:34:39 -0400 | [diff] [blame] | 1 | .. figure:: images/voltha.svg |
| 2 | :alt: voltha- Release Notes |
| 3 | :width: 40% |
| 4 | :align: center |
| 5 | |
| 6 | |
| 7 | VOLTHA 2.12 Release Notes |
| 8 | ========================= |
| 9 | |
| 10 | Highlights |
| 11 | ---------- |
| 12 | |
| 13 | Features & Improvements |
| 14 | ----------------------- |
| 15 | |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 16 | .. list-table:: Features & Improvements |
| 17 | :widths: 10, 60 |
| 18 | :header-rows: 1 |
| 19 | |
| 20 | * - Jira |
| 21 | - Description |
Joey Armstrong | c320144 | 2024-02-02 15:16:07 -0500 | [diff] [blame] | 22 | * - `VOL-4949 <|jira-opencord|/VOL-4949>`_ |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 23 | - Introduce DEVICE_BUSY reason in the UploadDebugInfoStatus DMI message |
Joey Armstrong | c320144 | 2024-02-02 15:16:07 -0500 | [diff] [blame] | 24 | * - `VOL-4783 <|jira-opencord|/VOL-4783>`_ |
| 25 | - Introduce UploadDebugInformation RPC in DMI |
| 26 | * - `VOL-4788 <|jira-opencord|/VOL-4788>`_ |
| 27 | - Create package in voltha-libs-go for support of prometheus counters in voltha |
| 28 | * - `VOL-4782 <|jira-opencord|/VOL-4782>`_ |
| 29 | - Enchance DMI to include DataValueType in Events and also clarification for Transceiver Events |
| 30 | * - `VOL-4878 <|jira-opencord|/VOL-4878>`_ |
| 31 | - Improve the voltha-protos extensions interface to get the Rx Power levels from an OLT |
| 32 | * - `VOL-4877 <|jira-opencord|/VOL-4877>`_ |
| 33 | - Enhance DMI interface to be able to retrieve the Tx Power on the Transceivers |
| 34 | * - `VOL-4958 <|jira-opencord|/VOL-4958>`_ |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 35 | - Introduce protobuf dependencies in DMI for the python testing framework |
Joey Armstrong | c320144 | 2024-02-02 15:16:07 -0500 | [diff] [blame] | 36 | * - `VOL-4952 <|jira-opencord|/VOL-4952>`_ |
| 37 | - Add retry client options to the grpc library in voltha-lib-go |
| 38 | * - `VOL-4983 <|jira-opencord|/VOL-4983>`_ |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 39 | - voltctl list device meters with traffic shaping info |
Joey Armstrong | c320144 | 2024-02-02 15:16:07 -0500 | [diff] [blame] | 40 | * - `VOL-5043 <|jira-opencord|/VOL-5043>`_ |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 41 | - Enhance DMI interface to have CPU/Mem/Disk usage alarms and also NTP synch alarms |
Joey Armstrong | c320144 | 2024-02-02 15:16:07 -0500 | [diff] [blame] | 42 | * - `VOL-4444 <|jira-opencord|/VOL-4444>`_ |
| 43 | - VOL-4340 Create API for profile in voltha rw-core for profile operations |
| 44 | * - `VOL-4436 <|jira-opencord|/VOL-4436>`_ |
| 45 | - VOL-4340 Create proto files for sip profile and voip service |
| 46 | * - `VOL-5046 <|jira-opencord|/VOL-5046>`_ |
| 47 | - Reuse grpc clinet connection in grpc clinet lib |
| 48 | * - `VOL-4972 <|jira-opencord|/VOL-4972>`_ |
| 49 | - Changes in openolt adapter to reconcile onu device and pon states |
| 50 | * - `VOL-4953 <|jira-opencord|/VOL-4953>`_ |
| 51 | - Retry for grpc towards core in openolt adapter |
| 52 | * - `VOL-5216 <|jira-opencord|/VOL-5216>`_ |
| 53 | - Handle transition in core during device reboot |
| 54 | * - `VOL-5197 <|jira-opencord|/VOL-5197>`_ |
| 55 | - In DMI add QSFP-DD as a form factor for the TransceiverAttributes |
| 56 | * - `VOL-4950 <|jira-opencord|/VOL-4950>`_ |
| 57 | - Move the component_uuid from EventsConfigurationRequest to EventCfg of DMI interface |
| 58 | * - `VOL-5241 <|jira-opencord|/VOL-5241>`_ |
| 59 | - Add Zyxel to ONU Vendor list |
| 60 | * - `VOL-5233 <|jira-opencord|/VOL-5233>`_ |
| 61 | - VOL-5206 Change "ONU_DYING_GASP_EVENT" check to "ONU_DYING_GASP_RAISE_EVENT" in Alarm tests |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 62 | |
Joey Armstrong | 64b8249 | 2023-06-01 17:34:39 -0400 | [diff] [blame] | 63 | Bug Fixes |
| 64 | --------- |
| 65 | |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 66 | .. list-table:: Bug Fixes |
Joey Armstrong | c320144 | 2024-02-02 15:16:07 -0500 | [diff] [blame] | 67 | :widths: 10, 60 |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 68 | :header-rows: 1 |
| 69 | |
| 70 | * - Jira |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 71 | - Description |
Joey Armstrong | c320144 | 2024-02-02 15:16:07 -0500 | [diff] [blame] | 72 | * - |
| 73 | - |
| 74 | * - `VOL-4926 <|jira-opencord|/VOL-4926>`_ |
| 75 | - VOL-4836 kail - godownloader.sh no longer available: alternative needed |
| 76 | * - `VOL-4934 <|jira-opencord|/VOL-4934>`_ |
| 77 | - omci-lib-go: MIC (AES-128) calculation does not properly support the Extended Message Set |
| 78 | * - `VOL-4927 <|jira-opencord|/VOL-4927>`_ |
| 79 | - omci-lib-go: ONT-G ME alarms are not supposed |
| 80 | * - `VOL-4929 <|jira-opencord|/VOL-4929>`_ |
| 81 | - openonuAdapterGo - memory leak seen in long term tests |
| 82 | * - `VOL-4931 <|jira-opencord|/VOL-4931>`_ |
| 83 | - openoltAdapter: memory leak seen in long term tests |
| 84 | * - `VOL-4984 <|jira-opencord|/VOL-4984>`_ |
| 85 | - voltctl log level list does not display the component open-flow-agent |
| 86 | * - `VOL-5105 <|jira-opencord|/VOL-5105>`_ |
| 87 | - cli label missing for pon ports in BBSIM |
| 88 | * - `VOL-5193 <|jira-opencord|/VOL-5193>`_ |
| 89 | - OpenOnuAdapterGo: MIB sync handling fails , when the MIB template has NULL terminated strings. |
| 90 | * - `VOL-5187 <|jira-opencord|/VOL-5187>`_ |
| 91 | - openolt adaptor should not set discovery in progress for a given onu in case the particular discovery request fails |
| 92 | * - `VOL-5165 <|jira-opencord|/VOL-5165>`_ |
| 93 | - Openoltagent getting crashed when ONT is rebooted |
| 94 | * - `VOL-5172 <|jira-opencord|/VOL-5172>`_ |
| 95 | - Olt adaptor trying to add flows to the devices even when the parent olt is not up |
| 96 | * - `VOL-5104 <|jira-opencord|/VOL-5104>`_ |
| 97 | - BBSIM crashed when adding flows |
| 98 | * - `VOL-4993 <|jira-opencord|/VOL-4993>`_ |
| 99 | - Upon OLT reboot, OLT's OPERSTATUS is observed as "rebooted" and no ONTs are discovered |
| 100 | * - `VOL-4798 <|jira-opencord|/VOL-4798>`_ |
| 101 | - voltctl - log configuration for multiple stacks doesn't work |
| 102 | * - `VOL-5212 <|jira-opencord|/VOL-5212>`_ |
| 103 | - Unable to fetch PON RX power for all the ONTs on a PON port. |
| 104 | * - `VOL-5215 <|jira-opencord|/VOL-5215>`_ |
| 105 | - After rebooting ONUs the BBSIM OLT is crashing |
| 106 | * - `VOL-5208 <|jira-opencord|/VOL-5208>`_ |
| 107 | - onu adapter will go into race and crash if delete-device and delete gemport from olt adapter happens at once |
| 108 | * - `VOL-5210 <|jira-opencord|/VOL-5210>`_ |
| 109 | - Open onu adapter crashes when processing requests and device is deleted |
| 110 | * - `VOL-5107 <|jira-opencord|/VOL-5107>`_ |
| 111 | - forced crash during child device detected may result in duplicate device |
| 112 | * - `VOL-5219 <|jira-opencord|/VOL-5219>`_ |
| 113 | - in case voltha core goes down before it gets a chance to fire reconcile to the adaptors it should retrigger the reconcile process once it comes back up |
| 114 | * - `VOL-5175 <|jira-opencord|/VOL-5175>`_ |
| 115 | - OLT device ports list in ONOS is empty after rebooting the OLT |
| 116 | * - `VOL-5195 <|jira-opencord|/VOL-5195>`_ |
| 117 | - Missing ANI-G Signal Fail and Signal Degrade alarm notification |
| 118 | * - `VOL-5209 <|jira-opencord|/VOL-5209>`_ |
| 119 | - Open onu adapter crashes during delete device |
| 120 | * - `VOL-5249 <|jira-opencord|/VOL-5249>`_ |
| 121 | - error loading onos image in voltha-onos-sanity_test |
| 122 | * - `VOL-5236 <|jira-opencord|/VOL-5236>`_ |
| 123 | - onu adapter should gracefully reset vlan config fsm on onu down |
| 124 | * - `VOL-5223 <|jira-opencord|/VOL-5223>`_ |
| 125 | - OpenOnuAdapterGo: Alarm Mgr has to handle unconfigured MEs responses from ONT during Alarm Audit. |
| 126 | |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 127 | |
Joey Armstrong | 64b8249 | 2023-06-01 17:34:39 -0400 | [diff] [blame] | 128 | Test |
| 129 | ---- |
| 130 | |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 131 | .. list-table:: Test |
Joey Armstrong | c320144 | 2024-02-02 15:16:07 -0500 | [diff] [blame] | 132 | :widths: 10, 60 |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 133 | :header-rows: 1 |
| 134 | |
| 135 | * - Jira |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 136 | - Description |
Joey Armstrong | c320144 | 2024-02-02 15:16:07 -0500 | [diff] [blame] | 137 | * - `VOL-4829 <|jira-opencord|/VOL-4829>`_ |
| 138 | - openonuAdapterGo: Robustness - Test of reconciling openonu-adapter with continuous traffic at real HW |
| 139 | |
Joey Armstrong | 23ce887 | 2023-08-24 09:46:22 -0400 | [diff] [blame] | 140 | |
Joey Armstrong | 64b8249 | 2023-06-01 17:34:39 -0400 | [diff] [blame] | 141 | Documentation |
| 142 | ------------- |
| 143 | |
| 144 | As usual documentation is published on https://docs.voltha.org |
| 145 | |
| 146 | |
| 147 | Known Issues |
| 148 | ------------ |
Joey Armstrong | 64b8249 | 2023-06-01 17:34:39 -0400 | [diff] [blame] | 149 | |
| 150 | Certification Program |
| 151 | --------------------- |
| 152 | |
| 153 | Thanks to the Continuous Certification program at ONF we can also ensure |
| 154 | that the following ONF member products are compatible with the VOLTHA 2.11 |
| 155 | release: |
| 156 | |
| 157 | - Edgecore ASGVolt64 GPON OLT |
| 158 | - Radisys 3200G GPON OLT |
| 159 | - Radisys 1600G GPON OLT |
| 160 | - Zyxel SDA3016SS Combo OLT |
| 161 | |
| 162 | |
| 163 | Jira stories |
| 164 | ------------ |
| 165 | A full list of stories and bugs completed can be found under the |
| 166 | `VOLTHA 2.12 <https://jira.opencord.org/projects/VOL/versions/12600>`_ (`formatted <https://jira.opencord.org/secure/ReleaseNote.jspa?projectId=10106&version=12600>`_) release page in Jira. |
| 167 | |
| 168 | | |
| 169 | |
| 170 | Component Versions in VOLTHA 2.12 release |
| 171 | ----------------------------------------- |
| 172 | |
Joey Armstrong | 83135fb | 2023-06-04 00:48:14 -0400 | [diff] [blame] | 173 | ONOS and Atomix |
| 174 | +++++++++++++++ |
| 175 | |
| 176 | .. list-table:: ONOS and Atomix |
| 177 | :widths: 30, 5, 5, 5, 5, 5 |
| 178 | :header-rows: 2 |
| 179 | |
| 180 | * - Component |
| 181 | - VOLTHA |
| 182 | - Component |
| 183 | - with |
| 184 | - Gerrit |
| 185 | - Github |
| 186 | * - Name |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 187 | - Ver |
| 188 | - Ver |
Joey Armstrong | 83135fb | 2023-06-04 00:48:14 -0400 | [diff] [blame] | 189 | - Chart |
| 190 | - URL |
| 191 | - URL |
| 192 | * - |
| 193 | - |
| 194 | - |
| 195 | - |
| 196 | - |
| 197 | - |
Joey Armstrong | 7f14642 | 2024-01-28 15:03:55 -0500 | [diff] [blame] | 198 | * - 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>`_ |
Joey Armstrong | ceecdf8 | 2024-01-27 12:46:35 -0500 | [diff] [blame] | 199 | - ``2.5.5`` |
| 200 | - ``2.5.9``, ``2.5.8`` |
Joey Armstrong | 83135fb | 2023-06-04 00:48:14 -0400 | [diff] [blame] | 201 | - |
| 202 | - |
| 203 | - |
| 204 | * - `ATOMIX <https://github.com/atomix/atomix/releases/tag/atomix-3.1.9>`_ |
| 205 | - |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 206 | - ``3.1.9`` |
Joey Armstrong | 83135fb | 2023-06-04 00:48:14 -0400 | [diff] [blame] | 207 | - |
| 208 | - |
| 209 | - |
| 210 | |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 211 | ONOS Components |
| 212 | +++++++++++++++ |
Joey Armstrong | 83135fb | 2023-06-04 00:48:14 -0400 | [diff] [blame] | 213 | |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 214 | .. list-table:: ONOS Components |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 215 | :widths: 10, 2, 2, 2, 2, 2, 2, 2 |
Joey Armstrong | 83135fb | 2023-06-04 00:48:14 -0400 | [diff] [blame] | 216 | :header-rows: 2 |
| 217 | |
| 218 | * - Component |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 219 | - Artifact |
| 220 | - Api |
| 221 | - App |
Joey Armstrong | ceecdf8 | 2024-01-27 12:46:35 -0500 | [diff] [blame] | 222 | - Pkg |
Joey Armstrong | 83135fb | 2023-06-04 00:48:14 -0400 | [diff] [blame] | 223 | - Gerrit |
| 224 | - Github |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 225 | - Released |
Joey Armstrong | 83135fb | 2023-06-04 00:48:14 -0400 | [diff] [blame] | 226 | * - Name |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 227 | - Ver |
| 228 | - Ver |
| 229 | - Ver |
| 230 | - Ver |
Joey Armstrong | 83135fb | 2023-06-04 00:48:14 -0400 | [diff] [blame] | 231 | - URL |
| 232 | - URL |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 233 | - |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 234 | * - |
| 235 | - |
| 236 | - |
| 237 | - |
| 238 | - |
| 239 | - |
| 240 | - |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 241 | - |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 242 | * - `aaa <https://gerrit.opencord.org/gitweb?p=aaa.git;a=summary>`_ |
Joey Armstrong | 5966721 | 2024-01-28 14:11:20 -0500 | [diff] [blame] | 243 | - `2.11.0 <https://mvnrepository.com/artifact/org.opencord/aaa/2.11.0>`__ |
Joey Armstrong | c320144 | 2024-02-02 15:16:07 -0500 | [diff] [blame] | 244 | - `X <|mvn-aaa|-api/2.11.0>`__ |
| 245 | - `X <|mvn-api|-api/2.11.0>`__ |
| 246 | - `X <|mvn-api|/2.11.0>`__ |
Joey Armstrong | 5966721 | 2024-01-28 14:11:20 -0500 | [diff] [blame] | 247 | - `X <https://gerrit.opencord.org/plugins/gitiles/aaa/+/refs/tags/2.11.0>`__ |
| 248 | - `X <https://github.com/opencord/aaa/releases/tag/2.11.0>`__ |
Joey Armstrong | c32c3c3 | 2024-01-28 18:12:16 -0500 | [diff] [blame] | 249 | - |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 250 | * - `bng <https://gerrit.opencord.org/gitweb?p=bng.git;a=summary>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 251 | - `2.5.1 <https://mvnrepository.com/artifact/org.opencord/bng/2.5.1>`__ |
| 252 | - `X <https://mvnrepository.com/artifact/org.opencord/bng-api/2.5.1>`__ |
| 253 | - `X <https://mvnrepository.com/artifact/org.opencord/bng-app/2.5.1>`__ |
Joey Armstrong | bb26e93 | 2024-01-29 16:17:27 -0500 | [diff] [blame] | 254 | - `X <https://mvnrepository.com/artifact/org.opencord/bng/2.5.1>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 255 | - `X <https://gerrit.opencord.org/plugins/gitiles/bng/+/refs/tags/2.5.1>`__ |
Joey Armstrong | e03bc60 | 2024-02-09 17:26:27 -0500 | [diff] [blame] | 256 | - `X <https://github.com/opencord/bng/releases/tag/2.5.1>`__ |
Joey Armstrong | bb26e93 | 2024-01-29 16:17:27 -0500 | [diff] [blame] | 257 | - |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 258 | * - `dhcpl2relay <https://gerrit.opencord.org/gitweb?p=dhcpl2relay.git;a=summary>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 259 | - `2.11.0 <https://mvnrepository.com/artifact/org.opencord/dhcpl2relay/2.11.0>`__ |
| 260 | - `X <https://mvnrepository.com/artifact/org.opencord/dhcpl2relay-api/2.11.0>`__ |
| 261 | - `X <https://mvnrepository.com/artifact/org.opencord/dhcpl2relay-app/2.11.0>`__ |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 262 | - `X <https://mvnrepository.com/artifact/org.opencord/dhcpl2relay>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 263 | - `X <https://gerrit.opencord.org/plugins/gitiles/dhcpl2relay/+/refs/tags/2.11.0>`__ |
Joey Armstrong | ceecdf8 | 2024-01-27 12:46:35 -0500 | [diff] [blame] | 264 | - `X <https://github.com/opencord/dhcpl2relay/releases/tag/2.11.0>`__ |
Joey Armstrong | c32c3c3 | 2024-01-28 18:12:16 -0500 | [diff] [blame] | 265 | - |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 266 | * - `igmpproxy <https://gerrit.opencord.org/gitweb?p=igmpproxy.git;a=summary>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 267 | - `2.9.0 <https://mvnrepository.com/artifact/org.opencord/onos-app-igmpproxy/2.9.0>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 268 | - `X <https://mvnrepository.com/artifact/org.opencord/onos-app-igmpproxy-api/2.9.0>`__ |
Joey Armstrong | 7f14642 | 2024-01-28 15:03:55 -0500 | [diff] [blame] | 269 | - `X <https://mvnrepository.com/artifact/org.opencord/onos-app-igmpproxy-app/2.9.0>`__ |
| 270 | - `X <https://mvnrepository.com/artifact/org.opencord/onos-app-igmpproxy/2.9.0>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 271 | - `X <https://gerrit.opencord.org/plugins/gitiles/igmpproxy/+/refs/tags/2.9.0>`__ |
Joey Armstrong | 7f14642 | 2024-01-28 15:03:55 -0500 | [diff] [blame] | 272 | - `X <https://github.com/opencord/igmpproxy/releases/tag/2.9.0>`__ |
| 273 | - |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 274 | * - `kafka <https://gerrit.opencord.org/gitweb?p=kafka-onos.git;a=summary>`__ |
Joey Armstrong | 1eb713f | 2024-01-30 13:53:00 -0500 | [diff] [blame] | 275 | - `2.13.2 <https://mvnrepository.com/artifact/org.opencord/kafka/2.13.2>`__ |
| 276 | - `X <https://mvnrepository.com/artifact/org.opencord/kafka-api/2.13.2>`__ |
| 277 | - `X <https://mvnrepository.com/artifact/org.opencord/kafka-app/2.13.2>`__ |
| 278 | - `X <https://mvnrepository.com/artifact/org.opencord/kafka/2.13.2>`__ |
| 279 | - `X <https://gerrit.opencord.org/plugins/gitiles/kafka-onos/+/refs/tags/2.13.2>`__ |
| 280 | - `X <https://github.com/opencord/kafka-onos/releases/tag/2.13.2>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 281 | - ``N`` |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 282 | * - `maclearner <https://gerrit.opencord.org/plugins/gitiles/mac-learning>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 283 | - `1.2.3 <https://mvnrepository.com/artifact/org.opencord/maclearner/1.2.3>`__ |
| 284 | - `X <https://mvnrepository.com/artifact/org.opencord/maclearner-api/1.2.3>`__ |
| 285 | - `X <https://mvnrepository.com/artifact/org.opencord/maclearner-app/1.2.3>`__ |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 286 | - `X <https://mvnrepository.com/artifact/org.opencord/maclearner>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 287 | - `X <https://gerrit.opencord.org/plugins/gitiles/mac-learning/+/refs/tags/1.2.3>`__ |
Joey Armstrong | ceecdf8 | 2024-01-27 12:46:35 -0500 | [diff] [blame] | 288 | - `X <https://github.com/opencord/mac-learning/releases/tag/1.2.3>`__, `T <https://github.com/opencord/mac-learning/tree/1.2.3>`__ |
Joey Armstrong | c32c3c3 | 2024-01-28 18:12:16 -0500 | [diff] [blame] | 289 | - |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 290 | * - `mcast <https://gerrit.opencord.org/gitweb?p=mcast.git;a=summary>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 291 | - `2.9.1 <https://mvnrepository.com/artifact/org.opencord/mcast/2.9.1>`__ |
| 292 | - `X <https://mvnrepository.com/artifact/org.opencord/mcast-api/2.9.1>`__ |
| 293 | - `X <https://mvnrepository.com/artifact/org.opencord/mcast-app/2.9.1>`__ |
Joey Armstrong | 5966721 | 2024-01-28 14:11:20 -0500 | [diff] [blame] | 294 | - `X <https://mvnrepository.com/artifact/org.opencord/mcast/2.9.1>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 295 | - `X <https://gerrit.opencord.org/plugins/gitiles/mcast/+/refs/tags/2.9.1>`__ |
Joey Armstrong | ceecdf8 | 2024-01-27 12:46:35 -0500 | [diff] [blame] | 296 | - `X <https://github.com/opencord/mcast/releases/tag/2.9.1>`__, `T <https://github.com/opencord/mcast/tree/2.9.1>`__ |
Joey Armstrong | 5966721 | 2024-01-28 14:11:20 -0500 | [diff] [blame] | 297 | - |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 298 | * - `olt <https://gerrit.opencord.org/gitweb?p=olt.git;a=summary>`__ |
Joey Armstrong | fb8f3c8 | 2024-01-29 10:13:18 -0500 | [diff] [blame] | 299 | - `5.2.6 <https://mvnrepository.com/artifact/org.opencord/olt/5.2.6>`__ |
Joey Armstrong | c320144 | 2024-02-02 15:16:07 -0500 | [diff] [blame] | 300 | - `X <|mvn-olt|-api/5.2.6>`__ |
Joey Armstrong | 1eb713f | 2024-01-30 13:53:00 -0500 | [diff] [blame] | 301 | - `X <https://mvnrepository.com/artifact/org.opencord/olt-app/5.2.6>`__ |
| 302 | - `X <https://mvnrepository.com/artifact/org.opencord/olt/5.2.6>`__ |
| 303 | - `X <https://gerrit.opencord.org/plugins/gitiles/olt/+/refs/tags/5.2.6>`__ |
| 304 | - `X <https://github.com/opencord/olt/releases/tag/5.2.6>`__ |
| 305 | - |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 306 | * - `olttopology <https://gerrit.opencord.org/plugins/gitiles/olttopology/>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 307 | - `1.3.1 <https://mvnrepository.com/artifact/org.opencord/olttopology/1.3.1>`__ |
| 308 | - `X <https://mvnrepository.com/artifact/org.opencord/olttopology-api/1.3.1>`__ |
| 309 | - `X <https://mvnrepository.com/artifact/org.opencord/olttopology-app/1.3.1>`__ |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 310 | - `X <https://mvnrepository.com/artifact/org.opencord/olttopology>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 311 | - `X <https://gerrit.opencord.org/plugins/gitiles/olttopology/+/refs/tags/1.3.1>`__ |
Joey Armstrong | fb8f3c8 | 2024-01-29 10:13:18 -0500 | [diff] [blame] | 312 | - `X <https://github.com/opencord/olttopology/releases/tag/1.3.1>`__ |
| 313 | - |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 314 | * - `pppoeagent <https://gerrit.opencord.org/plugins/gitiles/pppoeagent/>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 315 | - `1.3.0 <https://mvnrepository.com/artifact/org.opencord/pppoeagent/1.3.0>`__ |
| 316 | - `X <https://mvnrepository.com/artifact/org.opencord/pppoeagent-api/1.3.0>`__ |
| 317 | - `X <https://mvnrepository.com/artifact/org.opencord/pppoeagent-app/1.3.0>`__ |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 318 | - `X <https://mvnrepository.com/artifact/org.opencord/pppoeagent>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 319 | - `X <https://gerrit.opencord.org/plugins/gitiles/pppoeagent/+/refs/tags/1.3.0>`__ |
| 320 | - `X <https://github.com/opencord/pppoeagent/releases/tag/1.3.0>`__ |
Joey Armstrong | c32c3c3 | 2024-01-28 18:12:16 -0500 | [diff] [blame] | 321 | - |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 322 | * - `sadis <https://gerrit.opencord.org/gitweb?p=sadis.git;a=summary>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 323 | - `5.12.2 <https://mvnrepository.com/artifact/org.opencord/sadis/5.12.2>`__ |
| 324 | - `X <https://mvnrepository.com/artifact/org.opencord/sadis-api/5.12.2>`__ |
| 325 | - `X <https://mvnrepository.com/artifact/org.opencord/sadis-app/5.12.2>`__ |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 326 | - `X <https://mvnrepository.com/artifact/org.opencord/sadis>`__ |
Joey Armstrong | bda89de | 2024-01-27 09:39:12 -0500 | [diff] [blame] | 327 | - `X <https://gerrit.opencord.org/plugins/gitiles/sadis/+/refs/tags/5.12.2>`__ |
| 328 | - `X <https://github.com/opencord/sadis/releases/tag/5.12.2>`__ |
Joey Armstrong | c32c3c3 | 2024-01-28 18:12:16 -0500 | [diff] [blame] | 329 | - |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 330 | |
Joey Armstrong | 0dbbfb7 | 2024-02-08 14:31:11 -0500 | [diff] [blame] | 331 | - See Also |
| 332 | |
| 333 | - :ref:`Release Notes Legend for ONOS Components` |
| 334 | - `Docker Images: opencord <https://hub.docker.com/search?q=opencord>`_ |
| 335 | |
Joey Armstrong | 5faccbe | 2023-07-13 18:30:01 -0400 | [diff] [blame] | 336 | |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 337 | VOLTHA Components |
| 338 | +++++++++++++++++ |
| 339 | |
| 340 | .. list-table:: VOLTHA Components |
Joey Armstrong | 0dbbfb7 | 2024-02-08 14:31:11 -0500 | [diff] [blame] | 341 | :widths: 30, 5, 5, 5, 5, 5, 5, 5, 5 |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 342 | :header-rows: 2 |
| 343 | |
| 344 | * - Component |
| 345 | - VOLTHA |
Joey Armstrong | 0dbbfb7 | 2024-02-08 14:31:11 -0500 | [diff] [blame] | 346 | - `Chart.yaml <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master>`_ |
| 347 | - `Gerrit <https://gerrit.opencord.org/admin/repos>`_ |
| 348 | - `Github <https://github.com/opencord>`_ |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 349 | - `Docker <https://hub.docker.com/search?q=voltha>`_ |
Joey Armstrong | 0dbbfb7 | 2024-02-08 14:31:11 -0500 | [diff] [blame] | 350 | - `Golang <https://pkg.go.dev>`_ |
| 351 | - `Pypi <https://pypi.org>`_ |
| 352 | - Repository |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 353 | * - Name |
Joey Armstrong | 0dbbfb7 | 2024-02-08 14:31:11 -0500 | [diff] [blame] | 354 | - Version |
| 355 | - Version |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 356 | - ULR |
| 357 | - URL |
| 358 | - URL |
Joey Armstrong | 0dbbfb7 | 2024-02-08 14:31:11 -0500 | [diff] [blame] | 359 | - URL |
| 360 | - URL |
| 361 | - Released |
Joey Armstrong | 83135fb | 2023-06-04 00:48:14 -0400 | [diff] [blame] | 362 | * - |
| 363 | - |
| 364 | - |
| 365 | - |
| 366 | - |
| 367 | - |
Joey Armstrong | 83135fb | 2023-06-04 00:48:14 -0400 | [diff] [blame] | 368 | - |
Joey Armstrong | 5faccbe | 2023-07-13 18:30:01 -0400 | [diff] [blame] | 369 | - |
| 370 | - |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 371 | * - `Helm Charts (voltha-helm-charts) <https://gerrit.opencord.org/gitweb?p=voltha-helm-charts.git;a=tree>`_ |
Joey Armstrong | 3ef98a5 | 2024-02-01 15:11:53 -0500 | [diff] [blame] | 372 | - ``3.3.0`` |
Joey Armstrong | 83135fb | 2023-06-04 00:48:14 -0400 | [diff] [blame] | 373 | - |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 374 | - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master>`__ |
Joey Armstrong | 3ef98a5 | 2024-02-01 15:11:53 -0500 | [diff] [blame] | 375 | - `X <https://github.com/opencord/voltha-helm-charts/releases/tag/3.3.0>`__ |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 376 | - |
Joey Armstrong | 5faccbe | 2023-07-13 18:30:01 -0400 | [diff] [blame] | 377 | - |
| 378 | - |
Joey Armstrong | fb8f3c8 | 2024-01-29 10:13:18 -0500 | [diff] [blame] | 379 | - ``N`` |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 380 | * - `ofagent-go <https://gerrit.opencord.org/gitweb?p=ofagent-go.git;a=tree>`_ |
Joey Armstrong | eab3ade | 2024-02-10 17:49:37 -0500 | [diff] [blame] | 381 | - `2.2.1 <https://gerrit.opencord.org/plugins/gitiles/ofagent-go/+/refs/heads/voltha-2.12/VERSION>`_ |
| 382 | - ``N/A`` |
Joey Armstrong | ec40928 | 2024-01-28 10:05:07 -0500 | [diff] [blame] | 383 | - `X <https://gerrit.opencord.org/plugins/gitiles/ofagent-go/+/refs/tags/v2.2.1>`__ |
Joey Armstrong | 7f14642 | 2024-01-28 15:03:55 -0500 | [diff] [blame] | 384 | - `X <https://github.com/opencord/ofagent-go/releases/tag/v2.2.1>`__ |
Joey Armstrong | ec40928 | 2024-01-28 10:05:07 -0500 | [diff] [blame] | 385 | - `1.1.4(stale) <https://hub.docker.com/layers/voltha/ofagent-go/1.1.4/images/sha256-8231111b69c8643c4981d64abff0a85d71f80763bb98632bb101e92b89882647?context=explore>`_ |
| 386 | - `1.6.5(stale) <https://pkg.go.dev/github.com/opencord/ofagent-go/cmd/ofagent>`_ |
Joey Armstrong | 7f14642 | 2024-01-28 15:03:55 -0500 | [diff] [blame] | 387 | - |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 388 | - |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 389 | * - `voltha-go <https://gerrit.opencord.org/gitweb?p=voltha-go.git;a=tree>`_ |
Joey Armstrong | eab3ade | 2024-02-10 17:49:37 -0500 | [diff] [blame] | 390 | - `3.5.4 <https://gerrit.opencord.org/plugins/gitiles/voltha-go/+/refs/heads/voltha-2.12/VERSION>`_ |
| 391 | - ``N/A`` |
Joey Armstrong | 3ef98a5 | 2024-02-01 15:11:53 -0500 | [diff] [blame] | 392 | - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-go/+/refs/tags/v3.5.4>`__ |
| 393 | - `X <https://github.com/opencord/voltha-go/releases/tag/v3.5.4>`__ |
Joey Armstrong | 2a56230 | 2024-02-05 17:54:47 -0500 | [diff] [blame] | 394 | - ``N/A`` |
| 395 | - ``v7:?`` |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 396 | - |
Joey Armstrong | 5faccbe | 2023-07-13 18:30:01 -0400 | [diff] [blame] | 397 | - |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 398 | * - `voltha-lib-go <https://gerrit.opencord.org/plugins/gitiles/voltha-lib-go>`_ |
Joey Armstrong | eab3ade | 2024-02-10 17:49:37 -0500 | [diff] [blame] | 399 | - `7.5.3 <https://gerrit.opencord.org/plugins/gitiles/voltha-lib-go/+/refs/heads/master/VERSION>`_ |
| 400 | - ``N/A`` |
Joey Armstrong | ceecdf8 | 2024-01-27 12:46:35 -0500 | [diff] [blame] | 401 | - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-lib-go/+/refs/tags/v7.5.3>`__ |
| 402 | - `X <https://github.com/opencord/voltha-lib-go/releases/tag/v7.5.3>`__ |
Joey Armstrong | 3ef98a5 | 2024-02-01 15:11:53 -0500 | [diff] [blame] | 403 | - ``?`` |
Joey Armstrong | ec40928 | 2024-01-28 10:05:07 -0500 | [diff] [blame] | 404 | - `v7 <https://pkg.go.dev/github.com/opencord/voltha-lib-go/v7@v7.5.3>`__ |
Joey Armstrong | 3ef98a5 | 2024-02-01 15:11:53 -0500 | [diff] [blame] | 405 | - ``?`` |
Joey Armstrong | c32c3c3 | 2024-01-28 18:12:16 -0500 | [diff] [blame] | 406 | - |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 407 | * - `voltha-onos <https://gerrit.opencord.org/gitweb?p=voltha-onos.git;a=tree>`_ |
Joey Armstrong | 2a56230 | 2024-02-05 17:54:47 -0500 | [diff] [blame] | 408 | - ``5.1.10`` |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 409 | - ``0.1.27`` |
Joey Armstrong | 2a56230 | 2024-02-05 17:54:47 -0500 | [diff] [blame] | 410 | - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-onos/+/refs/tags/5.1.10>`__ |
| 411 | - `X <https://github.com/opencord/voltha-onos/releases/tag/5.1.10>`__ |
| 412 | - `X <https://hub.docker.com/layers/voltha/voltha-onos/5.1.10/images/sha256-d2498af38194a1cd01a1b9072a58af8647ed50fea2dbc9bd3ac4d4e4b583d72a?context=explore>`__ |
Joey Armstrong | 5faccbe | 2023-07-13 18:30:01 -0400 | [diff] [blame] | 413 | - |
Joey Armstrong | e03bc60 | 2024-02-09 17:26:27 -0500 | [diff] [blame] | 414 | - |
Joey Armstrong | ec40928 | 2024-01-28 10:05:07 -0500 | [diff] [blame] | 415 | - ``N`` |
Joey Armstrong | 0dbbfb7 | 2024-02-08 14:31:11 -0500 | [diff] [blame] | 416 | * - `voltha-openolt-adapter <https://gerrit.opencord.org/gitweb?p=voltha-openolt-adapter.git;a=tree>`_ |
Joey Armstrong | eab3ade | 2024-02-10 17:49:37 -0500 | [diff] [blame] | 417 | - `4.4.11 <https://gerrit.opencord.org/plugins/gitiles/voltha-openolt-adapter/+/refs/heads/voltha-2.12/VERSION>`_ |
Joey Armstrong | 8218059 | 2024-02-10 15:34:21 -0500 | [diff] [blame] | 418 | - `2.12.6 <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/voltha-adapter-openolt/Chart.yaml#20>`_ |
Joey Armstrong | e03bc60 | 2024-02-09 17:26:27 -0500 | [diff] [blame] | 419 | - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-openolt-adapter/+/refs/tags/v4.4.11>`__ |
| 420 | - `X <https://github.com/opencord/voltha-openolt-adapter/releases/tag/v4.4.11>`__ |
| 421 | - `X <https://hub.docker.com/layers/voltha/voltha-openolt-adapter/4.4.11/images/sha256-eed64f687f6029f4cbf531162a10d5e496ea454878987ec0212cd5dbf4c6d9cf?context=explore>`__ |
| 422 | - ``N/A`` |
| 423 | - ``N/A`` |
Joey Armstrong | eab3ade | 2024-02-10 17:49:37 -0500 | [diff] [blame] | 424 | - |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 425 | * - `voltha-openonu-adapter-go <https://gerrit.opencord.org/gitweb?p=voltha-openonu-adapter-go.git;a=tree>`_ |
Joey Armstrong | 8218059 | 2024-02-10 15:34:21 -0500 | [diff] [blame] | 426 | - `2.11.12 <https://gerrit.opencord.org/plugins/gitiles/voltha-openonu-adapter-go/+/refs/heads/voltha-2.12/VERSION>`_ |
Joey Armstrong | 0423f45 | 2024-02-10 18:19:10 -0500 | [diff] [blame^] | 427 | - `2.12.2 <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/voltha-adapter-openonu/Chart.yaml#17>`__ |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 428 | - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-openonu-adapter-go/+/refs/tags/v2.11.12>`__ |
Joey Armstrong | 0423f45 | 2024-02-10 18:19:10 -0500 | [diff] [blame^] | 429 | - `X <https://github.com/opencord/voltha-openonu-adapter-go/releases/tag/v2.11.12>`__ |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 430 | - `X <https://hub.docker.com/layers/voltha/voltha-openonu-adapter-go/2.11.12/images/sha256-e9484a8963d08748af5766a6a8ce7f7485efb384488bcf93840ecc1142d7ad74?context=explore>`__ |
Joey Armstrong | 8218059 | 2024-02-10 15:34:21 -0500 | [diff] [blame] | 431 | - `stale <https://pkg.go.dev/github.com/opencord/voltha-openonu-adapter-go>`_ |
| 432 | - ``N/A`` |
Joey Armstrong | eab3ade | 2024-02-10 17:49:37 -0500 | [diff] [blame] | 433 | - |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 434 | * - `voltha-protos <https://gerrit.opencord.org/plugins/gitiles/voltha-protos>`_ |
Joey Armstrong | eab3ade | 2024-02-10 17:49:37 -0500 | [diff] [blame] | 435 | - `5.4.11 <https://gerrit.opencord.org/plugins/gitiles/voltha-protos/+/refs/heads/voltha-2.12/VERSION>`_ |
| 436 | - ``N/A`` |
Joey Armstrong | ceecdf8 | 2024-01-27 12:46:35 -0500 | [diff] [blame] | 437 | - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-protos/+/refs/tags/v5.4.11>`__ |
Joey Armstrong | c32c3c3 | 2024-01-28 18:12:16 -0500 | [diff] [blame] | 438 | - `X <https://github.com/opencord/voltha-protos/releases/tag/v5.4.11>`__ |
Joey Armstrong | bb26e93 | 2024-01-29 16:17:27 -0500 | [diff] [blame] | 439 | - `stale <https://hub.docker.com/r/voltha/voltha-protos/tags>`__ |
| 440 | - `stale <https://pkg.go.dev/github.com/opencord/voltha-protos>`__ |
Joey Armstrong | ec40928 | 2024-01-28 10:05:07 -0500 | [diff] [blame] | 441 | - `5.4.11 <https://pypi.org/project/voltha-protos/5.4.11>`__ |
Joey Armstrong | 2a56230 | 2024-02-05 17:54:47 -0500 | [diff] [blame] | 442 | - |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 443 | * - `voltha-system-tests <https://github.com/opencord/voltha-system-tests/releases/tag/2.9.0>`__ |
Joey Armstrong | 3ef98a5 | 2024-02-01 15:11:53 -0500 | [diff] [blame] | 444 | - ``2.12.13`` |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 445 | - |
Joey Armstrong | 3ef98a5 | 2024-02-01 15:11:53 -0500 | [diff] [blame] | 446 | - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-system-tests/+/refs/tags/2.12.13>`__ |
| 447 | - `X <https://github.com/opencord/voltha-system-tests/tree/2.12.13>`__ |
Joey Armstrong | 5faccbe | 2023-07-13 18:30:01 -0400 | [diff] [blame] | 448 | - |
| 449 | - |
Joey Armstrong | 3ef98a5 | 2024-02-01 15:11:53 -0500 | [diff] [blame] | 450 | - |
| 451 | - ``verify`` `VOL-5064 <https://jira.opencord.org/browse/VOL-5064>`_ |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 452 | * - segmentrouting |
| 453 | - ``3.0.0`` |
| 454 | - |
| 455 | - |
| 456 | - |
| 457 | - |
| 458 | - |
Joey Armstrong | 5faccbe | 2023-07-13 18:30:01 -0400 | [diff] [blame] | 459 | - |
Joey Armstrong | ec40928 | 2024-01-28 10:05:07 -0500 | [diff] [blame] | 460 | - ``N`` |
Joey Armstrong | 5faccbe | 2023-07-13 18:30:01 -0400 | [diff] [blame] | 461 | |
Joey Armstrong | 0dbbfb7 | 2024-02-08 14:31:11 -0500 | [diff] [blame] | 462 | - See Also |
| 463 | |
| 464 | - :ref:`Release Notes Legend for VOLTHA Components` |
| 465 | - `Docker Images: Voltha <https://docs.voltha.org/master/resources/docker.html>`_ |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 466 | |
| 467 | |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 468 | VOLTHA Tools |
| 469 | ++++++++++++ |
| 470 | |
Joey Armstrong | e03bc60 | 2024-02-09 17:26:27 -0500 | [diff] [blame] | 471 | .. list-table:: VOLTHA Components |
| 472 | :widths: 30, 5, 5, 5, 5, 5, 5, 5, 5 |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 473 | :header-rows: 2 |
| 474 | |
| 475 | * - Component |
| 476 | - VOLTHA |
Joey Armstrong | e03bc60 | 2024-02-09 17:26:27 -0500 | [diff] [blame] | 477 | - `Chart.yaml <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master>`_ |
| 478 | - `Gerrit <https://gerrit.opencord.org/admin/repos>`_ |
| 479 | - `Github <https://github.com/opencord>`_ |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 480 | - `Docker <https://hub.docker.com/search?q=voltha>`_ |
Joey Armstrong | e03bc60 | 2024-02-09 17:26:27 -0500 | [diff] [blame] | 481 | - `Golang <https://pkg.go.dev>`_ |
| 482 | - `Pypi <https://pypi.org>`_ |
| 483 | - Repository |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 484 | * - Name |
Joey Armstrong | e03bc60 | 2024-02-09 17:26:27 -0500 | [diff] [blame] | 485 | - Version |
| 486 | - Version |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 487 | - ULR |
| 488 | - URL |
| 489 | - URL |
Joey Armstrong | e03bc60 | 2024-02-09 17:26:27 -0500 | [diff] [blame] | 490 | - URL |
| 491 | - URL |
| 492 | - Released |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 493 | * - |
| 494 | - |
| 495 | - |
| 496 | - |
| 497 | - |
| 498 | - |
| 499 | - |
| 500 | - |
| 501 | - |
Joey Armstrong | 0dbbfb7 | 2024-02-08 14:31:11 -0500 | [diff] [blame] | 502 | * - `voltha-docs <https://gerrit.opencord.org/plugins/gitiles/voltha-docs>`_ , `docs.voltha.org <https://docs.voltha.org>`_ |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 503 | - ``2.12.25`` |
Joey Armstrong | e03bc60 | 2024-02-09 17:26:27 -0500 | [diff] [blame] | 504 | - ``N/A`` |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 505 | - `X <https://gerrit.opencord.org/plugins/gitiles/voltha-docs/+/refs/tags/2.12.25>`__ |
| 506 | - `X <https://github.com/opencord/voltha-docs/releases/tag/2.12.25>`__ |
| 507 | - |
| 508 | - |
| 509 | - |
| 510 | - ``N`` |
| 511 | * - `bbsim <https://gerrit.opencord.org/gitweb?p=bbsim.git;a=tree>`__ |
Joey Armstrong | e03bc60 | 2024-02-09 17:26:27 -0500 | [diff] [blame] | 512 | - ``1.16.3+`` |
| 513 | - ``4.8.6`` `chart <https://gerrit.opencord.org/gitwe44b?p=helm-charts.git;a=tree;f=bbsim>`_ |
| 514 | - `X <https://gerrit.opencord.org/plugins/gitiles/bbsim>`__ |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 515 | - `X <https://github.com/opencord/bbsim/tree/v1.14.4>`__ |
| 516 | - `X <https://hub.docker.com/layers/voltha/bbsim/1.14.4/images/sha256-c23de193c1d7cf8d32c48edfbec4bfa6c47dbeecd4b31d040da0255eeab2ec58?context=explore>`__ |
Joey Armstrong | e03bc60 | 2024-02-09 17:26:27 -0500 | [diff] [blame] | 517 | - ``?`` |
| 518 | - ``?`` |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 519 | - ``N`` |
| 520 | * - `Bbsim-sadis-server <https://gerrit.opencord.org/gitweb?p=bbsim-sadis-server.git;a=tree>`__ |
Joey Armstrong | 0423f45 | 2024-02-10 18:19:10 -0500 | [diff] [blame^] | 521 | - `0.3.6 <https://gerrit.opencord.org/plugins/gitiles/bbsim-sadis-server/+/refs/heads/voltha-2.12/VERSION>`_ |
Joey Armstrong | 0dbbfb7 | 2024-02-08 14:31:11 -0500 | [diff] [blame] | 522 | - `0.3.3 <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/voltha-2.12/voltha-infra/Chart.yaml#45>`_ |
Joey Armstrong | 0423f45 | 2024-02-10 18:19:10 -0500 | [diff] [blame^] | 523 | - `X <https://gerrit.opencord.org/plugins/gitiles/bbsim-sadis-server/+/refs/tags/v0.3.6/VERSION>`__ |
| 524 | - `X <https://github.com/opencord/bbsim-sadis-server/releases/tag/v0.3.6>`__ |
Joey Armstrong | 0dbbfb7 | 2024-02-08 14:31:11 -0500 | [diff] [blame] | 525 | - `X <https://hub.docker.com/layers/voltha/bbsim-sadis-server/0.3.6/images/sha256-0ea9df1be13f8b1d0a8314cbf0e0800e4a4b7e2920ae3ce5e119abddb9359350?context=explore>`__ |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 526 | - |
| 527 | - |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 528 | - ``N`` |
| 529 | * - `voltctl <https://gerrit.opencord.org/gitweb?p=voltctl.git;a=tree>`_ |
Joey Armstrong | 0423f45 | 2024-02-10 18:19:10 -0500 | [diff] [blame^] | 530 | - `1.10.2 <https://gerrit.opencord.org/plugins/gitiles/voltctl/+/refs/heads/voltha-2.12/VERSION>`_ |
| 531 | - ``N/A`` |
Joey Armstrong | 0dbbfb7 | 2024-02-08 14:31:11 -0500 | [diff] [blame] | 532 | - `X <https://gerrit.opencord.org/plugins/gitiles/voltctl/+/refs/tags/v1.10.2>`__ |
Joey Armstrong | 0423f45 | 2024-02-10 18:19:10 -0500 | [diff] [blame^] | 533 | - `? <https://github.com/opencord/voltctl/releases/tag/v1.10.2>`_ |
Joey Armstrong | 0dbbfb7 | 2024-02-08 14:31:11 -0500 | [diff] [blame] | 534 | - ``N/A`` |
Joey Armstrong | e03bc60 | 2024-02-09 17:26:27 -0500 | [diff] [blame] | 535 | - `X <https://pkg.go.dev/github.com/opencord/voltctl@v1.10.2>`__ |
| 536 | - ``N/A`` |
Joey Armstrong | 68539dc | 2024-02-01 18:24:09 -0500 | [diff] [blame] | 537 | - ``N`` |
| 538 | |
| 539 | |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 540 | Helm Chart Versions |
| 541 | +++++++++++++++++++ |
| 542 | This section refers to the macro charts to deploy the required infrastructure and a (or many) VOLTHA stacks: |
| 543 | |
| 544 | .. list-table:: Helm Chart Versions |
| 545 | :widths: 30, 5, 5, 5, 5, 5 |
| 546 | :header-rows: 2 |
| 547 | |
| 548 | * - Component |
| 549 | - VOLTHA |
| 550 | - Component |
| 551 | - |
| 552 | - Gerrit |
| 553 | - Github |
| 554 | * - Name |
| 555 | - Version |
| 556 | - Version |
| 557 | - with Chart |
| 558 | - URL |
| 559 | - URL |
| 560 | * - |
| 561 | - |
| 562 | - |
| 563 | - |
| 564 | - |
| 565 | - |
| 566 | * - Voltha-infra |
Joey Armstrong | 0423f45 | 2024-02-10 18:19:10 -0500 | [diff] [blame^] | 567 | - `2.12.2 <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/voltha-infra/Chart.yaml#37>`__ |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 568 | - |
| 569 | - |
| 570 | - |
| 571 | - |
| 572 | * - Voltha-stack |
Joey Armstrong | 0423f45 | 2024-02-10 18:19:10 -0500 | [diff] [blame^] | 573 | - `2.12.7 <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/voltha-stack/Chart.yaml#37>`_ |
Joey Armstrong | b1498d7 | 2023-06-13 10:46:57 -0400 | [diff] [blame] | 574 | - |
| 575 | - |
| 576 | - |
| 577 | - |
| 578 | |
| 579 | BAL Version |
| 580 | +++++++++++ |
| 581 | |
| 582 | .. list-table:: Helm Chart Versions |
| 583 | :widths: 30, 5, 5, 5, 5, 5 |
| 584 | :header-rows: 2 |
| 585 | |
| 586 | * - Component |
| 587 | - VOLTHA |
| 588 | - Component |
| 589 | - |
| 590 | - Gerrit |
| 591 | - Github |
| 592 | * - Name |
| 593 | - Version |
| 594 | - Version |
| 595 | - with Chart |
| 596 | - URL |
| 597 | - URL |
| 598 | * - |
| 599 | - |
| 600 | - |
| 601 | - |
| 602 | - |
| 603 | - |
| 604 | * - Broadcom abstraction layer (BAL) |
| 605 | - |
| 606 | - ``3.10.2.2`` |
| 607 | - |
| 608 | - |
| 609 | - |
| 610 | |
| 611 | | |
Joey Armstrong | 83135fb | 2023-06-04 00:48:14 -0400 | [diff] [blame] | 612 | |
Joey Armstrong | 64b8249 | 2023-06-01 17:34:39 -0400 | [diff] [blame] | 613 | Helm Chart Versions |
| 614 | +++++++++++++++++++ |
| 615 | This section refers to the macro charts to deploy the required infrastructure and a (or many) VOLTHA stacks: |
| 616 | |
| 617 | BAL Version |
| 618 | +++++++++++ |
| 619 | |
| 620 | | |
| 621 | |
| 622 | Get Involved |
| 623 | ------------ |
Joey Armstrong | 5faccbe | 2023-07-13 18:30:01 -0400 | [diff] [blame] | 624 | <We'd love to accept your patches and contributions to the VOLTHA project, join the community! |
Joey Armstrong | 64b8249 | 2023-06-01 17:34:39 -0400 | [diff] [blame] | 625 | |
| 626 | | Here are a few resources to get you started: |
| 627 | |
| 628 | |
| 629 | Index/Entry points |
| 630 | ++++++++++++++++++ |
| 631 | |
| 632 | - `https://docs.voltha.org <https://docs.voltha.org/master/index.html>`_ |
| 633 | - `Getting Started <https://docs.voltha.org/master/overview/contributing.html>`_ |
| 634 | |
| 635 | HOWTO |
| 636 | +++++ |
| 637 | |
| 638 | - `Code, Documentation, Makefiles <https://docs.voltha.org/master/howto/index.html>`_ |
| 639 | - `Setup a test pod <https://docs.voltha.org/master/overview/lab_setup.html>`_ |
| 640 | - `Troubleshooting <https://docs.voltha.org/master/overview/troubleshooting.html>`_ |
| 641 | |
| 642 | Testing |
| 643 | +++++++ |
| 644 | |
| 645 | - `Automation <https://docs.voltha.org/master/testing/voltha_test_automation.html>`_ |
| 646 | - `Robot testing harness <https://docs.voltha.org/master/testing/index.html>`_ |
| 647 | - `voltha-system-tests <https://docs.voltha.org/master/voltha-system-tests/README.html>`_ |
| 648 | |
| 649 | CLI Tools |
| 650 | +++++++++ |
| 651 | |
| 652 | - `BBSIM <https://docs.voltha.org/master/bbsim/docs/source/index.html>`__ |
| 653 | - `voltctl <https://docs.voltha.org/master/voltctl/README.html?highlight=voltctl>`__ |
| 654 | |
| 655 | Slack |
| 656 | +++++ |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 657 | |
Joey Armstrong | 64b8249 | 2023-06-01 17:34:39 -0400 | [diff] [blame] | 658 | - `voltha-dev <https://app.slack.com/client/T095Z193Q/C01D229FP2A>`_ |
| 659 | - `community <https://app.slack.com/client/T095Z193Q/C0184DT7116>`_ |
| 660 | - `general <https://app.slack.com/client/T095Z193Q/C095YQBLL>`_ |
| 661 | |
| 662 | Mailing List |
| 663 | ++++++++++++ |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 664 | |
Joey Armstrong | 64b8249 | 2023-06-01 17:34:39 -0400 | [diff] [blame] | 665 | - `voltha-discuss@opennetworking.org <https://groups.google.com/a/opennetworking.org/g/voltha-discuss>`_. |
| 666 | |
| 667 | Weekly TST Meetings |
| 668 | +++++++++++++++++++ |
Joey Armstrong | 64b8249 | 2023-06-01 17:34:39 -0400 | [diff] [blame] | 669 | |
Joey Armstrong | 56ebc23 | 2023-06-29 18:58:29 -0400 | [diff] [blame] | 670 | - `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>`_. |
| 671 | - `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>`_. |
| 672 | |
| 673 | Website(s) |
| 674 | ++++++++++ |
| 675 | |
| 676 | - `onf/VOLTHA <https://opennetworking.org/voltha/>`_ |
| 677 | - `docs.voltha.org <https://docs.voltha.org>`_ |
Joey Armstrong | 1b8fdc3 | 2023-12-20 17:22:57 -0500 | [diff] [blame] | 678 | - `Wiki <https://wiki.opencord.org>`_ |
Joey Armstrong | 7d32cbe | 2023-06-02 14:30:19 -0400 | [diff] [blame] | 679 | |
Joey Armstrong | 64b8249 | 2023-06-01 17:34:39 -0400 | [diff] [blame] | 680 | | |
Joey Armstrong | c320144 | 2024-02-02 15:16:07 -0500 | [diff] [blame] | 681 | |
| 682 | .. |jira-opencord| replace:: replacement https://jira.opencord.org/browse |
| 683 | .. |mvn-artifact| replace:: replacement https://mvnrepository.com/artifact/org.opencord |
| 684 | .. |mvn-aaa| replace:: replacement https://mvnrepository.com/artifact/org.opencord/aaa |
| 685 | .. |mvn-olt| replace:: replacement |mvn-artifact|/olt |