blob: 95b18f39e6b9998ccba983fe7a6cfb65d4a914c4 [file] [log] [blame]
Suchitra Vemuri38570472020-11-18 11:09:17 -08001# Copyright 2019 Ciena Corporation
2#
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:
16 image_tag: master
17 image_pullPolicy: Always
18
19onosSshPort: 30115
20onosApiPort: 30120
21onosOfPort: 31653
22
23individualOpenFlowNodePorts: true
24
25#images:
26# onos:
27# repository: voltha/voltha-onos@sha256
28# tag: 9f781ace4c6f4bf3b2e5ff9cb9f26aa4b328284da1d6b6523636dca1375d7666
29# adapter_open_onu:
30# repository: gcgirish/voltha-openonu-adapter
31# tag: ttfix
32# adapter_open_olt:
33# repository: gcgirish/voltha-openolt-adapter
34# tag: fixAction
35# rw_core:
36# repository: gcgirish/voltha-rw-core
37# tag: delete-device
38deployments:
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
57apps:
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
66 - org.opencord.igmpproxy
67 - org.opencord.mcast
68 - org.opencord.olt
69 - org.opencord.aaa
70
71atomix:
72 persistence:
73 enabled: false
74
75# Customization for BBSIM
76kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
77pon_ports: 1
78onus_per_pon_port: 1