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 |
Andy Bavier | f38f52f | 2018-10-11 13:20:48 -0700 | [diff] [blame] | 17 | # Use this file to deploy the service versions speecified in the Helm charts. |
Andy Bavier | 7a08049 | 2018-08-30 14:26:09 -0700 | [diff] [blame] | 18 | |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 19 | # voltha |
Andy Bavier | 58c4e8a | 2018-11-19 09:53:08 -0700 | [diff] [blame] | 20 | etcd-cluster: |
| 21 | clusterSize: 1 |
Andy Bavier | 859d282 | 2018-09-25 10:08:38 -0700 | [diff] [blame] | 22 | |
Matteo Scandolo | a7286fd | 2018-12-18 15:16:48 -0800 | [diff] [blame] | 23 | # in workflow/att-workflow service chart |
| 24 | att-workflow-driver: |
| 25 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 26 | kafkaService: cord-kafka |
Andy Bavier | 923d8ff | 2019-03-15 14:49:13 -0700 | [diff] [blame] | 27 | |
| 28 | # in workflow/tt-workflow service chart |
| 29 | tt-workflow-driver: |
| 30 | image: |
| 31 | repository: andybavier/test-image-synchronizer |
| 32 | tag: tt-workflow-driver |
| 33 | |
| 34 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 35 | kafkaService: cord-kafka |
Andy Bavier | 6ca22c0 | 2019-04-02 14:03:49 -0700 | [diff] [blame] | 36 | |
| 37 | # in mininet chart |
Scott Baker | a525008 | 2019-07-01 12:04:25 -0700 | [diff] [blame] | 38 | vlanMatchDepth: 2 |
| 39 | enableMulticast: True |
Andy Bavier | af38f0d | 2019-04-19 16:03:34 -0700 | [diff] [blame] | 40 | |
| 41 | # in ponsim-pod chart |
Scott Baker | a525008 | 2019-07-01 12:04:25 -0700 | [diff] [blame] | 42 | bandwidthProfiles: True |
| 43 | legacyPonsim: False |
| 44 | |