blob: d1dd4538e3e78e8aad998a1a7244ea4301db9e77 [file] [log] [blame]
Daniele Moro50fa4072019-11-07 23:42:16 -08001---
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 Morod4218c12020-01-22 10:09:13 -080017# 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 Moro50fa4072019-11-07 23:42:16 -080021
22images:
Daniele Moro50fa4072019-11-07 23:42:16 -080023 mininet:
24 repository: 'opencord/mn-stratum-siab'
25 tag: 'master'
Daniele Morof6dfb902020-01-15 15:00:36 -080026 kpi_exporter:
27 # TODO: remove then this docker container is released ((update the value definition in nem-monitoring)
28 repository: 'opencord/kafka-topic-exporter'
29 tag: 'latest'
Daniele Moro50fa4072019-11-07 23:42:16 -080030
Daniele Moro50fa4072019-11-07 23:42:16 -080031# Select DT-Workflow
32workflow: dt-workflow
33
Daniele Morof6dfb902020-01-15 15:00:36 -080034# Activate BNG dashboard
35kpi_exporter:
36 topics:
37 - voltha.kpis
38 - onos.kpis
39 - bng.stats
40dashboards:
41 bng: true
42 aaa: false
43
Daniele Morod4218c12020-01-22 10:09:13 -080044# In mininet chart
45# FIXME: check if multicast is working
Daniele Moro50fa4072019-11-07 23:42:16 -080046enableMulticast: false
47topoScript: '/toposcripts/topo_sdbng.py'
Daniele Morod4218c12020-01-22 10:09:13 -080048mnStratumSwitchCount: 1
Daniele Moro50fa4072019-11-07 23:42:16 -080049
Daniele Moro50fa4072019-11-07 23:42:16 -080050fabric:
Daniele Moro50fa4072019-11-07 23:42:16 -080051 stratum:
Daniele Moro50fa4072019-11-07 23:42:16 -080052 enabled: true
Daniele Morod4218c12020-01-22 10:09:13 -080053
54# Activate SD-BNG
Daniele Moro50fa4072019-11-07 23:42:16 -080055bng:
56 external:
57 enabled: false
58 embedded:
59 enabled: true