Matteo Scandolo | 2c2bf9c | 2020-12-09 14:21:25 -0800 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: © 2020 kind-voltha contributors |
| 2 | # SPDX-License-Identifier: Apache-2.0o |
| 3 | # |
Andrea Campanella | 3f1dd1a | 2020-12-16 19:13:34 +0100 | [diff] [blame] | 4 | # Source this file before running ./voltha up to install the VOLTHA 2.6.0 release |
Matteo Scandolo | 2c2bf9c | 2020-12-09 14:21:25 -0800 | [diff] [blame] | 5 | |
| 6 | export VOLTHA_CHART_VERSION=2.7.2 |
Andrea Campanella | 04c1487 | 2020-12-15 18:06:45 +0100 | [diff] [blame] | 7 | export VOLTHA_BBSIM_CHART_VERSION=4.1.6 |
Matteo Scandolo | 2c2bf9c | 2020-12-09 14:21:25 -0800 | [diff] [blame] | 8 | export VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=2.7.1 |
Matteo Scandolo | fd64012 | 2020-12-15 10:16:01 -1000 | [diff] [blame] | 9 | export VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=2.6.10 |
Matteo Scandolo | 5b933a8 | 2020-12-15 14:07:14 -1000 | [diff] [blame] | 10 | export BBSIM_SADIS_SERVER_CHART_VERSION=0.0.5 |
Matteo Scandolo | 2c2bf9c | 2020-12-09 14:21:25 -0800 | [diff] [blame] | 11 | export ONOS_CLASSIC_CHART_VERSION=0.1.11 |
| 12 | export RADIUS_CHART_VERSION=1.0.2 |
| 13 | export VOLTCTL_VERSION=1.3.1 |
| 14 | export WITH_ONOS=classic |
| 15 | export HELM_VERSION=v3.2.4 |
| 16 | export KIND_VERSION=v0.8.1 |
| 17 | |
| 18 | # defaults.image_tag=null will use the image tags in the Helm charts rather than |
| 19 | # kind-voltha's default which is 'master'. |
| 20 | # Also we need to specify the tag for voltha/voltha-onos image since this is |
| 21 | # not in the ONOS chart. |
Andrea Campanella | 3f1dd1a | 2020-12-16 19:13:34 +0100 | [diff] [blame] | 22 | export EXTRA_HELM_FLAGS="--set defaults.image_tag=null,images.onos.tag=4.2.0 " |