blob: db768ff59e7726e10673ba2e8b8b157b51700263 [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
Matteo Scandoloca50ecb2019-06-26 14:44:30 -070044xos-gui:
45 images:
46 xos_gui:
47 tag: 'master'
48 xos_ws:
49 tag: 'master'
50
Matteo Scandolo21f211e2019-06-26 14:11:48 -070051volt:
52 image:
53 tag: 'master'
Matteo Scandolo9679ae22019-05-29 11:38:25 -070054
55rcord:
Matteo Scandolo21f211e2019-06-26 14:11:48 -070056 image:
57 #repository: '10.90.0.101:30500/xosproject/rcord-synchronizer'
58 #tag: 'candidate'
59 tag: 'master'
Matteo Scandolo9679ae22019-05-29 11:38:25 -070060
61att-workflow-driver:
Matteo Scandolo21f211e2019-06-26 14:11:48 -070062 image:
63 tag: 'master'
64 #repository: '10.90.0.101:30500/xosproject/att-workflow-driver-synchronizer'
65 #tag: 'candidate'
Matteo Scandolo9679ae22019-05-29 11:38:25 -070066
67sadis-server:
Matteo Scandolo21f211e2019-06-26 14:11:48 -070068 image:
69 repository: opencord/sadis-server
70 tag: latest
Matteo Scandoloa32ba702019-05-16 14:24:02 -070071
72# ONOS applications
Matteo Scandolo21f211e2019-06-26 14:11:48 -070073#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"
74#using older aaa-app version due to bug
75aaaAppUrl: "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 -070076aaaAppVersion: "1.9.0.SNAPSHOT"
77
78sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
79sadisAppVersion: "3.1.0.SNAPSHOT"
80
81dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar"
82dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
83
84oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
85oltAppVersion: "3.0.1.SNAPSHOT"
86
87kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar"
88kafkaAppVersion: "1.1.0.SNAPSHOT"
Matteo Scandolo21f211e2019-06-26 14:11:48 -070089
90application_logs: |
91 log4j.logger.org.opencord.olt = DEBUG
92 log4j.logger.org.opencord.kafka = DEBUG
93 log4j.logger.org.opencord.sadis = DEBUG
94 log4j.logger.org.opencord.aaa = DEBUG
95 log4j.logger.org.opencord.dhcpl2relay = DEBUG