blob: c2456d9ecfc020a8e3baa713fb7116a3c76e5f0b [file] [log] [blame]
Zack Williamsb9b81272018-11-08 12:29:24 -07001---
Suchitra Vemuriad5fa7d2019-02-12 21:24:05 -08002# 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.
Luca Prete62294e82018-08-28 16:50:26 -070015
Suchitra Vemuriad5fa7d2019-02-12 21:24:05 -080016# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
Matteo Scandolod2494a42018-09-12 11:54:58 -070017
Suchitra Vemuriad5fa7d2019-02-12 21:24:05 -080018# This file is used to optionally customize helm charts installations
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070019images:
20# VOLTHA
21 envoy_for_etcd:
22 tag: 'latest'
23
24 netconf:
25 tag: 'latest'
26
27 ofagent:
28 tag: 'latest'
29
30 vcli:
31 tag: 'latest'
32
33 vcore:
34 tag: 'latest'
35
36# ONOS
37 onos:
38 repository: 'matteoscandolo/onos'
39 tag: '1.13.9-rc3'
40
Matteo Scandoloa4190052019-04-15 14:59:36 -070041# # ONOS applications
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070042aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.8.0-SNAPSHOT/aaa-1.8.0-20181129.184849-116.oar"
43aaaAppVersion: "1.8.0.SNAPSHOT"
44
45sadisAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/sadis-app/2.2.0-SNAPSHOT/sadis-app-2.2.0-20181127.081727-156.oar"
46sadisAppVersion: "2.2.0.SNAPSHOT"
47
48dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.5.0-SNAPSHOT/dhcpl2relay-1.5.0-20181129.184928-160.oar"
49dhcpl2relayAppVersion: "1.5.0.SNAPSHOT"
50
51oltAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/olt-app/2.1.0-SNAPSHOT/olt-app-2.1.0-20181129.184957-41.oar"
52oltAppVersion: "2.1.0.SNAPSHOT"
53
54# kafkaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/kafka/1.1.0-SNAPSHOT/kafka-1.1.0-20190410.071556-30.oar"
55kafkaAppUrl: "http://10.90.0.101:30160/repository/kafka-1.1.0-SNAPSHOT.oar"
56kafkaAppVersion: "1.1.0-SNAPSHOT"
57
58application_logs: |
59 log4j.logger.org.opencord.olt = DEBUG
60 log4j.logger.org.opencord.kafka = DEBUG
61 log4j.logger.org.opencord.sadis = DEBUG
62 log4j.logger.org.opencord.aaa = DEBUG
63 log4j.logger.org.opencord.dhcpl2relay = DEBUG