blob: 83632f7297431595a7e8bc6e0851b80f95198af2 [file] [log] [blame]
# SPDX-FileCopyrightText: © 2020 kind-voltha contributors
# SPDX-License-Identifier: Apache-2.0o
#
# Source this file before running ./voltha up to install the VOLTHA 2.5.0 release
export VOLTHA_CHART_VERSION=2.6.4
export VOLTHA_BBSIM_CHART_VERSION=4.0.3
export VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=2.6.4
export VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=2.5.0
export ONOS_CLASSIC_CHART_VERSION=0.1.8
export RADIUS_CHART_VERSION=1.0.1
export VOLTCTL_VERSION=1.2.1
export WITH_ONOS=classic
export HELM_VERSION=v3.2.4
export KIND_VERSION=v0.8.1
export IGNORE_WARNINGS=y
# lock bbsim-sadis server to Ciena version
export BBSIM_SADIS_SERVER_CHART=bbsim-sadis/bbsim-sadis-server
export BBSIM_SADIS_SERVER_CHART_VERSION=1.1.0
# defaults.image_tag=null will use the image tags in the Helm charts rather than
# kind-voltha's default which is 'master'.
# Also we need to specify the tag for voltha/voltha-onos image since this is
# not in the ONOS chart.
export EXTRA_HELM_FLAGS="--set defaults.image_tag=null,images.onos.tag=4.1.8,use_openonu_adapter_go=false "