blob: 77c90c5bca6ea0bbb220459cf225a4c3f49f270b [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:
Scott Baker95294cd2019-06-17 11:34:38 -070039 repository: smbaker/voltha-envoy
40 tag: 'test'
41 netconf:
42 repository: smbaker/voltha-netconf
43 tag: 'test'
44 ofagent:
45 repository: smbaker/voltha-ofagent
46 tag: 'test'
47 vcli:
48 repository: smbaker/voltha-cli
49 tag: 'test'
50 vcore:
51 repository: smbaker/voltha-voltha
52 tag: 'test'
Matteo Scandolo50b27102019-06-11 08:40:58 -070053 alarm_generator:
Matteo Scandolo93ef8bd2019-06-11 13:58:40 -070054 tag: 'voltha-1.7'
Matteo Scandolobc8707a2019-06-11 15:10:54 -070055 # freeradius:
56 # tag: 'voltha-1.7'
Matteo Scandolo50b27102019-06-11 08:40:58 -070057# BBSim
58 bbsim:
59 tag: 'latest'
Matteo Scandolo4bca72d2019-04-16 15:27:44 -070060
Matteo Scandolo50b27102019-06-11 08:40:58 -070061# in xos-gui sub-chart required by xos-core chart
62xos-gui:
63 images:
64 xos_gui:
65 tag: 'master'
66 xos_ws:
67 tag: 'master'
Scott Baker57e76212019-06-07 16:15:11 -070068
Matteo Scandolo50b27102019-06-11 08:40:58 -070069# in seba service chart
70fabric:
71 image:
72 tag: 'master'
73fabric-crossconnect:
74 image:
75 tag: 'master'
76onos-service:
77 image:
78 tag: 'master'
79sadis-server:
80 image:
81 tag: 'latest'
82volt:
83 image:
Matteo Scandolo93ef8bd2019-06-11 13:58:40 -070084 # repository: "10.90.0.101:30500/xosproject/volt-synchronizer"
Matteo Scandolo50b27102019-06-11 08:40:58 -070085 # tag: 'candidate'
86 tag: 'master'
Scott Baker183cc512019-05-31 11:36:03 -070087rcord:
88 image:
Matteo Scandolo50b27102019-06-11 08:40:58 -070089 #repository: "10.128.22.1:30500/xosproject/rcord-synchronizer"
90 #tag: 'candidate'
91 tag: 'master'
92
93# in base-kubernetes chart
94kubernetes:
95 image:
Scott Baker183cc512019-05-31 11:36:03 -070096 tag: 'master'
97
Matteo Scandolo50b27102019-06-11 08:40:58 -070098# in workflow/att-workflow service chart
Scott Baker183cc512019-05-31 11:36:03 -070099att-workflow-driver:
100 image:
101 tag: 'master'
102
Matteo Scandolo50b27102019-06-11 08:40:58 -0700103 # this is mandatory, it's needed to correctly configure the kafka endpoint
104 kafkaService: cord-kafka
Matteo Scandolo5b92fd42019-04-22 13:46:16 -0700105
Matteo Scandolo7bf29362019-04-22 14:33:36 -0700106# ONOS applications
Kailash1bd9c342019-06-17 09:37:30 -0700107#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"
108#using older aaa-app version due to bug
109aaaAppUrl: "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 -0700110aaaAppVersion: "1.9.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -0700111
Matteo Scandolo9db09332019-04-22 14:23:04 -0700112sadisAppUrl: "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 -0700113sadisAppVersion: "3.1.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -0700114
Matteo Scandolo50b27102019-06-11 08:40:58 -0700115dhcpl2relayAppUrl: "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 -0700116dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -0700117
Matteo Scandolo9db09332019-04-22 14:23:04 -0700118oltAppUrl: "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 -0700119oltAppVersion: "3.0.1.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -0700120
Matteo Scandolo7bf29362019-04-22 14:33:36 -0700121kafkaAppUrl: "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 -0700122kafkaAppVersion: "1.1.0.SNAPSHOT"
Matteo Scandolo4bca72d2019-04-16 15:27:44 -0700123
124application_logs: |
125 log4j.logger.org.opencord.olt = DEBUG
126 log4j.logger.org.opencord.kafka = DEBUG
127 log4j.logger.org.opencord.sadis = DEBUG
128 log4j.logger.org.opencord.aaa = DEBUG
129 log4j.logger.org.opencord.dhcpl2relay = DEBUG