blob: 138a257daecd6c2c7350893fe4cf26560c11dfe2 [file] [log] [blame]
Suchitra Vemuri5ab214f2020-01-09 23:18:44 -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:
Suchitra Vemuri5ab214f2020-01-09 23:18:44 -080016 image_pullPolicy: Always
17
Hema0e92bce2020-05-07 23:57:35 +053018onosSshPort: 30115
19onosApiPort: 30120
20onosOfPort: 31653
21
Andrea Campanella78dea332020-09-07 12:17:23 +020022individualOpenFlowNodePorts: true
Andrea Campanellabeca7db2020-09-03 10:36:26 +020023
Suchitra Vemuri6da66592020-02-14 17:49:40 -080024#images:
25# onos:
26# repository: voltha/voltha-onos
27# tag: onos-2.2
Suchitra Vemuri59e9eeb2020-02-14 14:28:47 -080028
Suchitra Vemuri5ab214f2020-01-09 23:18:44 -080029deployments:
30 etcdOperator: true
31 backupOperator: false
32 restoreOperator: false
33
34voltha-etcd-cluster:
35 clusterSize: 1
36onos_env:
37- name: POD_IP
38 valueFrom:
39 fieldRef:
40 fieldPath: status.podIP
41- name: NAMESPACE
42 valueFrom:
43 fieldRef:
44 fieldPath: metadata.namespace
45- name: ONOS_APPS
46 value: "drivers,openflow-base,hostprovider"
47
Andrea Campanellabeca7db2020-09-03 10:36:26 +020048apps:
49 - org.onosproject.lldpprovider
50 - org.onosproject.openflow-base
51 - org.onosproject.gui2
52 - org.onosproject.drivers
53 - org.onosproject.mcast
54 - org.opencord.kafka
55 - org.opencord.sadis
56 - org.opencord.dhcpl2relay
Andrea Campanellabeca7db2020-09-03 10:36:26 +020057 - org.opencord.igmpproxy
58 - org.opencord.mcast
59 - org.opencord.olt
60 - org.opencord.aaa
61
62atomix:
63 persistence:
64 enabled: false
65
Suchitra Vemuri5ab214f2020-01-09 23:18:44 -080066# Customization for BBSIM
67kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
68pon_ports: 1
69onus_per_pon_port: 1