Zack Williams | 583833b | 2020-04-10 08:17:44 -0700 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: © 2020 kind-voltha contributors |
| 2 | # SPDX-License-Identifier: Apache-2.0o |
| 3 | # |
Andy Bavier | 9edc113 | 2020-03-27 08:57:02 -0700 | [diff] [blame] | 4 | # Source this file before running ./voltha up to install the VOLTHA 2.3.0 release |
| 5 | |
Girish Gowdra | b3666af | 2020-04-10 13:42:19 -0700 | [diff] [blame] | 6 | export VOLTHA_CHART_VERSION=2.3.2 |
Andy Bavier | 9edc113 | 2020-03-27 08:57:02 -0700 | [diff] [blame] | 7 | export VOLTHA_BBSIM_CHART_VERSION=3.0.18 |
Andy Bavier | 0eef547 | 2020-04-10 10:37:34 -0700 | [diff] [blame] | 8 | export VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=2.3.2 |
Andy Bavier | 9edc113 | 2020-03-27 08:57:02 -0700 | [diff] [blame] | 9 | export VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=2.3.0 |
| 10 | export ONOS_CHART_VERSION=3.0.1 |
Andrea Campanella | 26885de | 2020-06-05 12:10:18 +0200 | [diff] [blame] | 11 | export VOLTCTL_VERSION=1.0.18 |
David Bainbridge | 60ffc0f | 2020-04-27 22:13:22 -0700 | [diff] [blame] | 12 | export WITH_ONOS=legacy |
David K. Bainbridge | 88a7a79 | 2020-07-27 17:01:14 +0000 | [diff] [blame] | 13 | export KIND_VERSION=v.5.1 |
| 14 | export HELM_VERSION=2.16.9 |
Andy Bavier | 9edc113 | 2020-03-27 08:57:02 -0700 | [diff] [blame] | 15 | |
| 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 Campanella | 5165160 | 2020-04-01 09:27:35 +0200 | [diff] [blame] | 20 | export EXTRA_HELM_FLAGS="--set defaults.image_tag=null,images.onos.tag=4.0.2 " |
Matteo Scandolo | c2eb067 | 2020-05-01 14:43:15 -0700 | [diff] [blame] | 21 | |
| 22 | # In voltha-2.3 multiple BBSim beployment were namend bbsim, bbsim1, bbsim2.. |
| 23 | # In master we made the names consistent bbsim0, bbsim1, ... |
| 24 | export LEGACY_BBSIM_INDEX=yes |