blob: 4e777c097e942db4e5682399e14bb17904ce9008 [file] [log] [blame]
Andy Bavier7a080492018-08-30 14:26:09 -07001---
Andy Bavier7a080492018-08-30 14:26:09 -07002# Copyright 2018-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16# Values file for deploying SEBA with Ponsim
Daniele Morod4218c12020-01-22 10:09:13 -080017# Use this file to deploy the service versions specified in the Helm charts.
18
19images:
20 rg:
21 # TODO: Modify when this docker image is published with a release tag
22 repository: 'dmoro92/voltha-tester'
23 tag: 'latest'
Andy Bavier7a080492018-08-30 14:26:09 -070024
Zack Williams2749ae52018-09-28 09:43:43 -070025# voltha
Andy Bavier58c4e8a2018-11-19 09:53:08 -070026etcd-cluster:
27 clusterSize: 1
Andy Bavier859d2822018-09-25 10:08:38 -070028
Matteo Scandoloa7286fd2018-12-18 15:16:48 -080029# in workflow/att-workflow service chart
30att-workflow-driver:
31 # this is mandatory, it's needed to correctly configure the kafka endpoint
32 kafkaService: cord-kafka
Andy Bavier923d8ff2019-03-15 14:49:13 -070033
34# in workflow/tt-workflow service chart
35tt-workflow-driver:
36 image:
37 repository: andybavier/test-image-synchronizer
38 tag: tt-workflow-driver
Daniele Morod4218c12020-01-22 10:09:13 -080039 # this is mandatory, it's needed to correctly configure the kafka endpoint
40 kafkaService: cord-kafka
Andy Bavier923d8ff2019-03-15 14:49:13 -070041
Daniele Morod4218c12020-01-22 10:09:13 -080042dt-workflow-driver:
Andy Bavier923d8ff2019-03-15 14:49:13 -070043 # this is mandatory, it's needed to correctly configure the kafka endpoint
44 kafkaService: cord-kafka
Andy Bavier6ca22c02019-04-02 14:03:49 -070045
46# in mininet chart
Scott Bakera5250082019-07-01 12:04:25 -070047vlanMatchDepth: 2
48enableMulticast: True
Andy Bavieraf38f0d2019-04-19 16:03:34 -070049
50# in ponsim-pod chart
Scott Bakera5250082019-07-01 12:04:25 -070051bandwidthProfiles: True
52legacyPonsim: False
53
Daniele Morod4218c12020-01-22 10:09:13 -080054# in seba-services profile
55fabric:
56 stratum:
57 enabled: false
58 # BMv2 drivers will activate also stratum drivers
59 driverAppId: 'org.onosproject.drivers.bmv2'
60 # Use BMv2 pipeconf (already in ONOS)
61 pipeconfAppExternal: false
62 pipeconfAppId: 'org.onosproject.pipelines.fabric'
63
64bng:
65 external:
66 enabled: true
67 embedded:
68 enabled: false