Andy Bavier | 7a08049 | 2018-08-30 14:26:09 -0700 | [diff] [blame] | 1 | --- |
Andy Bavier | 7a08049 | 2018-08-30 14:26:09 -0700 | [diff] [blame] | 2 | # 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 Moro | d4218c1 | 2020-01-22 10:09:13 -0800 | [diff] [blame] | 17 | # Use this file to deploy the service versions specified in the Helm charts. |
| 18 | |
| 19 | images: |
| 20 | rg: |
| 21 | # TODO: Modify when this docker image is published with a release tag |
| 22 | repository: 'dmoro92/voltha-tester' |
| 23 | tag: 'latest' |
Andy Bavier | 7a08049 | 2018-08-30 14:26:09 -0700 | [diff] [blame] | 24 | |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 25 | # voltha |
Andy Bavier | 58c4e8a | 2018-11-19 09:53:08 -0700 | [diff] [blame] | 26 | etcd-cluster: |
| 27 | clusterSize: 1 |
Andy Bavier | 859d282 | 2018-09-25 10:08:38 -0700 | [diff] [blame] | 28 | |
Matteo Scandolo | a7286fd | 2018-12-18 15:16:48 -0800 | [diff] [blame] | 29 | # in workflow/att-workflow service chart |
| 30 | att-workflow-driver: |
| 31 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 32 | kafkaService: cord-kafka |
Andy Bavier | 923d8ff | 2019-03-15 14:49:13 -0700 | [diff] [blame] | 33 | |
| 34 | # in workflow/tt-workflow service chart |
| 35 | tt-workflow-driver: |
| 36 | image: |
| 37 | repository: andybavier/test-image-synchronizer |
| 38 | tag: tt-workflow-driver |
Daniele Moro | d4218c1 | 2020-01-22 10:09:13 -0800 | [diff] [blame] | 39 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 40 | kafkaService: cord-kafka |
Andy Bavier | 923d8ff | 2019-03-15 14:49:13 -0700 | [diff] [blame] | 41 | |
Daniele Moro | d4218c1 | 2020-01-22 10:09:13 -0800 | [diff] [blame] | 42 | dt-workflow-driver: |
Andy Bavier | 923d8ff | 2019-03-15 14:49:13 -0700 | [diff] [blame] | 43 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 44 | kafkaService: cord-kafka |
Andy Bavier | 6ca22c0 | 2019-04-02 14:03:49 -0700 | [diff] [blame] | 45 | |
| 46 | # in mininet chart |
Scott Baker | a525008 | 2019-07-01 12:04:25 -0700 | [diff] [blame] | 47 | vlanMatchDepth: 2 |
| 48 | enableMulticast: True |
Andy Bavier | af38f0d | 2019-04-19 16:03:34 -0700 | [diff] [blame] | 49 | |
| 50 | # in ponsim-pod chart |
Scott Baker | a525008 | 2019-07-01 12:04:25 -0700 | [diff] [blame] | 51 | bandwidthProfiles: True |
| 52 | legacyPonsim: False |
| 53 | |
Daniele Moro | d4218c1 | 2020-01-22 10:09:13 -0800 | [diff] [blame] | 54 | # in seba-services profile |
| 55 | fabric: |
| 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 | |
| 64 | bng: |
| 65 | external: |
| 66 | enabled: true |
| 67 | embedded: |
| 68 | enabled: false |