blob: 82b41039221ee4ded587739b3a8e27a64df0018b [file] [log] [blame]
Andrea Campanella3ed245b2021-03-09 09:00:03 +00001# Copyright 2019 Ciena Corporation
Suchitra Vemurid724dc02020-08-10 18:21:30 -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
Andrea Campanella87d08992021-05-24 14:55:16 +020015global:
Suchitra Vemurid724dc02020-08-10 18:21:30 -070016 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"
Suchitra Vemurid724dc02020-08-10 18:21:30 -070022
23onosSshPort: 30115
24onosApiPort: 30120
Andrea Campanellabeca7db2020-09-03 10:36:26 +020025
Andrea Campanella78dea332020-09-07 12:17:23 +020026individualOpenFlowNodePorts: true
Suchitra Vemurid724dc02020-08-10 18:21:30 -070027
Andrea Campanella0c016a92021-03-30 12:00:07 +020028#images:
29# onos:
30# repository: "andreacampanella/voltha-onos"
Andrea Campanella00fed7a2021-05-27 15:39:54 +020031# tag: "voltha-onos-2.5"
Suchitra Vemurid724dc02020-08-10 18:21:30 -070032# adapter_open_onu:
33# repository: gcgirish/voltha-openonu-adapter
34# tag: tpstate
35# adapter_open_olt:
36# repository: gcgirish/voltha-openolt-adapter
37# tag: flow-sync
38# rw_core:
39# repository: khagerma/voltha-rw-core
40# tag: update-port-fix
41deployments:
42 etcdOperator: true
43 backupOperator: false
44 restoreOperator: false
45
46nodeAffinityConfig:
47 enabled: true
48 node_label_key: "in-band"
49 node_label_value: "yes"
50
51voltha-etcd-cluster:
52 clusterSize: 1
53onos_env:
54- name: POD_IP
55 valueFrom:
56 fieldRef:
57 fieldPath: status.podIP
58- name: NAMESPACE
59 valueFrom:
60 fieldRef:
61 fieldPath: metadata.namespace
62- name: ONOS_APPS
63 value: "drivers,openflow-base,hostprovider"
64
Andrea Campanellabeca7db2020-09-03 10:36:26 +020065apps:
66 - org.onosproject.lldpprovider
67 - org.onosproject.openflow-base
68 - org.onosproject.gui2
69 - org.onosproject.drivers
70 - org.onosproject.mcast
71 - org.opencord.kafka
72 - org.opencord.sadis
73 - org.opencord.dhcpl2relay
Andrea Campanellabeca7db2020-09-03 10:36:26 +020074 - org.opencord.igmpproxy
75 - org.opencord.mcast
76 - org.opencord.olt
77 - org.opencord.aaa
78
79atomix:
80 persistence:
81 enabled: false
82
Suchitra Vemurid724dc02020-08-10 18:21:30 -070083# Customization for BBSIM
84kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
85pon_ports: 1
86onus_per_pon_port: 1