blob: b8b68309bc971a024ddfea8a81fa360bae939d80 [file] [log] [blame]
Zack Williams583833b2020-04-10 08:17:44 -07001# SPDX-FileCopyrightText: © 2020 kind-voltha contributors
2# SPDX-License-Identifier: Apache-2.0o
3#
Andy Bavier9edc1132020-03-27 08:57:02 -07004# Source this file before running ./voltha up to install the VOLTHA 2.3.0 release
5
Girish Gowdrab3666af2020-04-10 13:42:19 -07006export VOLTHA_CHART_VERSION=2.3.2
Andy Bavier9edc1132020-03-27 08:57:02 -07007export VOLTHA_BBSIM_CHART_VERSION=3.0.18
Andy Bavier0eef5472020-04-10 10:37:34 -07008export VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=2.3.2
Andy Bavier9edc1132020-03-27 08:57:02 -07009export VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=2.3.0
10export ONOS_CHART_VERSION=3.0.1
Andrea Campanella26885de2020-06-05 12:10:18 +020011export VOLTCTL_VERSION=1.0.18
David Bainbridge60ffc0f2020-04-27 22:13:22 -070012export WITH_ONOS=legacy
David K. Bainbridge88a7a792020-07-27 17:01:14 +000013export KIND_VERSION=v.5.1
14export HELM_VERSION=2.16.9
Matteo Scandolo57161902021-05-12 15:26:11 -070015export IGNORE_WARNINGS=y
Andy Bavier9edc1132020-03-27 08:57:02 -070016
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 Scandolo57ffd062020-12-09 09:33:06 -080021export EXTRA_HELM_FLAGS="--set defaults.image_tag=null,images.onos.tag=4.0.2,use_openonu_adapter_go=false "
Matteo Scandoloc2eb0672020-05-01 14:43:15 -070022
23# In voltha-2.3 multiple BBSim beployment were namend bbsim, bbsim1, bbsim2..
24# In master we made the names consistent bbsim0, bbsim1, ...
25export LEGACY_BBSIM_INDEX=yes