blob: dbec967d9a65366461032f8b62734a3b9fa77444 [file] [log] [blame]
Hardik Windlassc8fdb622022-05-16 16:33:31 +05301# 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
15global:
16 image_tag: master
17 image_pullPolicy: Always
18onos-classic:
19 image:
20 tag: master
21
22onosSshPort: 30115
23onosApiPort: 30120
24onosOfPort: 31653
25
26individualOpenFlowNodePorts: true
27
Amaiaf9cf1682025-01-23 15:35:10 +010028voltha:
29 images:
30 rw_core:
31 tag: "3.6.4"
Cristina de Francisco06656712025-01-15 16:59:20 +010032
33#images:
Hardik Windlassc8fdb622022-05-16 16:33:31 +053034# onos:
35# repository: "andreacampanella/voltha-onos"
36# tag: "olt-required-drivers"
37
38deployments:
39 etcdOperator: true
40 backupOperator: false
41 restoreOperator: false
42
43voltha-etcd-cluster:
44 clusterSize: 1
45onos_env:
46- name: POD_IP
47 valueFrom:
48 fieldRef:
49 fieldPath: status.podIP
50- name: NAMESPACE
51 valueFrom:
52 fieldRef:
53 fieldPath: metadata.namespace
54- name: ONOS_APPS
55 value: "drivers,openflow-base,hostprovider"
56
57apps:
58 - org.onosproject.lldpprovider
59 - org.onosproject.openflow-base
60 - org.onosproject.gui2
61 - org.onosproject.drivers
62 - org.onosproject.mcast
63 - org.opencord.kafka
64 - org.opencord.sadis
65 - org.opencord.dhcpl2relay
66 - org.opencord.igmpproxy
67 - org.opencord.mcast
68 - org.opencord.olt
69 - org.opencord.aaa
70
71atomix:
72 persistence:
73 enabled: false
74
75
76# Customization for BBSIM
77kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
78pon_ports: 1
79onus_per_pon_port: 1