blob: 50bbdb32dc7f704c8206f67fab0bd89803661ec0 [file] [log] [blame]
Andy Bavierac5a1922018-07-09 17:19:19 -07001---
2# Copyright 2017-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# Aggregation chart of SEBA charts
17
18# configuration for kafka
19voltha-kafka:
20 replicas: 1
21 persistence:
22 enabled: false
23 zookeeper:
24 servers: 1
25 persistence:
26 enabled: false
27
28voltha:
29 etcd-operator:
30 customResources:
Matteo Scandolo2eadad72018-07-25 13:40:56 -070031 createEtcdClusterCRD: true
Andy Bavierac5a1922018-07-09 17:19:19 -070032 kafkaReleaseName: "seba-substrate-voltha-kafka"
33
34# from configs/onos-voltha.yaml
35onos-voltha:
36 nameOverride: "onosv"
37 fullnameOverride: "onos-voltha"
38
Andy Bavierac5a1922018-07-09 17:19:19 -070039 services:
40 openflowServiceType: ClusterIP
41 ovsdbServiceType: ClusterIP
42 sshServiceType: NodePort
43 uiServiceType: NodePort
44 ssh:
45 nodePort: 30115
46 ui:
47 nodePort: 30120
48
49 onos_env:
50 - name: POD_IP
51 valueFrom:
52 fieldRef:
53 fieldPath: status.podIP
54 - name: NAMESPACE
55 valueFrom:
56 fieldRef:
57 fieldPath: metadata.namespace
58 - name: ONOS_APPS
59 value: "drivers,openflow-base"
60
61
62# from configs/onos-fabric.yaml
63onos-fabric:
Jonathan Hart5b3f4162018-08-03 15:31:50 -070064 nameOverride: "onosf"
65 fullnameOverride: "onos-fabric"
66
Andy Bavierac5a1922018-07-09 17:19:19 -070067 services:
68 openflowServiceType: NodePort
69 ovsdbServiceType: NodePort
70 sshServiceType: NodePort
71 uiServiceType: NodePort
72 ovsdb:
73 nodePort: 31640
74 openflow:
75 nodePort: 31653
76 ssh:
77 nodePort: 31101
78 ui:
79 nodePort: 31181
80
81 onos_env:
82 - name: ONOS_APPS
83 value: "openflow"