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