blob: 86b3d5e5d7e365d515738a3c6aa6630712dc9d51 [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:
Kailashf8a5fea2019-05-16 09:35:57 -070031 tag: '1.13.9-rc4'
32
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'
64
Kailashf8a5fea2019-05-16 09:35:57 -070065
66# in workflow/att-workflow service chart
67att-workflow-driver:
68 image:
Andy Bavier237822f2019-05-17 09:44:31 -070069 tag: '1.2.2'
Kailashf8a5fea2019-05-16 09:35:57 -070070
71 # this is mandatory, it's needed to correctly configure the kafka endpoint
72 kafkaService: cord-kafka
73
74# in workflow/tt-workflow service chart
75tt-workflow-driver:
76 image:
77 tag: 'master'
78
79 # this is mandatory, it's needed to correctly configure the kafka endpoint
80 kafkaService: cord-kafka
81
82# in mininet chart
83vlanMatchDepth: 2
Andy Bavierfaa197d2019-05-23 16:29:30 -070084enableMulticast: True
Kailashf8a5fea2019-05-16 09:35:57 -070085
86# in ponsim-pod chart
87bandwidthProfiles: True
Andy Baviere21a5f52019-05-28 15:39:52 -070088legacyPonsim: False
Kailashf8a5fea2019-05-16 09:35:57 -070089
90# ONOS applications
Matteo Scandolo95df73f2019-06-20 14:33:36 -070091aaaAppUrl: "https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/1.9.0-SNAPSHOT/aaa-app-1.9.0-20190521.071409-20.oar"
Kailashf8a5fea2019-05-16 09:35:57 -070092aaaAppVersion: "1.9.0.SNAPSHOT"
93
94sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
95sadisAppVersion: "3.1.0.SNAPSHOT"
96
97dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar"
98dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
99
100oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
101oltAppVersion: "3.0.1.SNAPSHOT"
102
103kafkaAppUrl: "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 -0700104kafkaAppVersion: "1.1.0.SNAPSHOT"