blob: 7b4359c78b30bb3099cf06aed3cd42996be65806 [file] [log] [blame]
Andy Bavierf38f52f2018-10-11 13:20:48 -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
Andy Bavier7f604702019-04-23 17:31:55 -070020# voltha
21etcd-cluster:
22 clusterSize: 1
Andy Bavierf38f52f2018-10-11 13:20:48 -070023
Andy Bavierf38f52f2018-10-11 13:20:48 -070024# in xos-core chart and other charts with multiple images
25images:
26 xos_core:
27 tag: 'master'
28 xos_chameleon:
29 tag: 'master'
30 xos_tosca:
31 tag: 'master'
32 xos_api_tester:
33 tag: 'master'
34 tosca_loader:
35 tag: 'master'
Matteo Scandolo870db1e2019-04-18 11:40:09 -070036# ONOS
37 onos:
Andy Bavier4ad1a732019-06-26 09:27:24 -070038 repository: matteoscandolo/onos
39 tag: '1.13-branch'
Zack Williams2749ae52018-09-28 09:43:43 -070040# VOLTHA
41 vcore:
42 tag: 'latest'
43 vcli:
44 tag: 'latest'
45 ofagent:
46 tag: 'latest'
47 netconf:
48 tag: 'latest'
49 envoy_for_etcd:
50 tag: 'latest'
51 alarm_generator:
52 tag: 'latest'
53 freeradius:
54 tag: 'latest'
Matteo Scandolobd312ce2019-06-07 10:37:25 -070055# BBSim
56 bbsim:
57 tag: 'latest'
Zack Williams2749ae52018-09-28 09:43:43 -070058
Andy Bavierf38f52f2018-10-11 13:20:48 -070059# Ponsimv2
60 olt:
Andy Bavierf38f52f2018-10-11 13:20:48 -070061 tag: "latest"
62 onu:
Andy Bavierfaa197d2019-05-23 16:29:30 -070063 tag: "latest"
64 rg:
65 tag: "latest"
Andy Bavierf38f52f2018-10-11 13:20:48 -070066
Matteo Scandolo8fe90b52019-06-24 17:12:35 -070067# NEM Monitoring
68 voltha_kpi_exporter:
69 tag: 'latest'
70
Andy Bavierf38f52f2018-10-11 13:20:48 -070071# in xos-gui sub-chart required by xos-core chart
72xos-gui:
73 images:
74 xos_gui:
75 tag: 'master'
76 xos_ws:
77 tag: 'master'
78
Matteo Scandolo34dd2362018-12-12 15:16:25 -080079# in seba service chart
Andy Bavierf38f52f2018-10-11 13:20:48 -070080fabric:
81 image:
82 tag: 'master'
83fabric-crossconnect:
84 image:
85 tag: 'master'
86onos-service:
87 image:
88 tag: 'master'
89sadis-server:
90 image:
91 tag: 'latest'
Andy Baviere21a5f52019-05-28 15:39:52 -070092volt:
Andy Bavierf38f52f2018-10-11 13:20:48 -070093 image:
94 tag: 'master'
95rcord:
96 image:
97 tag: 'master'
98
Kailash3da52d72019-03-05 09:05:09 -080099# in base-kubernetes chart
100kubernetes:
101 image:
102 tag: 'master'
103
Matteo Scandoloa7286fd2018-12-18 15:16:48 -0800104# in workflow/att-workflow service chart
Matteo Scandolo34dd2362018-12-12 15:16:25 -0800105att-workflow-driver:
106 image:
107 tag: 'master'
Matteo Scandoloa7286fd2018-12-18 15:16:48 -0800108
109 # this is mandatory, it's needed to correctly configure the kafka endpoint
110 kafkaService: cord-kafka
Kailash0862f1f2019-03-07 10:42:08 -0800111
Andy Bavier923d8ff2019-03-15 14:49:13 -0700112# in workflow/tt-workflow service chart
113tt-workflow-driver:
114 image:
Andy Bavier7f604702019-04-23 17:31:55 -0700115 tag: 'master'
Andy Bavier923d8ff2019-03-15 14:49:13 -0700116
117 # this is mandatory, it's needed to correctly configure the kafka endpoint
118 kafkaService: cord-kafka
119
Andy Baviere533a872019-05-03 16:06:33 -0700120# in mininet chart
121vlanMatchDepth: 2
Andy Bavierfaa197d2019-05-23 16:29:30 -0700122enableMulticast: True
Andy Baviere533a872019-05-03 16:06:33 -0700123
124# in ponsim-pod chart
125bandwidthProfiles: True
Andy Baviere21a5f52019-05-28 15:39:52 -0700126legacyPonsim: False
Andy Baviere533a872019-05-03 16:06:33 -0700127
Kailash0862f1f2019-03-07 10:42:08 -0800128# ONOS applications
Andy Bavier4ad1a732019-06-26 09:27:24 -0700129aaaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=aaa-app&v=1.9.0-SNAPSHOT&e=oar"
Matteo Scandolo870db1e2019-04-18 11:40:09 -0700130aaaAppVersion: "1.9.0.SNAPSHOT"
Kailash0862f1f2019-03-07 10:42:08 -0800131
Matteo Scandolo33868202019-04-22 14:26:57 -0700132sadisAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=sadis-app&v=3.1.0-SNAPSHOT&e=oar"
Matteo Scandolo870db1e2019-04-18 11:40:09 -0700133sadisAppVersion: "3.1.0.SNAPSHOT"
Kailash0862f1f2019-03-07 10:42:08 -0800134
Matteo Scandolo51ce2112019-05-10 10:44:15 -0700135dhcpl2relayAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=dhcpl2relay-app&v=1.6.0-SNAPSHOT&e=oar"
Matteo Scandolo870db1e2019-04-18 11:40:09 -0700136dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
Kailash0862f1f2019-03-07 10:42:08 -0800137
Matteo Scandolo33868202019-04-22 14:26:57 -0700138oltAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=olt-app&v=3.0.1-SNAPSHOT&e=oar"
Matteo Scandolo870db1e2019-04-18 11:40:09 -0700139oltAppVersion: "3.0.1.SNAPSHOT"
140
Matteo Scandolo33868202019-04-22 14:26:57 -0700141kafkaAppUrl: "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=org.opencord&a=kafka&v=1.1.0-SNAPSHOT&e=oar"
Matteo Scandolo870db1e2019-04-18 11:40:09 -0700142kafkaAppVersion: "1.1.0.SNAPSHOT"