blob: 95b18f39e6b9998ccba983fe7a6cfb65d4a914c4 [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
15defaults:
Andy Bavier6b9ff512019-10-22 08:18:13 -070016 image_tag: master
Suchitra Vemuri86cee972019-08-28 14:49:58 -070017 image_pullPolicy: Always
18
Suchitra Vemuri87d14d22020-05-01 20:08:01 -070019onosSshPort: 30115
20onosApiPort: 30120
21onosOfPort: 31653
22
Andrea Campanella78dea332020-09-07 12:17:23 +020023individualOpenFlowNodePorts: true
Andrea Campanellabeca7db2020-09-03 10:36:26 +020024
Girish Gowdra32ecf592020-10-06 02:27:38 +000025#images:
Suchitra Vemurie88626d2020-06-09 14:29:37 -070026# onos:
27# repository: voltha/voltha-onos@sha256
28# tag: 9f781ace4c6f4bf3b2e5ff9cb9f26aa4b328284da1d6b6523636dca1375d7666
Girish Gowdra30978ac2020-07-23 14:15:38 -070029# adapter_open_onu:
30# repository: gcgirish/voltha-openonu-adapter
31# tag: ttfix
Girish Gowdra32ecf592020-10-06 02:27:38 +000032# adapter_open_olt:
33# repository: gcgirish/voltha-openolt-adapter
34# tag: fixAction
Suchitra Vemuri35ce2332020-03-22 21:15:05 -070035# rw_core:
36# repository: gcgirish/voltha-rw-core
37# tag: delete-device
Suchitra Vemuri86cee972019-08-28 14:49:58 -070038deployments:
39 etcdOperator: true
40 backupOperator: false
41 restoreOperator: false
42
43voltha-etcd-cluster:
44 clusterSize: 1
45onos_env:
46- name: POD_IP
47 valueFrom:
48 fieldRef:
49 fieldPath: status.podIP
50- name: NAMESPACE
51 valueFrom:
52 fieldRef:
53 fieldPath: metadata.namespace
54- name: ONOS_APPS
55 value: "drivers,openflow-base,hostprovider"
56
Andrea Campanellabeca7db2020-09-03 10:36:26 +020057apps:
58 - org.onosproject.lldpprovider
59 - org.onosproject.openflow-base
60 - org.onosproject.gui2
61 - org.onosproject.drivers
62 - org.onosproject.mcast
63 - org.opencord.kafka
64 - org.opencord.sadis
65 - org.opencord.dhcpl2relay
Andrea Campanellabeca7db2020-09-03 10:36:26 +020066 - org.opencord.igmpproxy
67 - org.opencord.mcast
68 - org.opencord.olt
69 - org.opencord.aaa
70
71atomix:
72 persistence:
73 enabled: false
74
Suchitra Vemuri86cee972019-08-28 14:49:58 -070075# Customization for BBSIM
76kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
77pon_ports: 1
78onus_per_pon_port: 1