Matteo Scandolo | 73dd0a4 | 2020-09-12 10:01:57 -0700 | [diff] [blame] | 1 | # 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 Scandolo | a82eb10 | 2020-09-24 09:34:02 -0700 | [diff] [blame] | 6 | export VOLTHA_CHART_VERSION=2.6.4 |
Matteo Scandolo | f942da3 | 2020-09-30 10:17:49 -0700 | [diff] [blame] | 7 | export VOLTHA_BBSIM_CHART_VERSION=4.0.3 |
Andrea Campanella | 152ab3e | 2020-09-23 19:00:44 +0200 | [diff] [blame] | 8 | export VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=2.6.4 |
Matteo Scandolo | 73dd0a4 | 2020-09-12 10:01:57 -0700 | [diff] [blame] | 9 | export VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=2.5.0 |
| 10 | export ONOS_CLASSIC_CHART_VERSION=0.1.8 |
| 11 | export RADIUS_CHART_VERSION=1.0.1 |
| 12 | export VOLTCTL_VERSION=1.2.1 |
| 13 | export WITH_ONOS=classic |
| 14 | export HELM_VERSION=v3.2.4 |
| 15 | export KIND_VERSION=v0.8.1 |
| 16 | |
Matteo Scandolo | d978912 | 2020-12-04 15:09:06 -0800 | [diff] [blame] | 17 | # lock bbsim-sadis server to Ciena version |
| 18 | export BBSIM_SADIS_SERVER_CHART=bbsim-sadis/bbsim-sadis-server |
| 19 | export BBSIM_SADIS_SERVER_CHART_VERSION=1.1.0 |
| 20 | |
Matteo Scandolo | 73dd0a4 | 2020-09-12 10:01:57 -0700 | [diff] [blame] | 21 | # defaults.image_tag=null will use the image tags in the Helm charts rather than |
| 22 | # kind-voltha's default which is 'master'. |
| 23 | # Also we need to specify the tag for voltha/voltha-onos image since this is |
| 24 | # not in the ONOS chart. |
Matteo Scandolo | 57ffd06 | 2020-12-09 09:33:06 -0800 | [diff] [blame] | 25 | export EXTRA_HELM_FLAGS="--set defaults.image_tag=null,images.onos.tag=4.1.8,use_openonu_adapter_go=false " |