blob: d5c0c7bbca131a88b9587222bad3713a1ac3b2d4 [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
Suchitra Vemuriceccefe2020-12-10 16:37:22 -080025use_openonu_adapter_go: false
Suchitra Vemurib03f6552020-12-03 20:29:36 -080026
Girish Gowdra7c11f782020-12-08 13:04:43 -080027#images:
28# adapter_open_onu_go:
29# repository: andreacampanella/voltha-openonu-adapter-go
30# tag: mcast-ac-final
Suchitra Vemuri38570472020-11-18 11:09:17 -080031# onos:
32# repository: voltha/voltha-onos@sha256
33# tag: 9f781ace4c6f4bf3b2e5ff9cb9f26aa4b328284da1d6b6523636dca1375d7666
34# adapter_open_onu:
35# repository: gcgirish/voltha-openonu-adapter
36# tag: ttfix
37# adapter_open_olt:
38# repository: gcgirish/voltha-openolt-adapter
39# tag: fixAction
40# rw_core:
41# repository: gcgirish/voltha-rw-core
42# tag: delete-device
Suchitra Vemurib03f6552020-12-03 20:29:36 -080043
Suchitra Vemuri38570472020-11-18 11:09:17 -080044deployments:
45 etcdOperator: true
46 backupOperator: false
47 restoreOperator: false
48
49voltha-etcd-cluster:
50 clusterSize: 1
51onos_env:
52- name: POD_IP
53 valueFrom:
54 fieldRef:
55 fieldPath: status.podIP
56- name: NAMESPACE
57 valueFrom:
58 fieldRef:
59 fieldPath: metadata.namespace
60- name: ONOS_APPS
61 value: "drivers,openflow-base,hostprovider"
62
63apps:
64 - org.onosproject.lldpprovider
65 - org.onosproject.openflow-base
66 - org.onosproject.gui2
67 - org.onosproject.drivers
68 - org.onosproject.mcast
69 - org.opencord.kafka
70 - org.opencord.sadis
71 - org.opencord.dhcpl2relay
72 - org.opencord.igmpproxy
73 - org.opencord.mcast
74 - org.opencord.olt
75 - org.opencord.aaa
76
77atomix:
78 persistence:
79 enabled: false
80
81# Customization for BBSIM
82kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
83pon_ports: 1
84onus_per_pon_port: 1