blob: 1bc5e0236e84a61fa7c70e53b8a4465e84fc7bf2 [file] [log] [blame]
Suchitra Vemurid724dc02020-08-10 18:21:30 -07001# 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
Andrea Campanellabeca7db2020-09-03 10:36:26 +020021
Andrea Campanella78dea332020-09-07 12:17:23 +020022individualOpenFlowNodePorts: true
Suchitra Vemurid724dc02020-08-10 18:21:30 -070023
24#images:
25# onos:
26# repository: voltha/voltha-onos@sha256
27# tag: 6f23767b85a6515bc465c4678c945d194551dd27abe2cf1b926a524b5e9eb3e6
28# adapter_open_onu:
29# repository: gcgirish/voltha-openonu-adapter
30# tag: tpstate
31# adapter_open_olt:
32# repository: gcgirish/voltha-openolt-adapter
33# tag: flow-sync
34# rw_core:
35# repository: khagerma/voltha-rw-core
36# tag: update-port-fix
37deployments:
38 etcdOperator: true
39 backupOperator: false
40 restoreOperator: false
41
42nodeAffinityConfig:
43 enabled: true
44 node_label_key: "in-band"
45 node_label_value: "yes"
46
47voltha-etcd-cluster:
48 clusterSize: 1
49onos_env:
50- name: POD_IP
51 valueFrom:
52 fieldRef:
53 fieldPath: status.podIP
54- name: NAMESPACE
55 valueFrom:
56 fieldRef:
57 fieldPath: metadata.namespace
58- name: ONOS_APPS
59 value: "drivers,openflow-base,hostprovider"
60
Andrea Campanellabeca7db2020-09-03 10:36:26 +020061apps:
62 - org.onosproject.lldpprovider
63 - org.onosproject.openflow-base
64 - org.onosproject.gui2
65 - org.onosproject.drivers
66 - org.onosproject.mcast
67 - org.opencord.kafka
68 - org.opencord.sadis
69 - org.opencord.dhcpl2relay
Andrea Campanellabeca7db2020-09-03 10:36:26 +020070 - org.opencord.igmpproxy
71 - org.opencord.mcast
72 - org.opencord.olt
73 - org.opencord.aaa
74
75atomix:
76 persistence:
77 enabled: false
78
Suchitra Vemurid724dc02020-08-10 18:21:30 -070079# Customization for BBSIM
80kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
81pon_ports: 1
82onus_per_pon_port: 1