blob: 0cc20a9e75e4918c7fd16c01769a176576cab744 [file] [log] [blame]
Andrea Campanella3ed245b2021-03-09 09:00:03 +00001# Copyright 2019 Ciena Corporation
Andrea Campanellae28feaf2020-04-22 15:17:45 +02002#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Andrea Campanella87d08992021-05-24 14:55:16 +020015global:
Andrea Campanellae28feaf2020-04-22 15:17:45 +020016 image_tag: master
17 image_pullPolicy: Always
18
Andrea Campanellafb89df82020-05-07 22:56:27 +020019onosSshPort: 30115
20onosApiPort: 30120
21onosOfPort: 31653
22
Andrea Campanella78dea332020-09-07 12:17:23 +020023individualOpenFlowNodePorts: true
Andrea Campanellabeca7db2020-09-03 10:36:26 +020024
Andrea Campanella0c016a92021-03-30 12:00:07 +020025#images:
26# onos:
27# repository: "andreacampanella/voltha-onos"
28# tag: "olt-required-drivers"
Andrea Campanella102a9112021-03-09 10:12:55 +010029
Andrea Campanellae28feaf2020-04-22 15:17:45 +020030deployments:
31 etcdOperator: true
32 backupOperator: false
33 restoreOperator: false
34
35voltha-etcd-cluster:
36 clusterSize: 1
37onos_env:
38- name: POD_IP
39 valueFrom:
40 fieldRef:
41 fieldPath: status.podIP
42- name: NAMESPACE
43 valueFrom:
44 fieldRef:
45 fieldPath: metadata.namespace
46- name: ONOS_APPS
47 value: "drivers,openflow-base,hostprovider"
48
Andrea Campanellabeca7db2020-09-03 10:36:26 +020049apps:
50 - org.onosproject.lldpprovider
51 - org.onosproject.openflow-base
52 - org.onosproject.gui2
53 - org.onosproject.drivers
54 - org.onosproject.mcast
55 - org.opencord.kafka
56 - org.opencord.sadis
57 - org.opencord.dhcpl2relay
Andrea Campanellabeca7db2020-09-03 10:36:26 +020058 - org.opencord.igmpproxy
59 - org.opencord.mcast
60 - org.opencord.olt
61 - org.opencord.aaa
62
63atomix:
64 persistence:
65 enabled: false
66
67
Andrea Campanellae28feaf2020-04-22 15:17:45 +020068# Customization for BBSIM
69kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
70pon_ports: 1
71onus_per_pon_port: 1