Andy Bavier | 8b9d409 | 2020-07-01 13:28:08 -0700 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: © 2020 kind-voltha contributors |
| 2 | # SPDX-License-Identifier: Apache-2.0o |
| 3 | # |
| 4 | # Source this file before running ./voltha up to install the VOLTHA 2.4.0 release |
| 5 | |
Girish Kumar | 7e968b9 | 2020-07-10 17:51:36 +0000 | [diff] [blame] | 6 | export VOLTHA_CHART_VERSION=2.5.4 |
Andy Bavier | 3344f6d | 2020-07-13 12:25:57 -0700 | [diff] [blame] | 7 | export VOLTHA_BBSIM_CHART_VERSION=3.0.29 |
Matteo Scandolo | 2661fed | 2020-07-14 18:14:40 -0700 | [diff] [blame^] | 8 | export VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=2.5.5 |
Andy Bavier | 8b9d409 | 2020-07-01 13:28:08 -0700 | [diff] [blame] | 9 | export VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=2.4.2 |
| 10 | export ONOS_CLASSIC_CHART_VERSION=0.1.1 |
| 11 | export RADIUS_CHART_VERSION=1.0.0 |
| 12 | export VOLTCTL_VERSION=1.1.8 |
| 13 | export WITH_ONOS=classic |
| 14 | |
| 15 | # defaults.image_tag=null will use the image tags in the Helm charts rather than |
| 16 | # kind-voltha's default which is 'master'. |
| 17 | # Also we need to specify the tag for voltha/voltha-onos image since this is |
| 18 | # not in the ONOS chart. |
Andrea Campanella | 22eb28f | 2020-07-07 10:31:40 +0200 | [diff] [blame] | 19 | export EXTRA_HELM_FLAGS="--set defaults.image_tag=null,images.onos.tag=4.1.1 " |