blob: ad7cee1f159a4636a476006f9154c8172d7409e5 [file] [log] [blame]
Kailash0b58ec12019-01-28 15:36:05 -08001---
Kailashbccdcb82019-03-26 11:17:31 -07002# Copyright 2018-present Open Networking Foundation
Kailash0b58ec12019-01-28 15:36:05 -08003#
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
Kailashbccdcb82019-03-26 11:17:31 -070016# Values file for deploying SEBA with Ponsim
Kailash49c5cf72019-04-22 09:34:21 -070017# Use this file to deploy the 'master' (dev) versions of all services.
18# This is mainly useful for testing.
Kailash0b58ec12019-01-28 15:36:05 -080019
Kailashbccdcb82019-03-26 11:17:31 -070020# voltha
21etcd-cluster:
22 clusterSize: 1
23
24# in workflow/att-workflow service chart
25att-workflow-driver:
26 # this is mandatory, it's needed to correctly configure the kafka endpoint
27 kafkaService: cord-kafka
28
Kailash49c5cf72019-04-22 09:34:21 -070029etcd-operator:
30 etcdCluster:
31 size: 1
32
33# in xos-core chart and other charts with multiple images
Kailashc33f0372019-01-29 14:00:50 -080034images:
Kailash49c5cf72019-04-22 09:34:21 -070035 xos_core:
36 tag: 'master'
37 xos_chameleon:
38 tag: 'master'
39 xos_tosca:
40 tag: 'master'
41 xos_api_tester:
42 tag: 'master'
43 tosca_loader:
44 tag: 'master'
45# ONOS
46 onos:
47 repository: 'matteoscandolo/onos'
48 tag: '1.13.9-rc3'
49# VOLTHA
Kailash0b58ec12019-01-28 15:36:05 -080050 vcore:
Kailash2575b242019-03-22 19:55:25 -070051 tag: 'latest'
Kailashbccdcb82019-03-26 11:17:31 -070052 vcli:
53 tag: 'latest'
54 ofagent:
55 tag: 'latest'
56 netconf:
57 tag: 'latest'
58 envoy_for_etcd:
59 tag: 'latest'
60 alarm_generator:
61 tag: 'latest'
62 freeradius:
63 tag: 'latest'
Kailash49c5cf72019-04-22 09:34:21 -070064
65# Ponsimv2
Kailashbccdcb82019-03-26 11:17:31 -070066 olt:
67 repository: "voltha/voltha-ponsim"
68 tag: "latest"
69 onu:
70 repository: "voltha/voltha-ponsim"
71 tag: "latest"
Kailash49c5cf72019-04-22 09:34:21 -070072
73# in xos-gui sub-chart required by xos-core chart
74xos-gui:
75 images:
76 xos_gui:
77 tag: 'master'
78 xos_ws:
79 tag: 'master'
80
81# in seba service chart
82fabric:
83 image:
84 tag: 'master'
85fabric-crossconnect:
86 image:
87 tag: 'master'
88onos-service:
89 image:
90 tag: 'master'
91sadis-server:
92 image:
93 tag: 'latest'
94volt:
95 image:
96 tag: 'master'
97rcord:
98 image:
99 tag: 'master'
100
101# in base-kubernetes chart
102kubernetes:
103 image:
104 tag: 'master'
105
106# in workflow/att-workflow service chart
107att-workflow-driver:
108 image:
109 tag: 'master'
110
111 # this is mandatory, it's needed to correctly configure the kafka endpoint
112 kafkaService: cord-kafka
113
114# in workflow/tt-workflow service chart
115tt-workflow-driver:
116 image:
117 repository: andybavier/test-image-synchronizer
118 tag: tt-workflow-driver
119
120 # this is mandatory, it's needed to correctly configure the kafka endpoint
121 kafkaService: cord-kafka
122
123# ONOS applications
124aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.9.0-SNAPSHOT/aaa-1.9.0-20190422.071426-44.oar"
125aaaAppVersion: "1.9.0.SNAPSHOT"
126
127sadisAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/sadis-app/3.1.0-SNAPSHOT/sadis-app-3.1.0-20190422.071545-43.oar"
128sadisAppVersion: "3.1.0.SNAPSHOT"
129
130dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.6.0-SNAPSHOT/dhcpl2relay-1.6.0-20190422.071506-43.oar"
131dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
132
133oltAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/olt-app/3.0.1-SNAPSHOT/olt-app-3.0.1-20190422.071530-43.oar"
134oltAppVersion: "3.0.1.SNAPSHOT"
135
136kafkaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/kafka/1.1.0-SNAPSHOT/kafka-1.1.0-20190422.071513-43.oar"
137kafkaAppVersion: "1.1.0.SNAPSHOT"