blob: 57fe542fb04a685c4068dbc66aa02a5a17d4bab0 [file] [log] [blame]
Suchitra Vemuri061673e2019-04-19 16:09:35 -07001---
Suchitra Vemuri089145c2018-07-19 12:48:00 -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.
15
Suchitra Vemuri061673e2019-04-19 16:09:35 -070016# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
Suchitra Vemuri089145c2018-07-19 12:48:00 -070017
Suchitra Vemuri061673e2019-04-19 16:09:35 -070018# This file is used to optionally customize helm charts installations
19images:
20# VOLTHA
21 envoy_for_etcd:
22 tag: 'latest'
Suchitra Vemuri089145c2018-07-19 12:48:00 -070023
Suchitra Vemuri061673e2019-04-19 16:09:35 -070024 netconf:
25 tag: 'latest'
Suchitra Vemuri089145c2018-07-19 12:48:00 -070026
Suchitra Vemuri061673e2019-04-19 16:09:35 -070027 ofagent:
28 tag: 'latest'
Suchitra Vemuri089145c2018-07-19 12:48:00 -070029
Suchitra Vemuri061673e2019-04-19 16:09:35 -070030 vcli:
31 tag: 'latest'
Suchitra Vemuri089145c2018-07-19 12:48:00 -070032
Suchitra Vemuri061673e2019-04-19 16:09:35 -070033 vcore:
34 tag: 'latest'
Suchitra Vemuri089145c2018-07-19 12:48:00 -070035
Suchitra Vemuri061673e2019-04-19 16:09:35 -070036# ONOS
37 onos:
38 repository: 'matteoscandolo/onos'
39 tag: '1.13.9-rc3'
40
41sadis-server:
42 image:
43 repository: 10.90.0.101:30500/opencord/sadis-server
44 tag: candidate
45
46rcord:
47 image:
48 repository: 10.90.0.101:30500/xosproject/rcord-synchronizer
49 tag: candidate
50
51# # ONOS applications
52aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.9.0-SNAPSHOT/aaa-1.9.0-20190410.071508-31.oar"
53aaaAppVersion: "1.9.0.SNAPSHOT"
54
55sadisAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/sadis-app/3.1.0-SNAPSHOT/sadis-app-3.1.0-20190410.071623-30.oar"
56sadisAppVersion: "3.1.0.SNAPSHOT"
57
58dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.6.0-SNAPSHOT/dhcpl2relay-1.6.0-20190410.071549-30.oar"
59dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
60
61oltAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/olt-app/3.0.1-SNAPSHOT/olt-app-3.0.1-20190410.071612-30.oar"
62oltAppVersion: "3.0.1.SNAPSHOT"
63
64# kafkaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/kafka/1.1.0-SNAPSHOT/kafka-1.1.0-20190410.071556-30.oar"
65kafkaAppUrl: "http://10.90.0.101:30160/repository/kafka-1.1.0-SNAPSHOT.oar"
66kafkaAppVersion: "1.1.0.SNAPSHOT"
67
68application_logs: |
69 log4j.logger.org.opencord.olt = DEBUG
70 log4j.logger.org.opencord.kafka = DEBUG
71 log4j.logger.org.opencord.sadis = DEBUG
72 log4j.logger.org.opencord.aaa = DEBUG
73 log4j.logger.org.opencord.dhcpl2relay = DEBUG