blob: db76823e26a2edadcfd10f84dedc01d2d19b4f41 [file] [log] [blame]
Andrea Campanella3ed245b2021-03-09 09:00:03 +00001# Copyright 2019 Ciena Corporation
Andrea Campanellae28feaf2020-04-22 15:17:45 +02002#
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
Andrea Campanella87d08992021-05-24 14:55:16 +020015global:
Andrea Campanellae28feaf2020-04-22 15:17:45 +020016 image_tag: master
17 image_pullPolicy: Always
Andrea Campanella00fed7a2021-05-27 15:39:54 +020018onos-classic:
19 image:
20 repository: "andreacampanella/voltha-onos"
21 tag: "voltha-onos-2.5"
Andrea Campanellae28feaf2020-04-22 15:17:45 +020022
Andrea Campanellafb89df82020-05-07 22:56:27 +020023onosSshPort: 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"
Andrea Campanella102a9112021-03-09 10:12:55 +010033
Andrea Campanellae28feaf2020-04-22 15:17:45 +020034deployments:
35 etcdOperator: true
36 backupOperator: false
37 restoreOperator: false
38
39voltha-etcd-cluster:
40 clusterSize: 1
41onos_env:
42- name: POD_IP
43 valueFrom:
44 fieldRef:
45 fieldPath: status.podIP
46- name: NAMESPACE
47 valueFrom:
48 fieldRef:
49 fieldPath: metadata.namespace
50- name: ONOS_APPS
51 value: "drivers,openflow-base,hostprovider"
52
Andrea Campanellabeca7db2020-09-03 10:36:26 +020053apps:
54 - org.onosproject.lldpprovider
55 - org.onosproject.openflow-base
56 - org.onosproject.gui2
57 - org.onosproject.drivers
58 - org.onosproject.mcast
59 - org.opencord.kafka
60 - org.opencord.sadis
61 - org.opencord.dhcpl2relay
Andrea Campanellabeca7db2020-09-03 10:36:26 +020062 - org.opencord.igmpproxy
63 - org.opencord.mcast
64 - org.opencord.olt
65 - org.opencord.aaa
66
67atomix:
68 persistence:
69 enabled: false
70
71
Andrea Campanellae28feaf2020-04-22 15:17:45 +020072# Customization for BBSIM
73kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
74pon_ports: 1
75onus_per_pon_port: 1