blob: d78c4ddfafbcf89d41cd77dcbfc2339a11b7306e [file] [log] [blame]
Andrea Campanella3ed245b2021-03-09 09:00:03 +00001# Copyright 2019 Ciena Corporation
Suchitra Vemuri86cee972019-08-28 14:49:58 -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
Matteo Scandoloe82fbbd2021-05-05 12:59:35 -070015global:
Andy Bavier6b9ff512019-10-22 08:18:13 -070016 image_tag: master
Suchitra Vemuri86cee972019-08-28 14:49:58 -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
Suchitra Vemuri86cee972019-08-28 14:49:58 -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
Suchitra Vemuri86cee972019-08-28 14:49:58 -070034deployments:
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
Suchitra Vemuri86cee972019-08-28 14:49:58 -070071# Customization for BBSIM
72kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
73pon_ports: 1
74onus_per_pon_port: 1