blob: a35a940684ad1abd226959787e1b537716d680ee [file] [log] [blame]
Matteo Scandolo73dd0a42020-09-12 10:01:57 -07001# 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.5.0 release
5
Matteo Scandoloa82eb102020-09-24 09:34:02 -07006export VOLTHA_CHART_VERSION=2.6.4
Matteo Scandolo0df725c2020-09-24 14:00:45 -07007export VOLTHA_BBSIM_CHART_VERSION=4.0.2
Andrea Campanella152ab3e2020-09-23 19:00:44 +02008export VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=2.6.4
Matteo Scandolo73dd0a42020-09-12 10:01:57 -07009export VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=2.5.0
10export ONOS_CLASSIC_CHART_VERSION=0.1.8
11export RADIUS_CHART_VERSION=1.0.1
12export VOLTCTL_VERSION=1.2.1
13export WITH_ONOS=classic
14export HELM_VERSION=v3.2.4
15export KIND_VERSION=v0.8.1
16
17# defaults.image_tag=null will use the image tags in the Helm charts rather than
18# kind-voltha's default which is 'master'.
19# Also we need to specify the tag for voltha/voltha-onos image since this is
20# not in the ONOS chart.
Matteo Scandolo2f082652020-09-29 15:27:38 -070021export EXTRA_HELM_FLAGS="--set defaults.image_tag=null,images.onos.tag=4.1.8 "