blob: 4508fd5614d9f2eaac21743401670cee9d8bac01 [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
17# Use this file to deploy the service versions specified in the Helm charts.
18
19images:
20 # Mininet image
21 mininet:
22 repository: 'opencord/mn-stratum-siab'
23 tag: 'master'
24 pullPolicy: Always
25 onos:
26 repository: 'onosproject/onos'
27 tag: '2.2-latest'
28 pullPolicy: Always
29 rg:
30# TODO: Modify when this docker image is published
31 repository: 'dmoro92/voltha-tester'
32 tag: 'latest'
33 pullPolicy: Always
34
35# ONOS activate debug
36onos_env:
37 - name: JAVA_DEBUG_PORT
38 value: "0.0.0.0:5005"
39
40# voltha
41etcd-cluster:
42 clusterSize: 1
43
44# Set topics for KPI-exporter, adding the bng.stats
45kpi_exporter:
46# Select DT-Workflow
47workflow: dt-workflow
48
49dt-workflow-driver:
50 image:
51# TODO: modify when DT workflow synchronizer is published
52 repository: "dmoro92/dt-workflow-driver-synchronizer"
53 tag: "1.0.0-dev"
54 # this is mandatory, it's needed to correctly configure the kafka endpoint
55 kafkaService: cord-kafka
56
57# in mininet chart
58# FIXME: make multicast working
59enableMulticast: false
60topoScript: '/toposcripts/topo_sdbng.py'
61stratumEnabled: true
62
63# in ponsim-pod chart
64bandwidthProfiles: true
65legacyPonsim: false
66
67# fabric
68fabric:
69 enabled: true
70 stratum:
71 # BMv2 drivers will activate also stratum drivers
72 driverAppId: 'org.onosproject.drivers.bmv2'
73 # Enable stratum
74 enabled: true
75 # Use BMv2 pipeconf (already in ONOS)
76 pipeconfAppExternal: false
77 pipeconfAppId: 'org.onosproject.pipelines.fabric'
78bng:
79 external:
80 enabled: false
81 embedded:
82 enabled: true
83 # ONOS app to provide the BNG control plane
84 bngAppId: "org.opencord.bng"
85 bngAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=bng-app&v=1.0.0-SNAPSHOT&e=oar"
86 bngAppVersion: "1.0.0.SNAPSHOT"
87
88# ONOS applications
89kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=2.0.1-SNAPSHOT&e=oar"
90kafkaAppVersion: "2.0.1.SNAPSHOT"