blob: 818c536f4335f46cbdf8246c1308e5a67916b93f [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
17# Use this file to deploy the service versions speecified in the Helm charts.
Kailash0b58ec12019-01-28 15:36:05 -080018
Kailashbccdcb82019-03-26 11:17:31 -070019# voltha
20etcd-cluster:
21 clusterSize: 1
22
23# in workflow/att-workflow service chart
24att-workflow-driver:
25 # this is mandatory, it's needed to correctly configure the kafka endpoint
26 kafkaService: cord-kafka
27
28# in workflow/tt-workflow service chart
29tt-workflow-driver:
30 image:
31 repository: andybavier/test-image-synchronizer
32 tag: tt-workflow-driver
33
34 # this is mandatory, it's needed to correctly configure the kafka endpoint
35 kafkaService: cord-kafka
36
Kailashc33f0372019-01-29 14:00:50 -080037images:
Kailash0b58ec12019-01-28 15:36:05 -080038 vcore:
Kailash2575b242019-03-22 19:55:25 -070039 tag: 'latest'
Kailashbccdcb82019-03-26 11:17:31 -070040 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 olt:
53 repository: "voltha/voltha-ponsim"
54 tag: "latest"
55 onu:
56 repository: "voltha/voltha-ponsim"
57 tag: "latest"
Kailash4b9298f2019-03-25 12:02:39 -070058 onos:
Kailashbccdcb82019-03-26 11:17:31 -070059# tag: "1.13.8"
60 repository: "andybavier/test-image"
61 tag: "onos-1.13.9-rc3"
Kailash4b9298f2019-03-25 12:02:39 -070062
63
Kailashbccdcb82019-03-26 11:17:31 -070064sadis-server:
65 image:
66 repository: "andybavier/sadis-server"
67 tag: "dev"
68
69# Grab https://gerrit.opencord.org/#/c/13330/
70rcord:
71 image:
72 tag: 'master'
73 bandwidthprofile:
74 name: "Default"
75
76aaaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/aaa/1.9.0-SNAPSHOT/aaa-1.9.0-20190325.071418-15.oar"
Kailash4b9298f2019-03-25 12:02:39 -070077aaaAppVersion: "1.9.0.SNAPSHOT"
Kailash0b58ec12019-01-28 15:36:05 -080078
Kailash4b9298f2019-03-25 12:02:39 -070079sadisAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/sadis-app/3.1.0-SNAPSHOT/sadis-app-3.1.0-20190325.071529-14.oar"
80sadisAppVersion: "3.1.0.SNAPSHOT"
Kailash0b58ec12019-01-28 15:36:05 -080081
Kailash4b9298f2019-03-25 12:02:39 -070082dhcpl2relayAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/dhcpl2relay/1.6.0-SNAPSHOT/dhcpl2relay-1.6.0-20190325.071457-14.oar"
83dhcpl2relayAppVersion: "1.6.0.SNAPSHOT"
Kailash2575b242019-03-22 19:55:25 -070084
Kailash4b9298f2019-03-25 12:02:39 -070085oltAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/olt-app/3.0.1-SNAPSHOT/olt-app-3.0.1-20190325.071518-14.oar"
Kailashaa737aa2019-03-25 12:28:42 -070086oltAppVersion: "3.0.1.SNAPSHOT"
87
88kafkaAppUrl: "https://oss.sonatype.org/content/repositories/snapshots/org/opencord/kafka/1.1.0-SNAPSHOT/kafka-1.1.0-20190325.071504-14.oar"
Kailashbccdcb82019-03-26 11:17:31 -070089kafkaAppVersion: "1.1.0.SNAPSHOT"