blob: 1f0ef89d2b56f860c4de1468cd4384a3bb5b44eb [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 Bavier4ad1a732019-06-26 09:27:24 -070031 repository: matteoscandolo/onos
32 tag: '1.13-branch'
Kailashf8a5fea2019-05-16 09:35:57 -070033
34# VOLTHA
35 vcore:
36 tag: 'voltha-1.7'
37 vcli:
38 tag: 'voltha-1.7'
39 ofagent:
40 tag: 'voltha-1.7'
41 netconf:
42 tag: 'voltha-1.7'
43 envoy_for_etcd:
44 tag: 'voltha-1.7'
45 alarm_generator:
46 tag: 'voltha-1.7'
47 freeradius:
48 tag: 'latest'
49
50# Ponsimv2
51 olt:
Kailashf8a5fea2019-05-16 09:35:57 -070052 tag: "voltha-1.7"
53 onu:
Andy Bavierfaa197d2019-05-23 16:29:30 -070054 tag: "voltha-1.7"
55 rg:
56 tag: "voltha-1.7"
Kailashf8a5fea2019-05-16 09:35:57 -070057
Kailashf8a5fea2019-05-16 09:35:57 -070058# in seba service chart
Kailashf8a5fea2019-05-16 09:35:57 -070059sadis-server:
60 image:
61 tag: 'latest'
Kailashf8a5fea2019-05-16 09:35:57 -070062rcord:
63 image:
64 tag: 'master'
Andy Bavieref51af92019-06-24 09:20:44 -070065volt:
66 image:
67 tag: 'master'
Kailashf8a5fea2019-05-16 09:35:57 -070068
Kailashf8a5fea2019-05-16 09:35:57 -070069
70# in workflow/att-workflow service chart
71att-workflow-driver:
72 image:
Andy Bavier237822f2019-05-17 09:44:31 -070073 tag: '1.2.2'
Kailashf8a5fea2019-05-16 09:35:57 -070074
75 # this is mandatory, it's needed to correctly configure the kafka endpoint
76 kafkaService: cord-kafka
77
78# in workflow/tt-workflow service chart
79tt-workflow-driver:
80 image:
81 tag: 'master'
82
83 # this is mandatory, it's needed to correctly configure the kafka endpoint
84 kafkaService: cord-kafka
85
86# in mininet chart
87vlanMatchDepth: 2
Andy Bavierfaa197d2019-05-23 16:29:30 -070088enableMulticast: True
Kailashf8a5fea2019-05-16 09:35:57 -070089
90# in ponsim-pod chart
91bandwidthProfiles: True
Andy Baviere21a5f52019-05-28 15:39:52 -070092legacyPonsim: False
Kailashf8a5fea2019-05-16 09:35:57 -070093
94# ONOS applications
Andy Bavier4ad1a732019-06-26 09:27:24 -070095aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa-app&v=1.9.0-SNAPSHOT&e=oar"
Kailashf8a5fea2019-05-16 09:35:57 -070096aaaAppVersion: "1.9.0.SNAPSHOT"
97
98sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
99sadisAppVersion: "3.1.0.SNAPSHOT"
100
101dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar"
102dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
103
104oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
105oltAppVersion: "3.0.1.SNAPSHOT"
106
107kafkaAppUrl: "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 -0700108kafkaAppVersion: "1.1.0.SNAPSHOT"