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