blob: 7b90c53ffa1bb8271132dd794a7307b0bc376e8c [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
Cristina de Francisco06656712025-01-15 16:59:20 +010028
29#images:
Hardik Windlassc8fdb622022-05-16 16:33:31 +053030# onos:
31# repository: "andreacampanella/voltha-onos"
32# tag: "olt-required-drivers"
33
34deployments:
35 etcdOperator: true
36 backupOperator: false
37 restoreOperator: false
38
39voltha-etcd-cluster:
40 clusterSize: 1
41onos_env:
42- name: POD_IP
43 valueFrom:
44 fieldRef:
45 fieldPath: status.podIP
46- name: NAMESPACE
47 valueFrom:
48 fieldRef:
49 fieldPath: metadata.namespace
50- name: ONOS_APPS
51 value: "drivers,openflow-base,hostprovider"
52
53apps:
54 - org.onosproject.lldpprovider
55 - org.onosproject.openflow-base
56 - org.onosproject.gui2
57 - org.onosproject.drivers
58 - org.onosproject.mcast
59 - org.opencord.kafka
60 - org.opencord.sadis
61 - org.opencord.dhcpl2relay
62 - org.opencord.igmpproxy
63 - org.opencord.mcast
64 - org.opencord.olt
65 - org.opencord.aaa
66
67atomix:
68 persistence:
69 enabled: false
70
71
72# Customization for BBSIM
73kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
74pon_ports: 1
75onus_per_pon_port: 1