blob: 0ffde4509b4b3a4598cd4181b1ade67aaea777b3 [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 Campanella2e4b18d2021-06-04 08:12:32 +000020 tag: master
Matteo Scandolo7e194a62019-10-18 15:06:13 -070021
Andrea Campanella6b097782021-06-30 15:02:04 +020022voltha-adapter-openonu:
23 images:
24 adapter_open_onu_go:
25 repository: hhildebr/voltha-openonu-adapter-go
26 tag: hh-VOL-4207-rd
27
Suchitra Vemuri87d14d22020-05-01 20:08:01 -070028onosSshPort: 30115
29onosApiPort: 30120
30onosOfPort: 31653
31
Andrea Campanella78dea332020-09-07 12:17:23 +020032individualOpenFlowNodePorts: true
Andrea Campanellabeca7db2020-09-03 10:36:26 +020033
Matteo Scandolo7e194a62019-10-18 15:06:13 -070034deployments:
35 etcdOperator: true
36 backupOperator: false
37 restoreOperator: false
38
Girish Gowdrada53e472020-06-29 13:01:40 -070039nodeAffinityConfig:
40 enabled: true
41 node_label_key: "in-band"
42 node_label_value: "yes"
43
Matteo Scandoloc7b0e582021-05-07 13:57:39 -070044voltha-adapter-openolt:
45 nodeAffinityConfig:
46 enabled: true
47 node_label_key: "in-band"
48 node_label_value: "yes"
49
Matteo Scandolo7e194a62019-10-18 15:06:13 -070050voltha-etcd-cluster:
51 clusterSize: 1
52onos_env:
53- name: POD_IP
54 valueFrom:
55 fieldRef:
56 fieldPath: status.podIP
57- name: NAMESPACE
58 valueFrom:
59 fieldRef:
60 fieldPath: metadata.namespace
61- name: ONOS_APPS
62 value: "drivers,openflow-base,hostprovider"
Suchitra Vemuri00de4142020-02-04 23:30:48 -080063
Andrea Campanellabeca7db2020-09-03 10:36:26 +020064apps:
65 - org.onosproject.lldpprovider
66 - org.onosproject.openflow-base
67 - org.onosproject.gui2
68 - org.onosproject.drivers
69 - org.onosproject.mcast
70 - org.opencord.kafka
71 - org.opencord.sadis
72 - org.opencord.dhcpl2relay
Andrea Campanellabeca7db2020-09-03 10:36:26 +020073 - org.opencord.igmpproxy
74 - org.opencord.mcast
75 - org.opencord.olt
76 - org.opencord.aaa
77
78atomix:
79 persistence:
80 enabled: false
81
Suchitra Vemuri00de4142020-02-04 23:30:48 -080082# Customization for BBSIM
83kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
84pon_ports: 1
85onus_per_pon_port: 1