Andy Bavier | 8b9d409 | 2020-07-01 13:28:08 -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.4.0 release |
| 5 | |
Matteo Scandolo | 64e7b61 | 2020-08-13 15:53:49 -0700 | [diff] [blame] | 6 | export VOLTHA_CHART_VERSION=2.5.7 |
David Bainbridge | b4bbde1 | 2020-06-25 14:46:36 -0700 | [diff] [blame] | 7 | export VOLTHA_BBSIM_CHART_VERSION=3.1.0 |
Girish Gowdra | 239e981 | 2020-08-17 17:20:24 -0700 | [diff] [blame] | 8 | export VOLTHA_ADAPTER_OPEN_OLT_CHART_VERSION=2.5.10 |
Girish Gowdra | 4b90853 | 2020-07-23 14:28:35 -0700 | [diff] [blame] | 9 | export VOLTHA_ADAPTER_OPEN_ONU_CHART_VERSION=2.4.6 |
Andy Bavier | 8b9d409 | 2020-07-01 13:28:08 -0700 | [diff] [blame] | 10 | export ONOS_CLASSIC_CHART_VERSION=0.1.1 |
David Bainbridge | b4bbde1 | 2020-06-25 14:46:36 -0700 | [diff] [blame] | 11 | export RADIUS_CHART_VERSION=1.0.1 |
Andy Bavier | 8b9d409 | 2020-07-01 13:28:08 -0700 | [diff] [blame] | 12 | export VOLTCTL_VERSION=1.1.8 |
| 13 | export WITH_ONOS=classic |
Andrea Campanella | 40e48b7 | 2020-07-21 20:32:52 +0200 | [diff] [blame] | 14 | export HELM_VERSION=v3.2.4 |
David K. Bainbridge | 88a7a79 | 2020-07-27 17:01:14 +0000 | [diff] [blame] | 15 | export KIND_VERSION=v0.8.1 |
Andy Bavier | 8b9d409 | 2020-07-01 13:28:08 -0700 | [diff] [blame] | 16 | |
| 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. |
Andrea Campanella | e5c73a0 | 2020-08-12 15:59:12 +0200 | [diff] [blame] | 21 | export EXTRA_HELM_FLAGS="--set defaults.image_tag=null,images.onos.tag=4.1.4 " |