blob: ddc2ac3a6de4df0fec75d24836c9fb98931b3df9 [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
Andrea Campanellad9ecda02020-10-02 10:03:48 +020025use_openonu_adapter_go: true
26
Andrea Campanella4f7c3212020-10-05 16:38:29 +020027adapter_open_onu_go:
Andrea Campanellaee961e82020-10-05 10:36:00 +020028 repository: andreacampanella/voltha-openonu-adapter-go
29 tag: omci-msg-info
Andrea Campanella360e86d2020-10-01 10:01:17 +020030
31deployments:
32 etcdOperator: true
33 backupOperator: false
34 restoreOperator: false
35
36voltha-etcd-cluster:
37 clusterSize: 1
38onos_env:
39- name: POD_IP
40 valueFrom:
41 fieldRef:
42 fieldPath: status.podIP
43- name: NAMESPACE
44 valueFrom:
45 fieldRef:
46 fieldPath: metadata.namespace
47- name: ONOS_APPS
48 value: "drivers,openflow-base,hostprovider"
49
50apps:
51 - org.onosproject.lldpprovider
52 - org.onosproject.openflow-base
53 - org.onosproject.gui2
54 - org.onosproject.drivers
55 - org.onosproject.mcast
56 - org.opencord.kafka
57 - org.opencord.sadis
58 - org.opencord.dhcpl2relay
59 - org.opencord.igmpproxy
60 - org.opencord.mcast
61 - org.opencord.olt
62 - org.opencord.aaa
63
64atomix:
65 persistence:
66 enabled: false
67
68# Customization for BBSIM
69kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
70pon_ports: 1
71onus_per_pon_port: 1