blob: 5ec198e89d815933ed8de17088c91b80e73251be [file] [log] [blame]
Andrea Campanella3ed245b2021-03-09 09:00:03 +00001# Copyright 2019 Ciena Corporation
Matteo Scandolo7e194a62019-10-18 15:06:13 -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#
Suchitra Vemuri00de4142020-02-04 23:30:48 -08007# http://www.apache.org/licenses/LICENSE-2.0
Matteo Scandolo7e194a62019-10-18 15:06:13 -07008#
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:
Matteo Scandolo59f7d9c2019-10-22 17:40:49 -070016 image_tag: master
Matteo Scandolo7e194a62019-10-18 15:06:13 -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"
Matteo Scandolo7e194a62019-10-18 15:06:13 -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 Gowdra85c722a2020-08-03 14:56:04 -070033# adapter_open_onu:
34# repository: gcgirish/voltha-openonu-adapter
35# tag: tpstate
Girish Gowdraa93dabc2020-10-26 10:54:02 -070036# adapter_open_olt:
37# repository: gcgirish/voltha-openolt-adapter
38# tag: ofagentRestartCrashFix
Girish Gowdrad0591f62020-07-23 17:54:43 -070039# rw_core:
40# repository: khagerma/voltha-rw-core
41# tag: update-port-fix
Matteo Scandolo7e194a62019-10-18 15:06:13 -070042deployments:
43 etcdOperator: true
44 backupOperator: false
45 restoreOperator: false
46
Girish Gowdrada53e472020-06-29 13:01:40 -070047nodeAffinityConfig:
48 enabled: true
49 node_label_key: "in-band"
50 node_label_value: "yes"
51
Matteo Scandoloc7b0e582021-05-07 13:57:39 -070052voltha-adapter-openolt:
53 nodeAffinityConfig:
54 enabled: true
55 node_label_key: "in-band"
56 node_label_value: "yes"
57
Matteo Scandolo7e194a62019-10-18 15:06:13 -070058voltha-etcd-cluster:
59 clusterSize: 1
60onos_env:
61- name: POD_IP
62 valueFrom:
63 fieldRef:
64 fieldPath: status.podIP
65- name: NAMESPACE
66 valueFrom:
67 fieldRef:
68 fieldPath: metadata.namespace
69- name: ONOS_APPS
70 value: "drivers,openflow-base,hostprovider"
Suchitra Vemuri00de4142020-02-04 23:30:48 -080071
Andrea Campanellabeca7db2020-09-03 10:36:26 +020072apps:
73 - org.onosproject.lldpprovider
74 - org.onosproject.openflow-base
75 - org.onosproject.gui2
76 - org.onosproject.drivers
77 - org.onosproject.mcast
78 - org.opencord.kafka
79 - org.opencord.sadis
80 - org.opencord.dhcpl2relay
Andrea Campanellabeca7db2020-09-03 10:36:26 +020081 - org.opencord.igmpproxy
82 - org.opencord.mcast
83 - org.opencord.olt
84 - org.opencord.aaa
85
86atomix:
87 persistence:
88 enabled: false
89
Suchitra Vemuri00de4142020-02-04 23:30:48 -080090# Customization for BBSIM
91kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
92pon_ports: 1
93onus_per_pon_port: 1