blob: e021c46e9499343158a42d3fb679d4f04496600c [file] [log] [blame]
Kailash0b58ec12019-01-28 15:36:05 -08001---
Kailashbccdcb82019-03-26 11:17:31 -07002# Copyright 2018-present Open Networking Foundation
Kailash0b58ec12019-01-28 15:36:05 -08003#
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
Kailashbccdcb82019-03-26 11:17:31 -070016# Values file for deploying SEBA with Ponsim
17# Use this file to deploy the service versions speecified in the Helm charts.
Kailash0b58ec12019-01-28 15:36:05 -080018
Kailashbccdcb82019-03-26 11:17:31 -070019# voltha
20etcd-cluster:
21 clusterSize: 1
22
23# in workflow/att-workflow service chart
24att-workflow-driver:
25 # this is mandatory, it's needed to correctly configure the kafka endpoint
26 kafkaService: cord-kafka
27
Kailashc33f0372019-01-29 14:00:50 -080028images:
Kailash0b58ec12019-01-28 15:36:05 -080029 vcore:
Kailash2575b242019-03-22 19:55:25 -070030 tag: 'latest'
Kailashbccdcb82019-03-26 11:17:31 -070031 vcli:
32 tag: 'latest'
33 ofagent:
34 tag: 'latest'
35 netconf:
36 tag: 'latest'
37 envoy_for_etcd:
38 tag: 'latest'
39 alarm_generator:
40 tag: 'latest'
41 freeradius:
42 tag: 'latest'
43 olt:
44 repository: "voltha/voltha-ponsim"
45 tag: "latest"
46 onu:
47 repository: "voltha/voltha-ponsim"
48 tag: "latest"