blob: 9a78dbfb2b383da09e01e7bc35284c38abb50a12 [file] [log] [blame]
Andy Bavier3d83ce82019-01-03 13:10:08 -07001---
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
17# Use this file to deploy the service versions speecified in the Helm charts.
18
19# For building released version of seba
20voltha:
21 etcd-cluster:
22 clusterSize: 1
23
24onosOpenflowSvc: "cord-platform-onos-openflow.default.svc.cluster.local"
25
26sadis-server:
27 kafkaBroker: "cord-platform-kafka:9092"