blob: 1aecd00712ba81678a26268f2cb64bce6d1591a3 [file] [log] [blame]
Andrea Campanella3ed245b2021-03-09 09:00:03 +00001# Copyright 2019 Ciena Corporation
Andrea Campanella3c53b722020-04-07 13:38:34 +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
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 Campanella78dea332020-09-07 12:17:23 +020023individualOpenFlowNodePorts: true
Andrea Campanellabeca7db2020-09-03 10:36:26 +020024
Andrea Campanella3c53b722020-04-07 13:38:34 +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
Andrea Campanellabeca7db2020-09-03 10:36:26 +020053 - org.opencord.igmpproxy
54 - org.opencord.mcast
55 - org.opencord.olt
56 - org.opencord.aaa
57
58atomix:
59 persistence:
60 enabled: false
61
62
Andrea Campanella3c53b722020-04-07 13:38:34 +020063# Customization for BBSIM
64kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
65pon_ports: 1
66onus_per_pon_port: 1