blob: ced3ff3c01d9224e1d1c7fc3c837e1342b99aa2a [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 Vemurif0073472019-06-10 16:59:58 -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:
Suchitra Vemuriae876d12019-05-17 10:59:03 -070040 tag: '1.13.9-rc4'
Kailashd2fd9302019-04-22 19:28:04 -070041
Suchitra Vemuriba749552019-06-11 16:53:49 -070042volt:
43 image:
44 tag: 'master'
45
Suchitra Vemuriae876d12019-05-17 10:59:03 -070046rcord:
47 image:
48 tag: 'master'
49
50att-workflow-driver:
51 image:
52 tag: 'master'
53
54sadis-server:
55 image:
56 repository: opencord/sadis-server
57 tag: latest
58
59# ONOS applications
60aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa-app&v=1.9.0-SNAPSHOT&e=oar"
61aaaAppVersion: "1.9.0.SNAPSHOT"
62
63sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
64sadisAppVersion: "3.1.0.SNAPSHOT"
65
66dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar"
67dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
68
69oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
70oltAppVersion: "3.0.1.SNAPSHOT"
71
72kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar"
73kafkaAppVersion: "1.1.0.SNAPSHOT"
74
75application_logs: |
76 log4j.logger.org.opencord.olt = DEBUG
77 log4j.logger.org.opencord.kafka = DEBUG
78 log4j.logger.org.opencord.sadis = DEBUG
79 log4j.logger.org.opencord.aaa = DEBUG
80 log4j.logger.org.opencord.dhcpl2relay = DEBUG