blob: c11e0c63e5437e4d7ffd76bce5c2889fa9c0d230 [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:
Scott Bakerc65ad302019-05-31 10:44:01 -070022 repository: smbaker/voltha-envoy
23 tag: 'test'
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070024
Matteo Scandolo323344f2019-04-16 15:36:01 -070025 netconf:
Scott Bakerc65ad302019-05-31 10:44:01 -070026 repository: smbaker/voltha-netconf
27 tag: 'test'
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070028
Matteo Scandolo323344f2019-04-16 15:36:01 -070029 ofagent:
Scott Bakerc65ad302019-05-31 10:44:01 -070030 repository: smbaker/voltha-ofagent
31 tag: 'test'
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070032
Matteo Scandolo323344f2019-04-16 15:36:01 -070033 vcli:
Scott Bakerc65ad302019-05-31 10:44:01 -070034 repository: smbaker/voltha-cli
35 tag: 'test'
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070036
Matteo Scandolo323344f2019-04-16 15:36:01 -070037 vcore:
Scott Bakerc65ad302019-05-31 10:44:01 -070038 repository: smbaker/voltha-voltha
39 tag: 'test'
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070040
41# ONOS
42 onos:
43 repository: 'matteoscandolo/onos'
44 tag: '1.13.9-rc3'
45
Scott Baker57e76212019-06-07 16:15:11 -070046
47 xos_core:
48 repository: smbaker/xos-core
49 tag: 'test'
50
Scott Baker183cc512019-05-31 11:36:03 -070051rcord:
52 image:
53 tag: 'master'
54
55att-workflow-driver:
56 image:
57 tag: 'master'
58
59sadis-server:
60 image:
61 repository: opencord/sadis-server
62 tag: latest
63
Scott Bakerdbe10612019-05-31 11:12:21 -070064#sadis-server:
65# image:
66# repository: 10.90.0.101:30500/opencord/sadis-server
67# tag: candidate
Matteo Scandolo7e78ed62019-04-17 13:13:09 -070068
Scott Bakerdbe10612019-05-31 11:12:21 -070069#rcord:
70# image:
71# repository: 10.90.0.101:30500/xosproject/rcord-synchronizer
72# tag: candidate
Matteo Scandolo7e78ed62019-04-17 13:13:09 -070073
Scott Bakerdbe10612019-05-31 11:12:21 -070074#att-workflow-driver:
75# image:
76# repository: 10.90.0.101:30500/xosproject/att-workflow-driver-synchronizer
77# tag: candidate
Matteo Scandolo5b92fd42019-04-22 13:46:16 -070078
Matteo Scandolo7bf29362019-04-22 14:33:36 -070079# ONOS applications
Matteo Scandolo9db09332019-04-22 14:23:04 -070080aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa&v=1.9.0-SNAPSHOT&e=oar"
Matteo Scandolo43346172019-04-16 16:41:25 -070081aaaAppVersion: "1.9.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070082
Matteo Scandolo9db09332019-04-22 14:23:04 -070083sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
Matteo Scandolof66e4462019-04-17 10:17:50 -070084sadisAppVersion: "3.1.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070085
Matteo Scandolo9db09332019-04-22 14:23:04 -070086dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay&v=1.6.0-SNAPSHOT&e=oar"
Matteo Scandolof66e4462019-04-17 10:17:50 -070087dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070088
Matteo Scandolo9db09332019-04-22 14:23:04 -070089oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
Matteo Scandolof66e4462019-04-17 10:17:50 -070090oltAppVersion: "3.0.1.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070091
Matteo Scandolo7bf29362019-04-22 14:33:36 -070092kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar"
Matteo Scandolof66e4462019-04-17 10:17:50 -070093kafkaAppVersion: "1.1.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070094
95application_logs: |
96 log4j.logger.org.opencord.olt = DEBUG
97 log4j.logger.org.opencord.kafka = DEBUG
98 log4j.logger.org.opencord.sadis = DEBUG
99 log4j.logger.org.opencord.aaa = DEBUG
100 log4j.logger.org.opencord.dhcpl2relay = DEBUG