blob: 3e7979447eb4eed945823d6d7b149b391620ee6b [file] [log] [blame]
Hardik Windlassc73d78b2021-07-02 23:38:36 +00001# 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:
Hardik Windlassc73d78b2021-07-02 23:38:36 +000016 image_pullPolicy: Always
Hardik Windlassc73d78b2021-07-02 23:38:36 +000017
18onosSshPort: 30115
19onosApiPort: 30120
20onosOfPort: 31653
21
22individualOpenFlowNodePorts: true
23
24#images:
25# onos:
26# repository: "andreacampanella/voltha-onos"
27# tag: "olt-required-drivers"
28# adapter_open_onu:
29# repository: gcgirish/voltha-openonu-adapter
30# tag: ttfix
31# adapter_open_olt:
32# repository: gcgirish/voltha-openolt-adapter
33# tag: fixAction
34# rw_core:
35# repository: gcgirish/voltha-rw-core
36# tag: delete-device
37deployments:
38 etcdOperator: true
39 backupOperator: false
40 restoreOperator: false
41
42voltha-etcd-cluster:
43 clusterSize: 1
44onos_env:
45- name: POD_IP
46 valueFrom:
47 fieldRef:
48 fieldPath: status.podIP
49- name: NAMESPACE
50 valueFrom:
51 fieldRef:
52 fieldPath: metadata.namespace
53- name: ONOS_APPS
54 value: "drivers,openflow-base,hostprovider"
55
56apps:
57 - org.onosproject.lldpprovider
58 - org.onosproject.openflow-base
59 - org.onosproject.gui2
60 - org.onosproject.drivers
61 - org.onosproject.mcast
62 - org.opencord.kafka
63 - org.opencord.sadis
64 - org.opencord.dhcpl2relay
65 - org.opencord.igmpproxy
66 - org.opencord.mcast
67 - org.opencord.olt
68 - org.opencord.aaa
69
70atomix:
71 persistence:
72 enabled: false
73
74# Customization for BBSIM
75kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
76pon_ports: 1
77onus_per_pon_port: 1