blob: 7ceb73839ab2c0f95bd276dd477b98aeb704c128 [file] [log] [blame]
Andrea Campanella360e86d2020-10-01 10:01:17 +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
19onosSshPort: 30115
20onosApiPort: 30120
21onosOfPort: 31653
22
23individualOpenFlowNodePorts: true
24
25adapter_open_onu:
26 repository: voltha/voltha-openonu-adapter-go
27 tag: master
28
29deployments:
30 etcdOperator: true
31 backupOperator: false
32 restoreOperator: false
33
34voltha-etcd-cluster:
35 clusterSize: 1
36onos_env:
37- name: POD_IP
38 valueFrom:
39 fieldRef:
40 fieldPath: status.podIP
41- name: NAMESPACE
42 valueFrom:
43 fieldRef:
44 fieldPath: metadata.namespace
45- name: ONOS_APPS
46 value: "drivers,openflow-base,hostprovider"
47
48apps:
49 - org.onosproject.lldpprovider
50 - org.onosproject.openflow-base
51 - org.onosproject.gui2
52 - org.onosproject.drivers
53 - org.onosproject.mcast
54 - org.opencord.kafka
55 - org.opencord.sadis
56 - org.opencord.dhcpl2relay
57 - org.opencord.igmpproxy
58 - org.opencord.mcast
59 - org.opencord.olt
60 - org.opencord.aaa
61
62atomix:
63 persistence:
64 enabled: false
65
66# Customization for BBSIM
67kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
68pon_ports: 1
69onus_per_pon_port: 1