| # SPDX-FileCopyrightText: © 2020 kind-voltha contributors |
| # SPDX-License-Identifier: Apache-2.0o |
| # |
| # Source this file before running ./voltha up to install the VOLTHA 2.3.0 release |
| |
| export VOLTHA_CHART_VERSION=2.3.2 |
| export VOLTHA_BBSIM_CHART_VERSION=3.0.18 |
| export VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=2.3.2 |
| export VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=2.3.0 |
| export ONOS_CHART_VERSION=3.0.1 |
| export VOLTCTL_VERSION=1.0.18 |
| export WITH_ONOS=legacy |
| export KIND_VERSION=v.5.1 |
| export HELM_VERSION=2.16.9 |
| |
| # 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.0.2,use_openonu_adapter_go=false " |
| |
| # In voltha-2.3 multiple BBSim beployment were namend bbsim, bbsim1, bbsim2.. |
| # In master we made the names consistent bbsim0, bbsim1, ... |
| export LEGACY_BBSIM_INDEX=yes |