blob: 4439e57a32846fb6e7993df308dbf502dd2f6eb3 [file] [log] [blame]
Andrea Campanellae28feaf2020-04-22 15:17:45 +02001# Copyright 2019 Ciena Corporation
2#
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
15defaults:
16 image_tag: master
17 image_pullPolicy: Always
18
Andrea Campanellafb89df82020-05-07 22:56:27 +020019onosSshPort: 30115
20onosApiPort: 30120
21onosOfPort: 31653
22
Andrea Campanellabeca7db2020-09-03 10:36:26 +020023exposeNodePorts: true
24
Andrea Campanellae28feaf2020-04-22 15:17:45 +020025deployments:
26 etcdOperator: true
27 backupOperator: false
28 restoreOperator: false
29
30voltha-etcd-cluster:
31 clusterSize: 1
32onos_env:
33- name: POD_IP
34 valueFrom:
35 fieldRef:
36 fieldPath: status.podIP
37- name: NAMESPACE
38 valueFrom:
39 fieldRef:
40 fieldPath: metadata.namespace
41- name: ONOS_APPS
42 value: "drivers,openflow-base,hostprovider"
43
Andrea Campanellabeca7db2020-09-03 10:36:26 +020044apps:
45 - org.onosproject.lldpprovider
46 - org.onosproject.openflow-base
47 - org.onosproject.gui2
48 - org.onosproject.drivers
49 - org.onosproject.mcast
50 - org.opencord.kafka
51 - org.opencord.sadis
52 - org.opencord.dhcpl2relay
53 - org.opencord.maclearner
54 - org.opencord.igmpproxy
55 - org.opencord.mcast
56 - org.opencord.olt
57 - org.opencord.aaa
58
59atomix:
60 persistence:
61 enabled: false
62
63
Andrea Campanellae28feaf2020-04-22 15:17:45 +020064# Customization for BBSIM
65kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
66pon_ports: 1
67onus_per_pon_port: 1