blob: b957c8d8e1269fc965cabb832f2c6f5f9489566f [file] [log] [blame]
Kailashf8a5fea2019-05-16 09:35:57 -07001---
2# Copyright 2018-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.
15
16# Values file for deploying SEBA with Ponsim
17# Use this file to deploy the 'master' (dev) versions of all services.
18# This is mainly useful for testing.
19
20# voltha
21etcd-cluster:
22 clusterSize: 1
23
24# in xos-core chart and other charts with multiple images
25images:
Kailashf8a5fea2019-05-16 09:35:57 -070026 xos_tosca:
Andy Baviera9b24802019-05-21 10:15:53 -070027 tag: '1.3.1'
Kailashf8a5fea2019-05-16 09:35:57 -070028
29# ONOS
30 onos:
Andy Bavier66aa7382019-07-01 09:34:12 -070031 tag: '1.13.9'
Kailashf8a5fea2019-05-16 09:35:57 -070032
33# VOLTHA
34 vcore:
35 tag: 'voltha-1.7'
36 vcli:
37 tag: 'voltha-1.7'
38 ofagent:
39 tag: 'voltha-1.7'
40 netconf:
41 tag: 'voltha-1.7'
42 envoy_for_etcd:
43 tag: 'voltha-1.7'
44 alarm_generator:
45 tag: 'voltha-1.7'
46 freeradius:
47 tag: 'latest'
48
49# Ponsimv2
50 olt:
Kailashf8a5fea2019-05-16 09:35:57 -070051 tag: "voltha-1.7"
52 onu:
Andy Bavierfaa197d2019-05-23 16:29:30 -070053 tag: "voltha-1.7"
54 rg:
55 tag: "voltha-1.7"
Kailashf8a5fea2019-05-16 09:35:57 -070056
Kailashf8a5fea2019-05-16 09:35:57 -070057# in seba service chart
Kailashf8a5fea2019-05-16 09:35:57 -070058sadis-server:
59 image:
60 tag: 'latest'
Kailashf8a5fea2019-05-16 09:35:57 -070061rcord:
62 image:
63 tag: 'master'
Andy Bavieref51af92019-06-24 09:20:44 -070064volt:
65 image:
66 tag: 'master'
Kailashf8a5fea2019-05-16 09:35:57 -070067
Kailashf8a5fea2019-05-16 09:35:57 -070068
69# in workflow/att-workflow service chart
70att-workflow-driver:
71 image:
Andy Bavier237822f2019-05-17 09:44:31 -070072 tag: '1.2.2'
Kailashf8a5fea2019-05-16 09:35:57 -070073
74 # this is mandatory, it's needed to correctly configure the kafka endpoint
75 kafkaService: cord-kafka
76
77# in workflow/tt-workflow service chart
78tt-workflow-driver:
79 image:
80 tag: 'master'
81
82 # this is mandatory, it's needed to correctly configure the kafka endpoint
83 kafkaService: cord-kafka
84
85# in mininet chart
86vlanMatchDepth: 2
Andy Bavierfaa197d2019-05-23 16:29:30 -070087enableMulticast: True
Kailashf8a5fea2019-05-16 09:35:57 -070088
89# in ponsim-pod chart
90bandwidthProfiles: True
Andy Baviere21a5f52019-05-28 15:39:52 -070091legacyPonsim: False
Kailashf8a5fea2019-05-16 09:35:57 -070092
93# ONOS applications
Andy Bavier66aa7382019-07-01 09:34:12 -070094aaaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/1.9.0/aaa-app-1.9.0.oar"
95aaaAppVersion: "1.9.0"
Kailashf8a5fea2019-05-16 09:35:57 -070096
Andy Bavier66aa7382019-07-01 09:34:12 -070097sadisAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/sadis-app/3.1.0/sadis-app-3.1.0.oar"
98sadisAppVersion: "3.1.0"
Kailashf8a5fea2019-05-16 09:35:57 -070099
Andy Bavier66aa7382019-07-01 09:34:12 -0700100dhcpl2relayAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/dhcpl2relay-app/1.6.0/dhcpl2relay-app-1.6.0.oar"
101dhcpl2relayAppVersion: "1.6.0"
Kailashf8a5fea2019-05-16 09:35:57 -0700102
Andy Bavier66aa7382019-07-01 09:34:12 -0700103oltAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/olt-app/3.0.1/olt-app-3.0.1.oar"
104oltAppVersion: "3.0.1"
Kailashf8a5fea2019-05-16 09:35:57 -0700105
Andy Bavier66aa7382019-07-01 09:34:12 -0700106kafkaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/kafka/1.1.0/kafka-1.1.0.oar"
107kafkaAppVersion: "1.1.0"