blob: 2815a992abc9a510bbcf8129a814234d19433fde [file] [log] [blame]
Kailash0b58ec12019-01-28 15:36:05 -08001---
Kailashbccdcb82019-03-26 11:17:31 -07002# Copyright 2018-present Open Networking Foundation
Kailash0b58ec12019-01-28 15:36:05 -08003#
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
Kailash48c4bb72019-05-03 10:08:02 -070016# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
Kailash0b58ec12019-01-28 15:36:05 -080017
Kailash48c4bb72019-05-03 10:08:02 -070018# This file is used to optionally customize helm charts installations
Kailash50f02c82019-04-30 08:52:25 -070019images:
Kailash49c5cf72019-04-22 09:34:21 -070020# VOLTHA
Kailashbccdcb82019-03-26 11:17:31 -070021 envoy_for_etcd:
Kailash50f02c82019-04-30 08:52:25 -070022 tag: 'voltha-1.7'
23
24 netconf:
25 tag: 'voltha-1.7'
26
27 ofagent:
28 tag: 'voltha-1.7'
29
30 vcli:
31 tag: 'voltha-1.7'
32
33 vcore:
34 tag: 'voltha-1.7'
Kailash49c5cf72019-04-22 09:34:21 -070035
Kailash48c4bb72019-05-03 10:08:02 -070036# ONOS
37 onos:
38 repository: 'matteoscandolo/onos'
39 tag: '1.13.9-rc4'
Kailash49c5cf72019-04-22 09:34:21 -070040
Kailash49c5cf72019-04-22 09:34:21 -070041rcord:
42 image:
43 tag: 'master'
44
Kailash49c5cf72019-04-22 09:34:21 -070045att-workflow-driver:
46 image:
47 tag: 'master'
48
Kailash48c4bb72019-05-03 10:08:02 -070049sadis-server:
Kailash49c5cf72019-04-22 09:34:21 -070050 image:
Kailash48c4bb72019-05-03 10:08:02 -070051 repository: opencord/sadis-server
52 tag: latest
Kailash50f02c82019-04-30 08:52:25 -070053
Kailash49c5cf72019-04-22 09:34:21 -070054# ONOS applications
Kailash50f02c82019-04-30 08:52:25 -070055aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa&v=1.9.0-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -070056aaaAppVersion: "1.9.0.SNAPSHOT"
57
Kailash50f02c82019-04-30 08:52:25 -070058sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -070059sadisAppVersion: "3.1.0.SNAPSHOT"
60
Kailash50f02c82019-04-30 08:52:25 -070061dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay&v=1.6.0-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -070062dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
63
Kailash50f02c82019-04-30 08:52:25 -070064oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -070065oltAppVersion: "3.0.1.SNAPSHOT"
66
Kailash50f02c82019-04-30 08:52:25 -070067kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -070068kafkaAppVersion: "1.1.0.SNAPSHOT"
Kailash50f02c82019-04-30 08:52:25 -070069
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