blob: 7f9a987b72c1360463547c1bae2780eea89921f6 [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
37# Ponsimv2
38 olt:
39 repository: "voltha/voltha-ponsim"
40 tag: "latest"
41 onu:
42 repository: "voltha/voltha-ponsim"
43 tag: "latest"
44
45# in xos-gui sub-chart required by xos-core chart
46xos-gui:
47 images:
48 xos_gui:
49 tag: 'master'
50 xos_ws:
51 tag: 'master'
52
53# in att-workflow service chart
54att-workflow-driver:
55 image:
56 tag: 'master'
57fabric:
58 image:
59 tag: 'master'
60fabric-crossconnect:
61 image:
62 tag: 'master'
63onos-service:
64 image:
65 tag: 'master'
66sadis-server:
67 image:
68 tag: 'latest'
69volt:
70 image:
71 tag: 'master'
72rcord:
73 image:
74 tag: 'master'
75
76
77# VOLTHA
78vcoreImage: "voltha/voltha-voltha:latest"
79envoyForEtcdImage: 'voltha/voltha-envoy:latest'
80freeradiusImage: 'tpdock/freeradius:latest'
81netconfImage: 'voltha/voltha-netconf:latest'
82ofagentImage: 'voltha/voltha-ofagent:latest'
83vcliImage: 'voltha/voltha-cli:latest'
84