blob: bbf42b696cd13b98315adbb926136b383964bed8 [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:
39 repository: 'matteoscandolo/onos'
40 tag: '1.13.9-rc4'
41
42# VOLTHA
43 vcore:
44 tag: 'voltha-1.7'
45 vcli:
46 tag: 'voltha-1.7'
47 ofagent:
48 tag: 'voltha-1.7'
49 netconf:
50 tag: 'voltha-1.7'
51 envoy_for_etcd:
52 tag: 'voltha-1.7'
53 alarm_generator:
54 tag: 'voltha-1.7'
55 freeradius:
56 tag: 'latest'
57
58# Ponsimv2
59 olt:
60 repository: "voltha/voltha-ponsim"
61 tag: "voltha-1.7"
62 onu:
63 repository: "voltha/voltha-ponsim"
64 tag: "voltha-1.7"
65
66# in xos-gui sub-chart required by xos-core chart
67xos-gui:
68 images:
69 xos_gui:
70 tag: '1.0.5'
71 xos_ws:
72 tag: '2.0.2'
73
74# in seba service chart
75fabric:
76 image:
77 tag: '2.2.1'
78fabric-crossconnect:
79 image:
80 tag: '1.2.1'
81onos-service:
82 image:
83 tag: '2.1.1'
84sadis-server:
85 image:
86 tag: 'latest'
87olt-service:
88 image:
89 tag: '2.2.1'
90rcord:
91 image:
92 tag: 'master'
93
94# in base-kubernetes chart
95kubernetes:
96 image:
97 tag: '1.2.1'
98
99# in workflow/att-workflow service chart
100att-workflow-driver:
101 image:
Andy Bavier237822f2019-05-17 09:44:31 -0700102 tag: '1.2.2'
Kailashf8a5fea2019-05-16 09:35:57 -0700103
104 # this is mandatory, it's needed to correctly configure the kafka endpoint
105 kafkaService: cord-kafka
106
107# in workflow/tt-workflow service chart
108tt-workflow-driver:
109 image:
110 tag: 'master'
111
112 # this is mandatory, it's needed to correctly configure the kafka endpoint
113 kafkaService: cord-kafka
114
115# in mininet chart
116vlanMatchDepth: 2
117
118# in ponsim-pod chart
119bandwidthProfiles: True
120
121# ONOS applications
122aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa-app&v=1.9.0-SNAPSHOT&e=oar"
123aaaAppVersion: "1.9.0.SNAPSHOT"
124
125sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
126sadisAppVersion: "3.1.0.SNAPSHOT"
127
128dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar"
129dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
130
131oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
132oltAppVersion: "3.0.1.SNAPSHOT"
133
134kafkaAppUrl: "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 -0700135kafkaAppVersion: "1.1.0.SNAPSHOT"