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