blob: ebbc254935b187cfd98d8c0f2ba093b29b5fe1d8 [file] [log] [blame]
Kailash0b58ec12019-01-28 15:36:05 -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
Kailashc33f0372019-01-29 14:00:50 -080016# Automated deployment configuration for installing latest/master of bbsim+voltha1.6 (currently not supported with voltha-master)
Kailash0b58ec12019-01-28 15:36:05 -080017
18# This file is used to optionally customize helm charts installations
Kailash0b58ec12019-01-28 15:36:05 -080019
Kailashc33f0372019-01-29 14:00:50 -080020images:
Kailash0b58ec12019-01-28 15:36:05 -080021 netconf:
Kailashc33f0372019-01-29 14:00:50 -080022 repository: 'voltha/voltha-netconf'
23 tag: 'voltha-1.6'
Kailash0b58ec12019-01-28 15:36:05 -080024
25 ofagent:
Kailashc33f0372019-01-29 14:00:50 -080026 repository: 'voltha/voltha-ofagent'
27 tag: 'voltha-1.6'
Kailash0b58ec12019-01-28 15:36:05 -080028
29 vcli:
Kailashc33f0372019-01-29 14:00:50 -080030 repository: 'voltha/voltha-cli'
31 tag: 'voltha-1.6'
Kailash0b58ec12019-01-28 15:36:05 -080032
33 vcore:
Kailashc33f0372019-01-29 14:00:50 -080034 repository: 'voltha/voltha-voltha'
35 tag: 'voltha-1.6'
Kailash0b58ec12019-01-28 15:36:05 -080036
Kailashc33f0372019-01-29 14:00:50 -080037 envoy_for_etcd:
38 repository: 'voltha/voltha-envoy'
39 tag: 'voltha-1.6'
Kailash0b58ec12019-01-28 15:36:05 -080040
Kailashc33f0372019-01-29 14:00:50 -080041 alarm_generator:
42 repository: 'voltha/voltha-alarm-generator'
43 tag: 'voltha-1.6'