blob: 2571de5a2a0bf60b16989bbdef22e4a137576302 [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
16# Automated deployment configuration for installing latest/master of bbsim+voltha
17
18# This file is used to optionally customize helm charts installations
19images:
20 envoy_for_etcd:
21 tag: 'latest'
22
23 netconf:
24 tag: 'latest'
25
26 ofagent:
27 tag: 'latest'
28
29 vcli:
30 tag: 'latest'
31
32 vcore:
33 tag: 'latest'
34
35# ONOS applications
36aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.8.0-SNAPSHOT/aaa-1.8.0-20181129.184849-116.oar"
37aaaAppVersion: "1.8.0.SNAPSHOT"
38
39sadisAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/sadis-app/2.2.0-SNAPSHOT/sadis-app-2.2.0-20181127.081727-156.oar"
40sadisAppVersion: "2.2.0.SNAPSHOT"
41
42dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.5.0-SNAPSHOT/dhcpl2relay-1.5.0-20181129.184928-160.oar"
43dhcpl2relayAppVersion: "1.5.0.SNAPSHOT"
44
45oltAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/olt-app/2.1.0-SNAPSHOT/olt-app-2.1.0-20181129.184957-41.oar"
46oltAppVersion: "2.1.0.SNAPSHOT"