blob: b764dda2758092a1ebb9f1f315f1815ed8e6e5d9 [file] [log] [blame]
Andy Bavier51f49cb2018-12-13 16:40:03 -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# voltha
20etcd-cluster:
21 clusterSize: 1
22
23images:
24# VOLTHA
25 vcore:
26 tag: 'voltha-1.6'
27 vcli:
28 tag: 'voltha-1.6'
29 ofagent:
30 tag: 'voltha-1.6'
31 netconf:
32 tag: 'voltha-1.6'
33 envoy_for_etcd:
34 tag: 'voltha-1.6'
35 alarm_generator:
36 tag: 'voltha-1.6'
37# Ponsimv2
38 olt:
39 tag: "voltha-1.6"
40 onu:
41 tag: "voltha-1.6"
42 rg:
43 tag: "voltha-1.6"
Matteo Scandoloa7286fd2018-12-18 15:16:48 -080044
45# in workflow/att-workflow service chart
46att-workflow-driver:
47 # this is mandatory, it's needed to correctly configure the kafka endpoint
48 kafkaService: cord-kafka