blob: 571fa8bc69a3d46faf1b2805e68a402e84f84d52 [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
Kailashd2fd9302019-04-22 19:28:04 -070019images:
20# VOLTHA
21 envoy_for_etcd:
Suchitra Vemuri6c287812019-04-29 15:51:09 -070022 tag: 'voltha-1.7'
You Wanga069ccb2018-11-13 13:25:59 -080023
Kailashd2fd9302019-04-22 19:28:04 -070024 netconf:
Suchitra Vemuri6c287812019-04-29 15:51:09 -070025 tag: 'voltha-1.7'
Kailashd2fd9302019-04-22 19:28:04 -070026
27 ofagent:
Suchitra Vemuri6c287812019-04-29 15:51:09 -070028 tag: 'voltha-1.7'
Kailashd2fd9302019-04-22 19:28:04 -070029
30 vcli:
Suchitra Vemuri6c287812019-04-29 15:51:09 -070031 tag: 'voltha-1.7'
Kailashd2fd9302019-04-22 19:28:04 -070032
33 vcore:
Suchitra Vemuri6c287812019-04-29 15:51:09 -070034 tag: 'voltha-1.7'
Kailashd2fd9302019-04-22 19:28:04 -070035
36# ONOS
37 onos:
38 repository: 'matteoscandolo/onos'
Suchitra Vemuri6c287812019-04-29 15:51:09 -070039 tag: '1.13.9-rc4'
Kailashd2fd9302019-04-22 19:28:04 -070040
41rcord:
42 image:
Suchitra Vemuri6c287812019-04-29 15:51:09 -070043 tag: 'master'
Kailashd2fd9302019-04-22 19:28:04 -070044
45att-workflow-driver:
46 image:
Suchitra Vemuri6c287812019-04-29 15:51:09 -070047 tag: 'master'
48
49sadis-server:
50 image:
51 repository: opencord/sadis-server
52 tag: latest
Kailashd2fd9302019-04-22 19:28:04 -070053
54# ONOS applications
55aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa&v=1.9.0-SNAPSHOT&e=oar"
56aaaAppVersion: "1.9.0.SNAPSHOT"
57
58sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
59sadisAppVersion: "3.1.0.SNAPSHOT"
60
61dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay&v=1.6.0-SNAPSHOT&e=oar"
62dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
63
64oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
65oltAppVersion: "3.0.1.SNAPSHOT"
66
67kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar"
68kafkaAppVersion: "1.1.0.SNAPSHOT"
69
70application_logs: |
71 log4j.logger.org.opencord.olt = DEBUG
72 log4j.logger.org.opencord.kafka = DEBUG
73 log4j.logger.org.opencord.sadis = DEBUG
74 log4j.logger.org.opencord.aaa = DEBUG
75 log4j.logger.org.opencord.dhcpl2relay = DEBUG