blob: 73dff4fdc4415845839c3fbe1c7e837e172c64d5 [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
Kailash2575b242019-03-22 19:55:25 -070016# Automated deployment configuration for installing latest/master of bbsim and voltha master
Kailash0b58ec12019-01-28 15:36:05 -080017
18# This file is used to optionally customize helm charts installations
Kailashc33f0372019-01-29 14:00:50 -080019images:
Kailash2575b242019-03-22 19:55:25 -070020 envoy_for_etcd:
21 tag: 'latest'
22
Kailash0b58ec12019-01-28 15:36:05 -080023 netconf:
Kailash2575b242019-03-22 19:55:25 -070024 tag: 'latest'
Kailash0b58ec12019-01-28 15:36:05 -080025
26 ofagent:
Kailash2575b242019-03-22 19:55:25 -070027 tag: 'latest'
Kailash0b58ec12019-01-28 15:36:05 -080028
29 vcli:
Kailash2575b242019-03-22 19:55:25 -070030 tag: 'latest'
Kailash0b58ec12019-01-28 15:36:05 -080031
32 vcore:
Kailash2575b242019-03-22 19:55:25 -070033 tag: 'latest'
Kailash4b9298f2019-03-25 12:02:39 -070034
35 onos:
36 tag: '1.13.9-rc'
37 pullPolicy: 'Never'
38
39
Kailash2575b242019-03-22 19:55:25 -070040# ONOS applications
Kailash4b9298f2019-03-25 12:02:39 -070041aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/aaa-1.9.0-20190325.071418-15.oar"
42aaaAppVersion: "1.9.0.SNAPSHOT"
Kailash0b58ec12019-01-28 15:36:05 -080043
Kailash4b9298f2019-03-25 12:02:39 -070044sadisAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/sadis-app/3.1.0-SNAPSHOT/sadis-app-3.1.0-20190325.071529-14.oar"
45sadisAppVersion: "3.1.0.SNAPSHOT"
Kailash0b58ec12019-01-28 15:36:05 -080046
Kailash4b9298f2019-03-25 12:02:39 -070047dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.6.0-SNAPSHOT/dhcpl2relay-1.6.0-20190325.071457-14.oar"
48dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
Kailash2575b242019-03-22 19:55:25 -070049
Kailash4b9298f2019-03-25 12:02:39 -070050oltAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/olt-app/3.0.1-SNAPSHOT/olt-app-3.0.1-20190325.071518-14.oar"
Kailashaa737aa2019-03-25 12:28:42 -070051oltAppVersion: "3.0.1.SNAPSHOT"
52
53kafkaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/kafka/1.1.0-SNAPSHOT/kafka-1.1.0-20190325.071504-14.oar"
54kafkaAppVersion: "1.1.0"