blob: c4c05ef189d968ccd504c9710b71d01b90487d9c [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'
Matteo Scandolo870db1e2019-04-18 11:40:09 -070036# ONOS
37 onos:
38 repository: 'matteoscandolo/onos'
39 tag: '1.13.9-rc3'
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'
55
Andy Bavierf38f52f2018-10-11 13:20:48 -070056# Ponsimv2
57 olt:
58 repository: "voltha/voltha-ponsim"
59 tag: "latest"
60 onu:
61 repository: "voltha/voltha-ponsim"
62 tag: "latest"
63
64# in xos-gui sub-chart required by xos-core chart
65xos-gui:
66 images:
67 xos_gui:
68 tag: 'master'
69 xos_ws:
70 tag: 'master'
71
Matteo Scandolo34dd2362018-12-12 15:16:25 -080072# in seba service chart
Andy Bavierf38f52f2018-10-11 13:20:48 -070073fabric:
74 image:
75 tag: 'master'
76fabric-crossconnect:
77 image:
78 tag: 'master'
79onos-service:
80 image:
81 tag: 'master'
82sadis-server:
83 image:
84 tag: 'latest'
85volt:
86 image:
87 tag: 'master'
88rcord:
89 image:
90 tag: 'master'
91
Kailash3da52d72019-03-05 09:05:09 -080092# in base-kubernetes chart
93kubernetes:
94 image:
95 tag: 'master'
96
Matteo Scandoloa7286fd2018-12-18 15:16:48 -080097# in workflow/att-workflow service chart
Matteo Scandolo34dd2362018-12-12 15:16:25 -080098att-workflow-driver:
99 image:
100 tag: 'master'
Matteo Scandoloa7286fd2018-12-18 15:16:48 -0800101
102 # this is mandatory, it's needed to correctly configure the kafka endpoint
103 kafkaService: cord-kafka
Kailash0862f1f2019-03-07 10:42:08 -0800104
Andy Bavier923d8ff2019-03-15 14:49:13 -0700105# in workflow/tt-workflow service chart
106tt-workflow-driver:
107 image:
108 repository: andybavier/test-image-synchronizer
109 tag: tt-workflow-driver
110
111 # this is mandatory, it's needed to correctly configure the kafka endpoint
112 kafkaService: cord-kafka
113
Kailash0862f1f2019-03-07 10:42:08 -0800114# ONOS applications
Matteo Scandolo870db1e2019-04-18 11:40:09 -0700115aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.9.0-SNAPSHOT/aaa-1.9.0-20190410.071508-31.oar"
116aaaAppVersion: "1.9.0.SNAPSHOT"
Kailash0862f1f2019-03-07 10:42:08 -0800117
Matteo Scandolo870db1e2019-04-18 11:40:09 -0700118sadisAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/sadis-app/3.1.0-SNAPSHOT/sadis-app-3.1.0-20190410.071623-30.oar"
119sadisAppVersion: "3.1.0.SNAPSHOT"
Kailash0862f1f2019-03-07 10:42:08 -0800120
Matteo Scandolo870db1e2019-04-18 11:40:09 -0700121dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.6.0-SNAPSHOT/dhcpl2relay-1.6.0-20190410.071549-30.oar"
122dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
Kailash0862f1f2019-03-07 10:42:08 -0800123
Matteo Scandolo870db1e2019-04-18 11:40:09 -0700124oltAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/olt-app/3.0.1-SNAPSHOT/olt-app-3.0.1-20190410.071612-30.oar"
125oltAppVersion: "3.0.1.SNAPSHOT"
126
Matteo Scandolo10613852019-04-18 16:55:30 -0700127kafkaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/kafka/1.1.0-SNAPSHOT/kafka-1.1.0-20190418.234953-39.oar"
Matteo Scandolo870db1e2019-04-18 11:40:09 -0700128kafkaAppVersion: "1.1.0.SNAPSHOT"