blob: 2e7e908b7ae1e9702dca111736e90787ec5dbdfe [file] [log] [blame]
Wei-Yu Chen3e528f02019-02-07 13:58:52 -08001---
Matteo Scandolo21f211e2019-06-26 14:11:48 -07002# 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.
Matteo Scandolo98fc9d42019-06-04 15:36:00 -070015
Matteo Scandolo21f211e2019-06-26 14:11:48 -070016# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
17
18# This file is used to optionally customize helm charts installations
Matteo Scandolo9679ae22019-05-29 11:38:25 -070019images:
20# VOLTHA
Matteo Scandolo21f211e2019-06-26 14:11:48 -070021 envoy_for_etcd:
22 tag: 'voltha-1.7'
Matteo Scandolo9679ae22019-05-29 11:38:25 -070023
Matteo Scandolo21f211e2019-06-26 14:11:48 -070024 netconf:
25 tag: 'voltha-1.7'
Matteo Scandolo9679ae22019-05-29 11:38:25 -070026
Matteo Scandolo21f211e2019-06-26 14:11:48 -070027 ofagent:
28 tag: 'voltha-1.7'
Matteo Scandolo9679ae22019-05-29 11:38:25 -070029
Matteo Scandolo21f211e2019-06-26 14:11:48 -070030 vcli:
31 tag: 'voltha-1.7'
Matteo Scandolo9679ae22019-05-29 11:38:25 -070032
Matteo Scandolo21f211e2019-06-26 14:11:48 -070033 vcore:
34 #repository: '10.90.0.101:30500/voltha/voltha-voltha'
35 tag: 'voltha-1.7'
36 #tag: 'dev'
37
Matteo Scandolo9679ae22019-05-29 11:38:25 -070038# ONOS
Matteo Scandolo21f211e2019-06-26 14:11:48 -070039 onos:
40 repository: 'matteoscandolo/onos'
41 tag: '1.13-branch'
42 #tag: '1.13.9-rc4'
43
44volt:
45 image:
46 tag: 'master'
Matteo Scandolo9679ae22019-05-29 11:38:25 -070047
48rcord:
Matteo Scandolo21f211e2019-06-26 14:11:48 -070049 image:
50 #repository: '10.90.0.101:30500/xosproject/rcord-synchronizer'
51 #tag: 'candidate'
52 tag: 'master'
Matteo Scandolo9679ae22019-05-29 11:38:25 -070053
54att-workflow-driver:
Matteo Scandolo21f211e2019-06-26 14:11:48 -070055 image:
56 tag: 'master'
57 #repository: '10.90.0.101:30500/xosproject/att-workflow-driver-synchronizer'
58 #tag: 'candidate'
Matteo Scandolo9679ae22019-05-29 11:38:25 -070059
60sadis-server:
Matteo Scandolo21f211e2019-06-26 14:11:48 -070061 image:
62 repository: opencord/sadis-server
63 tag: latest
Matteo Scandoloa32ba702019-05-16 14:24:02 -070064
65# ONOS applications
Matteo Scandolo21f211e2019-06-26 14:11:48 -070066#aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa-app&v=1.9.0-SNAPSHOT&e=oar"
67#using older aaa-app version due to bug
68aaaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/1.9.0-SNAPSHOT/aaa-app-1.9.0-20190521.071409-20.oar"
Matteo Scandolo9679ae22019-05-29 11:38:25 -070069aaaAppVersion: "1.9.0.SNAPSHOT"
70
71sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
72sadisAppVersion: "3.1.0.SNAPSHOT"
73
74dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar"
75dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
76
77oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
78oltAppVersion: "3.0.1.SNAPSHOT"
79
80kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar"
81kafkaAppVersion: "1.1.0.SNAPSHOT"
Matteo Scandolo21f211e2019-06-26 14:11:48 -070082
83application_logs: |
84 log4j.logger.org.opencord.olt = DEBUG
85 log4j.logger.org.opencord.kafka = DEBUG
86 log4j.logger.org.opencord.sadis = DEBUG
87 log4j.logger.org.opencord.aaa = DEBUG
88 log4j.logger.org.opencord.dhcpl2relay = DEBUG