blob: 0cd5f440533b11655e7657c97c0caf0e42437353 [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
Suchitra Vemuried099592019-05-16 18:19:39 -070019images:
Suchitra Vemuriae876d12019-05-17 10:59:03 -070020# VOLTHA
21 envoy_for_etcd:
22 tag: 'voltha-1.7'
23
Kailashd2fd9302019-04-22 19:28:04 -070024 netconf:
Suchitra Vemuriae876d12019-05-17 10:59:03 -070025 tag: 'voltha-1.7'
Kailashd2fd9302019-04-22 19:28:04 -070026
27 ofagent:
Suchitra Vemuriae876d12019-05-17 10:59:03 -070028 tag: 'voltha-1.7'
Kailashd2fd9302019-04-22 19:28:04 -070029
30 vcli:
Suchitra Vemuriae876d12019-05-17 10:59:03 -070031 tag: 'voltha-1.7'
Kailashd2fd9302019-04-22 19:28:04 -070032
33 vcore:
Suchitra Vemuriae876d12019-05-17 10:59:03 -070034 repository: '10.90.0.101:30500/voltha/voltha-voltha'
35 # tag: 'voltha-1.7'
36 tag: 'dev'
Kailashd2fd9302019-04-22 19:28:04 -070037
Suchitra Vemuriae876d12019-05-17 10:59:03 -070038# ONOS
39 onos:
40 repository: 'matteoscandolo/onos'
41 tag: '1.13.9-rc4'
Kailashd2fd9302019-04-22 19:28:04 -070042
Suchitra Vemuriae876d12019-05-17 10:59:03 -070043rcord:
44 image:
45 tag: 'master'
46
47att-workflow-driver:
48 image:
49 tag: 'master'
50
51sadis-server:
52 image:
53 repository: opencord/sadis-server
54 tag: latest
55
56# ONOS applications
57aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa-app&v=1.9.0-SNAPSHOT&e=oar"
58aaaAppVersion: "1.9.0.SNAPSHOT"
59
60sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
61sadisAppVersion: "3.1.0.SNAPSHOT"
62
63dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar"
64dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
65
66oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
67oltAppVersion: "3.0.1.SNAPSHOT"
68
69kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar"
70kafkaAppVersion: "1.1.0.SNAPSHOT"
71
72application_logs: |
73 log4j.logger.org.opencord.olt = DEBUG
74 log4j.logger.org.opencord.kafka = DEBUG
75 log4j.logger.org.opencord.sadis = DEBUG
76 log4j.logger.org.opencord.aaa = DEBUG
77 log4j.logger.org.opencord.dhcpl2relay = DEBUG