blob: 1906e0c63b7143ab29f62ed60d11913bd8f7d475 [file] [log] [blame]
Matteo Scandolo2c2bf9c2020-12-09 14:21:25 -08001# SPDX-FileCopyrightText: © 2020 kind-voltha contributors
2# SPDX-License-Identifier: Apache-2.0o
3#
Andrea Campanella3f1dd1a2020-12-16 19:13:34 +01004# Source this file before running ./voltha up to install the VOLTHA 2.6.0 release
Matteo Scandolo2c2bf9c2020-12-09 14:21:25 -08005
6export VOLTHA_CHART_VERSION=2.7.2
Andrea Campanella04c14872020-12-15 18:06:45 +01007export VOLTHA_BBSIM_CHART_VERSION=4.1.6
Matteo Scandolo2c2bf9c2020-12-09 14:21:25 -08008export VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=2.7.1
Matteo Scandolofd640122020-12-15 10:16:01 -10009export VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=2.6.10
Matteo Scandolo5b933a82020-12-15 14:07:14 -100010export BBSIM_SADIS_SERVER_CHART_VERSION=0.0.5
Matteo Scandolo2c2bf9c2020-12-09 14:21:25 -080011export ONOS_CLASSIC_CHART_VERSION=0.1.11
12export RADIUS_CHART_VERSION=1.0.2
13export VOLTCTL_VERSION=1.3.1
14export WITH_ONOS=classic
15export HELM_VERSION=v3.2.4
16export KIND_VERSION=v0.8.1
Matteo Scandolo57161902021-05-12 15:26:11 -070017export IGNORE_WARNINGS=y
Matteo Scandolo2c2bf9c2020-12-09 14:21:25 -080018
19# defaults.image_tag=null will use the image tags in the Helm charts rather than
20# kind-voltha's default which is 'master'.
21# Also we need to specify the tag for voltha/voltha-onos image since this is
22# not in the ONOS chart.
Andrea Campanella3f1dd1a2020-12-16 19:13:34 +010023export EXTRA_HELM_FLAGS="--set defaults.image_tag=null,images.onos.tag=4.2.0 "