blob: ac0e1d9dbb98352d8dbf6634c9bacddb072a2748 [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:
Andy Bavier6b9ff512019-10-22 08:18:13 -070016 image_tag: master
Suchitra Vemuri86cee972019-08-28 14:49:58 -070017 image_pullPolicy: Always
Matteo Scandoloe82fbbd2021-05-05 12:59:35 -070018onos-classic:
19 image:
Andrea Campanella00fed7a2021-05-27 15:39:54 +020020 repository: "andreacampanella/voltha-onos"
21 tag: "voltha-onos-2.5"
Suchitra Vemuri86cee972019-08-28 14:49:58 -070022
Suchitra Vemuri87d14d22020-05-01 20:08:01 -070023onosSshPort: 30115
24onosApiPort: 30120
25onosOfPort: 31653
26
Andrea Campanella78dea332020-09-07 12:17:23 +020027individualOpenFlowNodePorts: true
Andrea Campanellabeca7db2020-09-03 10:36:26 +020028
Andrea Campanella0c016a92021-03-30 12:00:07 +020029#images:
30# onos:
31# repository: "andreacampanella/voltha-onos"
Andrea Campanella00fed7a2021-05-27 15:39:54 +020032# tag: "voltha-onos-2.5"
Girish Gowdra30978ac2020-07-23 14:15:38 -070033# adapter_open_onu:
34# repository: gcgirish/voltha-openonu-adapter
35# tag: ttfix
Girish Gowdra32ecf592020-10-06 02:27:38 +000036# adapter_open_olt:
37# repository: gcgirish/voltha-openolt-adapter
38# tag: fixAction
Suchitra Vemuri35ce2332020-03-22 21:15:05 -070039# rw_core:
40# repository: gcgirish/voltha-rw-core
41# tag: delete-device
Suchitra Vemuri86cee972019-08-28 14:49:58 -070042deployments:
43 etcdOperator: true
44 backupOperator: false
45 restoreOperator: false
46
47voltha-etcd-cluster:
48 clusterSize: 1
49onos_env:
50- name: POD_IP
51 valueFrom:
52 fieldRef:
53 fieldPath: status.podIP
54- name: NAMESPACE
55 valueFrom:
56 fieldRef:
57 fieldPath: metadata.namespace
58- name: ONOS_APPS
59 value: "drivers,openflow-base,hostprovider"
60
Andrea Campanellabeca7db2020-09-03 10:36:26 +020061apps:
62 - org.onosproject.lldpprovider
63 - org.onosproject.openflow-base
64 - org.onosproject.gui2
65 - org.onosproject.drivers
66 - org.onosproject.mcast
67 - org.opencord.kafka
68 - org.opencord.sadis
69 - org.opencord.dhcpl2relay
Andrea Campanellabeca7db2020-09-03 10:36:26 +020070 - org.opencord.igmpproxy
71 - org.opencord.mcast
72 - org.opencord.olt
73 - org.opencord.aaa
74
75atomix:
76 persistence:
77 enabled: false
78
Suchitra Vemuri86cee972019-08-28 14:49:58 -070079# Customization for BBSIM
80kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
81pon_ports: 1
82onus_per_pon_port: 1