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