blob: 08d38e47c6bc9d290c4682f0e3f18aaa10e8970e [file] [log] [blame]
Daniele Moro93c2c502019-11-05 16:01:36 -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 Moro93c2c502019-11-05 16:01:36 -080021
22images:
Daniele Moro93c2c502019-11-05 16:01:36 -080023 mininet:
24 repository: 'opencord/mn-stratum-siab'
25 tag: 'master'
Daniele Moro93c2c502019-11-05 16:01:36 -080026
Daniele Morod4218c12020-01-22 10:09:13 -080027# In mininet chart
Daniele Moro93c2c502019-11-05 16:01:36 -080028# FIXME: check if multicast is working
29enableMulticast: false
30topoScript: '/toposcripts/topo_stratum.py'
Daniele Morod4218c12020-01-22 10:09:13 -080031mnStratumSwitchCount: 1
Daniele Moro93c2c502019-11-05 16:01:36 -080032
Daniele Moro93c2c502019-11-05 16:01:36 -080033fabric:
Daniele Moro93c2c502019-11-05 16:01:36 -080034 stratum:
Daniele Moro93c2c502019-11-05 16:01:36 -080035 enabled: true