Daniele Moro | 50fa407 | 2019-11-07 23:42:16 -0800 | [diff] [blame] | 1 | --- |
| 2 | # Copyright 2019-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 and Stratum |
Daniele Moro | d4218c1 | 2020-01-22 10:09:13 -0800 | [diff] [blame] | 17 | # Use this file together with seba-ponsim.yaml to deploy the service versions |
| 18 | # specified in the Helm charts. |
| 19 | |
| 20 | # --------------- Values modified or added wrt seba-ponsim.yaml ---------------- |
Daniele Moro | 50fa407 | 2019-11-07 23:42:16 -0800 | [diff] [blame] | 21 | |
| 22 | images: |
Daniele Moro | 50fa407 | 2019-11-07 23:42:16 -0800 | [diff] [blame] | 23 | mininet: |
| 24 | repository: 'opencord/mn-stratum-siab' |
| 25 | tag: 'master' |
Daniele Moro | 50fa407 | 2019-11-07 23:42:16 -0800 | [diff] [blame] | 26 | |
Daniele Moro | 50fa407 | 2019-11-07 23:42:16 -0800 | [diff] [blame] | 27 | # Select DT-Workflow |
| 28 | workflow: dt-workflow |
| 29 | |
Daniele Moro | f6dfb90 | 2020-01-15 15:00:36 -0800 | [diff] [blame] | 30 | # Activate BNG dashboard |
| 31 | kpi_exporter: |
| 32 | topics: |
| 33 | - voltha.kpis |
| 34 | - onos.kpis |
| 35 | - bng.stats |
| 36 | dashboards: |
| 37 | bng: true |
| 38 | aaa: false |
| 39 | |
Daniele Moro | d4218c1 | 2020-01-22 10:09:13 -0800 | [diff] [blame] | 40 | # In mininet chart |
| 41 | # FIXME: check if multicast is working |
Daniele Moro | 50fa407 | 2019-11-07 23:42:16 -0800 | [diff] [blame] | 42 | enableMulticast: false |
| 43 | topoScript: '/toposcripts/topo_sdbng.py' |
Daniele Moro | d4218c1 | 2020-01-22 10:09:13 -0800 | [diff] [blame] | 44 | mnStratumSwitchCount: 1 |
Daniele Moro | 50fa407 | 2019-11-07 23:42:16 -0800 | [diff] [blame] | 45 | |
Daniele Moro | 50fa407 | 2019-11-07 23:42:16 -0800 | [diff] [blame] | 46 | fabric: |
Daniele Moro | 50fa407 | 2019-11-07 23:42:16 -0800 | [diff] [blame] | 47 | stratum: |
Daniele Moro | 50fa407 | 2019-11-07 23:42:16 -0800 | [diff] [blame] | 48 | enabled: true |
Daniele Moro | d4218c1 | 2020-01-22 10:09:13 -0800 | [diff] [blame] | 49 | |
| 50 | # Activate SD-BNG |
Daniele Moro | 50fa407 | 2019-11-07 23:42:16 -0800 | [diff] [blame] | 51 | bng: |
| 52 | external: |
| 53 | enabled: false |
| 54 | embedded: |
| 55 | enabled: true |