blob: 57fe542fb04a685c4068dbc66aa02a5a17d4bab0 [file] [log] [blame]
Zack Williamsb9b81272018-11-08 12:29:24 -07001---
Suchitra Vemuriad5fa7d2019-02-12 21:24:05 -08002# 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.
Luca Prete62294e82018-08-28 16:50:26 -070015
Suchitra Vemuriad5fa7d2019-02-12 21:24:05 -080016# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
Matteo Scandolod2494a42018-09-12 11:54:58 -070017
Suchitra Vemuriad5fa7d2019-02-12 21:24:05 -080018# This file is used to optionally customize helm charts installations
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070019images:
20# VOLTHA
Matteo Scandolo323344f2019-04-16 15:36:01 -070021 envoy_for_etcd:
22 tag: 'latest'
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070023
Matteo Scandolo323344f2019-04-16 15:36:01 -070024 netconf:
25 tag: 'latest'
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070026
Matteo Scandolo323344f2019-04-16 15:36:01 -070027 ofagent:
28 tag: 'latest'
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070029
Matteo Scandolo323344f2019-04-16 15:36:01 -070030 vcli:
31 tag: 'latest'
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070032
Matteo Scandolo323344f2019-04-16 15:36:01 -070033 vcore:
34 tag: 'latest'
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070035
36# ONOS
37 onos:
38 repository: 'matteoscandolo/onos'
39 tag: '1.13.9-rc3'
40
Matteo Scandolo7e78ed62019-04-17 13:13:09 -070041sadis-server:
42 image:
Matteo Scandolo7316e5b2019-04-17 13:52:16 -070043 repository: 10.90.0.101:30500/opencord/sadis-server
44 tag: candidate
Matteo Scandolo7e78ed62019-04-17 13:13:09 -070045
46rcord:
47 image:
Matteo Scandolo7316e5b2019-04-17 13:52:16 -070048 repository: 10.90.0.101:30500/xosproject/rcord-synchronizer
49 tag: candidate
Matteo Scandolo7e78ed62019-04-17 13:13:09 -070050
Matteo Scandoloa4190052019-04-15 14:59:36 -070051# # ONOS applications
Matteo Scandoloecc624b2019-04-16 16:43:00 -070052aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.9.0-SNAPSHOT/aaa-1.9.0-20190410.071508-31.oar"
Matteo Scandolo43346172019-04-16 16:41:25 -070053aaaAppVersion: "1.9.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070054
Matteo Scandolof66e4462019-04-17 10:17:50 -070055sadisAppUrl: "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"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070057
Matteo Scandolof66e4462019-04-17 10:17:50 -070058dhcpl2relayAppUrl: "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"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070060
Matteo Scandolof66e4462019-04-17 10:17:50 -070061oltAppUrl: "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"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070063
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"
Matteo Scandolof66e4462019-04-17 10:17:50 -070066kafkaAppVersion: "1.1.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070067
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