blob: 790a439afecc209cba51aad0a782c1de7b45a929 [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# This file is used to optionally customize helm charts installations
Matteo Scandolo50b27102019-06-11 08:40:58 -070017# voltha
18# etcd-cluster:
19# clusterSize: 1
20
21# in xos-core chart and other charts with multiple images
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070022images:
Matteo Scandolo50b27102019-06-11 08:40:58 -070023 xos_core:
24 tag: 'master'
25 xos_chameleon:
26 tag: 'master'
27 xos_tosca:
28 tag: 'master'
29 xos_api_tester:
30 tag: 'master'
31 tosca_loader:
32 tag: 'master'
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070033# ONOS
34 onos:
Matteo Scandolo50993362019-06-12 14:43:12 -070035 repository: 'matteoscandolo/onos'
36 tag: '1.13-branch'
Matteo Scandolo50b27102019-06-11 08:40:58 -070037# VOLTHA
Matteo Scandolo50b27102019-06-11 08:40:58 -070038 envoy_for_etcd:
Matteo Scandolo7dfc7572019-06-18 16:29:53 -070039 tag: 'voltha-1.7'
Scott Baker95294cd2019-06-17 11:34:38 -070040 netconf:
Matteo Scandolo7dfc7572019-06-18 16:29:53 -070041 tag: 'voltha-1.7'
Scott Baker95294cd2019-06-17 11:34:38 -070042 ofagent:
Matteo Scandolo7dfc7572019-06-18 16:29:53 -070043 tag: 'voltha-1.7'
Scott Baker95294cd2019-06-17 11:34:38 -070044 vcli:
Matteo Scandolo7dfc7572019-06-18 16:29:53 -070045 tag: 'voltha-1.7'
Scott Baker95294cd2019-06-17 11:34:38 -070046 vcore:
Matteo Scandolo7dfc7572019-06-18 16:29:53 -070047 tag: 'voltha-1.7'
Matteo Scandolo50b27102019-06-11 08:40:58 -070048 alarm_generator:
Matteo Scandolo93ef8bd2019-06-11 13:58:40 -070049 tag: 'voltha-1.7'
Matteo Scandolobc8707a2019-06-11 15:10:54 -070050 # freeradius:
51 # tag: 'voltha-1.7'
Matteo Scandolo50b27102019-06-11 08:40:58 -070052# BBSim
53 bbsim:
54 tag: 'latest'
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070055
Matteo Scandolo50b27102019-06-11 08:40:58 -070056# in xos-gui sub-chart required by xos-core chart
57xos-gui:
58 images:
59 xos_gui:
60 tag: 'master'
61 xos_ws:
62 tag: 'master'
Scott Baker57e76212019-06-07 16:15:11 -070063
Matteo Scandolo50b27102019-06-11 08:40:58 -070064# in seba service chart
65fabric:
66 image:
67 tag: 'master'
68fabric-crossconnect:
69 image:
70 tag: 'master'
71onos-service:
72 image:
73 tag: 'master'
74sadis-server:
75 image:
76 tag: 'latest'
77volt:
78 image:
Matteo Scandolo97a2ce32019-06-27 11:28:07 -070079 tag: 'master'
Scott Baker183cc512019-05-31 11:36:03 -070080rcord:
81 image:
Matteo Scandolo97a2ce32019-06-27 11:28:07 -070082 tag: 'master'
Matteo Scandolo50b27102019-06-11 08:40:58 -070083
84# in base-kubernetes chart
85kubernetes:
86 image:
Scott Baker183cc512019-05-31 11:36:03 -070087 tag: 'master'
88
Matteo Scandolo50b27102019-06-11 08:40:58 -070089# in workflow/att-workflow service chart
Scott Baker183cc512019-05-31 11:36:03 -070090att-workflow-driver:
91 image:
92 tag: 'master'
93
Matteo Scandolo50b27102019-06-11 08:40:58 -070094 # this is mandatory, it's needed to correctly configure the kafka endpoint
95 kafkaService: cord-kafka
Matteo Scandolo5b92fd42019-04-22 13:46:16 -070096
Matteo Scandolo7bf29362019-04-22 14:33:36 -070097# ONOS applications
Kailash1bd9c342019-06-17 09:37:30 -070098#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"
99#using older aaa-app version due to bug
100aaaAppUrl: "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 Scandolo43346172019-04-16 16:41:25 -0700101aaaAppVersion: "1.9.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -0700102
Matteo Scandolo9db09332019-04-22 14:23:04 -0700103sadisAppUrl: "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 -0700104sadisAppVersion: "3.1.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -0700105
Matteo Scandolo50b27102019-06-11 08:40:58 -0700106dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar"
Matteo Scandolof66e4462019-04-17 10:17:50 -0700107dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -0700108
Matteo Scandolo9db09332019-04-22 14:23:04 -0700109oltAppUrl: "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 -0700110oltAppVersion: "3.0.1.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -0700111
Matteo Scandolo7bf29362019-04-22 14:33:36 -0700112kafkaAppUrl: "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 -0700113kafkaAppVersion: "1.1.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -0700114
115application_logs: |
116 log4j.logger.org.opencord.olt = DEBUG
117 log4j.logger.org.opencord.kafka = DEBUG
118 log4j.logger.org.opencord.sadis = DEBUG
119 log4j.logger.org.opencord.aaa = DEBUG
120 log4j.logger.org.opencord.dhcpl2relay = DEBUG