blob: c37fc80a2c96030aba5bcf3bd138108f2bd43c3f [file] [log] [blame]
Andy Bavier8b9d4092020-07-01 13:28:08 -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.4.0 release
5
Girish Kumar7e968b92020-07-10 17:51:36 +00006export VOLTHA_CHART_VERSION=2.5.4
David Bainbridgeb4bbde12020-06-25 14:46:36 -07007export VOLTHA_BBSIM_CHART_VERSION=3.1.0
Girish Gowdra26c6e3c2020-07-21 09:38:12 -07008export VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=2.5.6
Girish Gowdraba5ec752020-07-20 12:26:11 -07009export VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=2.4.5
Andy Bavier8b9d4092020-07-01 13:28:08 -070010export ONOS_CLASSIC_CHART_VERSION=0.1.1
David Bainbridgeb4bbde12020-06-25 14:46:36 -070011export RADIUS_CHART_VERSION=1.0.1
Andy Bavier8b9d4092020-07-01 13:28:08 -070012export VOLTCTL_VERSION=1.1.8
13export WITH_ONOS=classic
Andrea Campanella40e48b72020-07-21 20:32:52 +020014export HELM_VERSION=v3.2.4
Andy Bavier8b9d4092020-07-01 13:28:08 -070015
16# defaults.image_tag=null will use the image tags in the Helm charts rather than
17# kind-voltha's default which is 'master'.
18# Also we need to specify the tag for voltha/voltha-onos image since this is
19# not in the ONOS chart.
Andrea Campanella13548d52020-07-16 15:42:09 +020020export EXTRA_HELM_FLAGS="--set defaults.image_tag=null,images.onos.tag=4.1.3 "