blob: 6794a94754897d895bd8cc3cf4a1c0ace489ccf3 [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:
26 xos_core:
27 tag: '3.2.5'
28 xos_chameleon:
29 tag: '3.2.2'
30 xos_tosca:
Andy Baviera9b24802019-05-21 10:15:53 -070031 tag: '1.3.1'
Kailashf8a5fea2019-05-16 09:35:57 -070032 xos_api_tester:
33 tag: 'master'
34 tosca_loader:
Andy Baviera9b24802019-05-21 10:15:53 -070035 tag: '1.3.1'
Kailashf8a5fea2019-05-16 09:35:57 -070036
37# ONOS
38 onos:
Kailashf8a5fea2019-05-16 09:35:57 -070039 tag: '1.13.9-rc4'
40
41# VOLTHA
42 vcore:
43 tag: 'voltha-1.7'
44 vcli:
45 tag: 'voltha-1.7'
46 ofagent:
47 tag: 'voltha-1.7'
48 netconf:
49 tag: 'voltha-1.7'
50 envoy_for_etcd:
51 tag: 'voltha-1.7'
52 alarm_generator:
53 tag: 'voltha-1.7'
54 freeradius:
55 tag: 'latest'
56
57# Ponsimv2
58 olt:
Kailashf8a5fea2019-05-16 09:35:57 -070059 tag: "voltha-1.7"
60 onu:
Andy Bavierfaa197d2019-05-23 16:29:30 -070061 tag: "voltha-1.7"
62 rg:
63 tag: "voltha-1.7"
Kailashf8a5fea2019-05-16 09:35:57 -070064
65# in xos-gui sub-chart required by xos-core chart
66xos-gui:
67 images:
68 xos_gui:
69 tag: '1.0.5'
70 xos_ws:
71 tag: '2.0.2'
72
73# in seba service chart
74fabric:
75 image:
76 tag: '2.2.1'
77fabric-crossconnect:
78 image:
79 tag: '1.2.1'
80onos-service:
81 image:
82 tag: '2.1.1'
83sadis-server:
84 image:
85 tag: 'latest'
Andy Baviere21a5f52019-05-28 15:39:52 -070086volt:
Kailashf8a5fea2019-05-16 09:35:57 -070087 image:
88 tag: '2.2.1'
89rcord:
90 image:
91 tag: 'master'
92
93# in base-kubernetes chart
94kubernetes:
95 image:
96 tag: '1.2.1'
97
98# in workflow/att-workflow service chart
99att-workflow-driver:
100 image:
Andy Bavier237822f2019-05-17 09:44:31 -0700101 tag: '1.2.2'
Kailashf8a5fea2019-05-16 09:35:57 -0700102
103 # this is mandatory, it's needed to correctly configure the kafka endpoint
104 kafkaService: cord-kafka
105
106# in workflow/tt-workflow service chart
107tt-workflow-driver:
108 image:
109 tag: 'master'
110
111 # this is mandatory, it's needed to correctly configure the kafka endpoint
112 kafkaService: cord-kafka
113
114# in mininet chart
115vlanMatchDepth: 2
Andy Bavierfaa197d2019-05-23 16:29:30 -0700116enableMulticast: True
Kailashf8a5fea2019-05-16 09:35:57 -0700117
118# in ponsim-pod chart
119bandwidthProfiles: True
Andy Baviere21a5f52019-05-28 15:39:52 -0700120legacyPonsim: False
Kailashf8a5fea2019-05-16 09:35:57 -0700121
122# ONOS applications
123aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa-app&v=1.9.0-SNAPSHOT&e=oar"
124aaaAppVersion: "1.9.0.SNAPSHOT"
125
126sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
127sadisAppVersion: "3.1.0.SNAPSHOT"
128
129dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar"
130dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
131
132oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
133oltAppVersion: "3.0.1.SNAPSHOT"
134
135kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar"
Andy Bavier237822f2019-05-17 09:44:31 -0700136kafkaAppVersion: "1.1.0.SNAPSHOT"