blob: bbefac6bb8532ee2826c5e7c45fdea3b6c9c9b60 [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 Scandolo7e194a62019-10-18 15:06:13 -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: tpstate
31# adapter_open_olt:
32# repository: gcgirish/voltha-openolt-adapter
33# tag: ofagentRestartCrashFix
34# rw_core:
35# repository: khagerma/voltha-rw-core
36# tag: update-port-fix
Matteo Scandolo7e194a62019-10-18 15:06:13 -070037deployments:
38 etcdOperator: true
39 backupOperator: false
40 restoreOperator: false
41
Girish Gowdrada53e472020-06-29 13:01:40 -070042nodeAffinityConfig:
43 enabled: true
44 node_label_key: "in-band"
45 node_label_value: "yes"
46
Matteo Scandoloc7b0e582021-05-07 13:57:39 -070047voltha-adapter-openolt:
48 nodeAffinityConfig:
49 enabled: true
50 node_label_key: "in-band"
51 node_label_value: "yes"
52
Matteo Scandolo7e194a62019-10-18 15:06:13 -070053voltha-etcd-cluster:
54 clusterSize: 1
55onos_env:
56- name: POD_IP
57 valueFrom:
58 fieldRef:
59 fieldPath: status.podIP
60- name: NAMESPACE
61 valueFrom:
62 fieldRef:
63 fieldPath: metadata.namespace
64- name: ONOS_APPS
65 value: "drivers,openflow-base,hostprovider"
Suchitra Vemuri00de4142020-02-04 23:30:48 -080066
Andrea Campanellabeca7db2020-09-03 10:36:26 +020067apps:
68 - org.onosproject.lldpprovider
69 - org.onosproject.openflow-base
70 - org.onosproject.gui2
71 - org.onosproject.drivers
72 - org.onosproject.mcast
73 - org.opencord.kafka
74 - org.opencord.sadis
75 - org.opencord.dhcpl2relay
Andrea Campanellabeca7db2020-09-03 10:36:26 +020076 - org.opencord.igmpproxy
77 - org.opencord.mcast
78 - org.opencord.olt
79 - org.opencord.aaa
80
81atomix:
82 persistence:
83 enabled: false
84
Suchitra Vemuri00de4142020-02-04 23:30:48 -080085# Customization for BBSIM
86kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
87pon_ports: 1
88onus_per_pon_port: 1