blob: 66de9131134ffdbd2b62bd7462b228a755738adc [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
20etcd-operator:
21 etcdCluster:
22 size: 1
23
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'
36
Zack Williams2749ae52018-09-28 09:43:43 -070037# VOLTHA
38 vcore:
39 tag: 'latest'
40 vcli:
41 tag: 'latest'
42 ofagent:
43 tag: 'latest'
44 netconf:
45 tag: 'latest'
46 envoy_for_etcd:
47 tag: 'latest'
48 alarm_generator:
49 tag: 'latest'
50 freeradius:
51 tag: 'latest'
52
Andy Bavierf38f52f2018-10-11 13:20:48 -070053# Ponsimv2
54 olt:
55 repository: "voltha/voltha-ponsim"
56 tag: "latest"
57 onu:
58 repository: "voltha/voltha-ponsim"
59 tag: "latest"
60
61# in xos-gui sub-chart required by xos-core chart
62xos-gui:
63 images:
64 xos_gui:
65 tag: 'master'
66 xos_ws:
67 tag: 'master'
68
Matteo Scandolo34dd2362018-12-12 15:16:25 -080069# in seba service chart
Andy Bavierf38f52f2018-10-11 13:20:48 -070070fabric:
71 image:
72 tag: 'master'
73fabric-crossconnect:
74 image:
75 tag: 'master'
76onos-service:
77 image:
78 tag: 'master'
79sadis-server:
80 image:
81 tag: 'latest'
82volt:
83 image:
84 tag: 'master'
85rcord:
86 image:
87 tag: 'master'
88
Kailash3da52d72019-03-05 09:05:09 -080089# in base-kubernetes chart
90kubernetes:
91 image:
92 tag: 'master'
93
Matteo Scandoloa7286fd2018-12-18 15:16:48 -080094# in workflow/att-workflow service chart
Matteo Scandolo34dd2362018-12-12 15:16:25 -080095att-workflow-driver:
96 image:
97 tag: 'master'
Matteo Scandoloa7286fd2018-12-18 15:16:48 -080098
99 # this is mandatory, it's needed to correctly configure the kafka endpoint
100 kafkaService: cord-kafka
Kailash0862f1f2019-03-07 10:42:08 -0800101
Andy Bavier923d8ff2019-03-15 14:49:13 -0700102# in workflow/tt-workflow service chart
103tt-workflow-driver:
104 image:
105 repository: andybavier/test-image-synchronizer
106 tag: tt-workflow-driver
107
108 # this is mandatory, it's needed to correctly configure the kafka endpoint
109 kafkaService: cord-kafka
110
Kailash0862f1f2019-03-07 10:42:08 -0800111# ONOS applications
112aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.8.0-SNAPSHOT/aaa-1.8.0-20181129.184849-116.oar"
113aaaAppVersion: "1.8.0.SNAPSHOT"
114
115sadisAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/sadis-app/2.2.0-SNAPSHOT/sadis-app-2.2.0-20181127.081727-156.oar"
116sadisAppVersion: "2.2.0.SNAPSHOT"
117
118dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.5.0-SNAPSHOT/dhcpl2relay-1.5.0-20181129.184928-160.oar"
119dhcpl2relayAppVersion: "1.5.0.SNAPSHOT"
120
121oltAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/olt-app/2.1.0-SNAPSHOT/olt-app-2.1.0-20181129.184957-41.oar"
122oltAppVersion: "2.1.0.SNAPSHOT"