blob: 3e7979447eb4eed945823d6d7b149b391620ee6b [file] [log] [blame]
Andrea Campanella3ed245b2021-03-09 09:00:03 +00001# Copyright 2019 Ciena Corporation
Suchitra Vemuri86cee972019-08-28 14:49:58 -07002#
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
Matteo Scandoloe82fbbd2021-05-05 12:59:35 -070015global:
Suchitra Vemuri86cee972019-08-28 14:49:58 -070016 image_pullPolicy: Always
17
Suchitra Vemuri87d14d22020-05-01 20:08:01 -070018onosSshPort: 30115
19onosApiPort: 30120
20onosOfPort: 31653
21
Andrea Campanella78dea332020-09-07 12:17:23 +020022individualOpenFlowNodePorts: true
Andrea Campanellabeca7db2020-09-03 10:36:26 +020023
Andrea Campanella334ede22021-07-01 07:20:40 +000024#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
Suchitra Vemuri86cee972019-08-28 14:49:58 -070037deployments:
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
Andrea Campanellabeca7db2020-09-03 10:36:26 +020056apps:
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
Andrea Campanellabeca7db2020-09-03 10:36:26 +020065 - org.opencord.igmpproxy
66 - org.opencord.mcast
67 - org.opencord.olt
68 - org.opencord.aaa
69
70atomix:
71 persistence:
72 enabled: false
73
Suchitra Vemuri86cee972019-08-28 14:49:58 -070074# Customization for BBSIM
75kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
76pon_ports: 1
77onus_per_pon_port: 1