blob: eb81693de2991e21149f9702bd6a3cef1c6f1ed9 [file] [log] [blame]
You Wanga069ccb2018-11-13 13:25:59 -08001---
2# Copyright 2017-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
Kailashd2fd9302019-04-22 19:28:04 -070016# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
You Wanga069ccb2018-11-13 13:25:59 -080017
18# This file is used to optionally customize helm charts installations
19
Suchitra Vemuried099592019-05-16 18:19:39 -070020images:
Kailashd2fd9302019-04-22 19:28:04 -070021 netconf:
Suchitra Vemuried099592019-05-16 18:19:39 -070022 repository: 'voltha/voltha-netconf'
23 tag: 'voltha-1.6'
Kailashd2fd9302019-04-22 19:28:04 -070024
25 ofagent:
Suchitra Vemuried099592019-05-16 18:19:39 -070026 repository: 'voltha/voltha-ofagent'
27 tag: 'voltha-1.6'
Kailashd2fd9302019-04-22 19:28:04 -070028
29 vcli:
Suchitra Vemuried099592019-05-16 18:19:39 -070030 repository: 'voltha/voltha-cli'
31 tag: 'voltha-1.6'
Kailashd2fd9302019-04-22 19:28:04 -070032
33 vcore:
Suchitra Vemuried099592019-05-16 18:19:39 -070034 repository: 'voltha/voltha-voltha'
35 tag: 'voltha-1.6'
Kailashd2fd9302019-04-22 19:28:04 -070036
Suchitra Vemuried099592019-05-16 18:19:39 -070037 envoy_for_etcd:
38 repository: 'voltha/voltha-envoy'
39 tag: 'voltha-1.6'
Kailashd2fd9302019-04-22 19:28:04 -070040
Suchitra Vemuried099592019-05-16 18:19:39 -070041 alarm_generator:
42 repository: 'voltha/voltha-alarm-generator'
43 tag: 'voltha-1.6'