blob: c7d91d22ad21c5a4761841a60d8772f1159d3d74 [file] [log] [blame]
Kailash0b58ec12019-01-28 15:36:05 -08001---
Kailashbccdcb82019-03-26 11:17:31 -07002# Copyright 2018-present Open Networking Foundation
Kailash0b58ec12019-01-28 15:36:05 -08003#
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.
15
Kailashbccdcb82019-03-26 11:17:31 -070016# Values file for deploying SEBA with Ponsim
Kailash49c5cf72019-04-22 09:34:21 -070017# Use this file to deploy the 'master' (dev) versions of all services.
18# This is mainly useful for testing.
Kailash0b58ec12019-01-28 15:36:05 -080019
Kailashbccdcb82019-03-26 11:17:31 -070020# voltha
21etcd-cluster:
22 clusterSize: 1
23
24# in workflow/att-workflow service chart
25att-workflow-driver:
26 # this is mandatory, it's needed to correctly configure the kafka endpoint
27 kafkaService: cord-kafka
28
Kailash49c5cf72019-04-22 09:34:21 -070029etcd-operator:
30 etcdCluster:
31 size: 1
32
33# in xos-core chart and other charts with multiple images
Kailashc33f0372019-01-29 14:00:50 -080034images:
Kailash49c5cf72019-04-22 09:34:21 -070035 xos_core:
36 tag: 'master'
37 xos_chameleon:
38 tag: 'master'
39 xos_tosca:
40 tag: 'master'
41 xos_api_tester:
42 tag: 'master'
43 tosca_loader:
44 tag: 'master'
45# ONOS
46 onos:
47 repository: 'matteoscandolo/onos'
Kailash50f02c82019-04-30 08:52:25 -070048 tag: '1.13.9-rc4'
49
50images:
Kailash49c5cf72019-04-22 09:34:21 -070051# VOLTHA
Kailashbccdcb82019-03-26 11:17:31 -070052 envoy_for_etcd:
Kailash50f02c82019-04-30 08:52:25 -070053 tag: 'voltha-1.7'
54
55 netconf:
56 tag: 'voltha-1.7'
57
58 ofagent:
59 tag: 'voltha-1.7'
60
61 vcli:
62 tag: 'voltha-1.7'
63
64 vcore:
65 tag: 'voltha-1.7'
Kailash49c5cf72019-04-22 09:34:21 -070066
67# Ponsimv2
Kailashbccdcb82019-03-26 11:17:31 -070068 olt:
69 repository: "voltha/voltha-ponsim"
70 tag: "latest"
71 onu:
72 repository: "voltha/voltha-ponsim"
73 tag: "latest"
Kailash49c5cf72019-04-22 09:34:21 -070074
75# in xos-gui sub-chart required by xos-core chart
76xos-gui:
77 images:
78 xos_gui:
79 tag: 'master'
80 xos_ws:
81 tag: 'master'
82
83# in seba service chart
84fabric:
85 image:
86 tag: 'master'
87fabric-crossconnect:
88 image:
89 tag: 'master'
90onos-service:
91 image:
92 tag: 'master'
93sadis-server:
94 image:
95 tag: 'latest'
96volt:
97 image:
98 tag: 'master'
99rcord:
100 image:
101 tag: 'master'
102
103# in base-kubernetes chart
104kubernetes:
105 image:
106 tag: 'master'
107
108# in workflow/att-workflow service chart
109att-workflow-driver:
110 image:
111 tag: 'master'
112
113 # this is mandatory, it's needed to correctly configure the kafka endpoint
114 kafkaService: cord-kafka
115
116# in workflow/tt-workflow service chart
117tt-workflow-driver:
118 image:
119 repository: andybavier/test-image-synchronizer
120 tag: tt-workflow-driver
121
122 # this is mandatory, it's needed to correctly configure the kafka endpoint
123 kafkaService: cord-kafka
124
Kailash50f02c82019-04-30 08:52:25 -0700125
Kailash49c5cf72019-04-22 09:34:21 -0700126# ONOS applications
Kailash50f02c82019-04-30 08:52:25 -0700127aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa&v=1.9.0-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -0700128aaaAppVersion: "1.9.0.SNAPSHOT"
129
Kailash50f02c82019-04-30 08:52:25 -0700130sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -0700131sadisAppVersion: "3.1.0.SNAPSHOT"
132
Kailash50f02c82019-04-30 08:52:25 -0700133dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay&v=1.6.0-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -0700134dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
135
Kailash50f02c82019-04-30 08:52:25 -0700136oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -0700137oltAppVersion: "3.0.1.SNAPSHOT"
138
Kailash50f02c82019-04-30 08:52:25 -0700139kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar"
Kailash49c5cf72019-04-22 09:34:21 -0700140kafkaAppVersion: "1.1.0.SNAPSHOT"
Kailash50f02c82019-04-30 08:52:25 -0700141
142application_logs: |
143 log4j.logger.org.opencord.olt = DEBUG
144 log4j.logger.org.opencord.kafka = DEBUG
145 log4j.logger.org.opencord.sadis = DEBUG
146 log4j.logger.org.opencord.aaa = DEBUG
147 log4j.logger.org.opencord.dhcpl2relay = DEBUG