blob: 94b86425a1460ed5f37be568a9a64ac9f9c49688 [file] [log] [blame]
Andrea Campanella3ed245b2021-03-09 09:00:03 +00001# Copyright 2019 Ciena Corporation
Suchitra Vemurid724dc02020-08-10 18:21:30 -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
Andrea Campanella87d08992021-05-24 14:55:16 +020015global:
Suchitra Vemurid724dc02020-08-10 18:21:30 -070016 image_pullPolicy: Always
17
18onosSshPort: 30115
19onosApiPort: 30120
Andrea Campanellabeca7db2020-09-03 10:36:26 +020020
Andrea Campanella78dea332020-09-07 12:17:23 +020021individualOpenFlowNodePorts: true
Suchitra Vemurid724dc02020-08-10 18:21:30 -070022
Andrea Campanella0c016a92021-03-30 12:00:07 +020023#images:
24# onos:
25# repository: "andreacampanella/voltha-onos"
Andrea Campanella2e4b18d2021-06-04 08:12:32 +000026# tag: "olt-required-drivers"
Suchitra Vemurid724dc02020-08-10 18:21:30 -070027# adapter_open_onu:
28# repository: gcgirish/voltha-openonu-adapter
29# tag: tpstate
30# adapter_open_olt:
31# repository: gcgirish/voltha-openolt-adapter
32# tag: flow-sync
33# rw_core:
34# repository: khagerma/voltha-rw-core
35# tag: update-port-fix
36deployments:
37 etcdOperator: true
38 backupOperator: false
39 restoreOperator: false
40
41nodeAffinityConfig:
42 enabled: true
43 node_label_key: "in-band"
44 node_label_value: "yes"
45
46voltha-etcd-cluster:
47 clusterSize: 1
48onos_env:
49- name: POD_IP
50 valueFrom:
51 fieldRef:
52 fieldPath: status.podIP
53- name: NAMESPACE
54 valueFrom:
55 fieldRef:
56 fieldPath: metadata.namespace
57- name: ONOS_APPS
58 value: "drivers,openflow-base,hostprovider"
59
Andrea Campanellabeca7db2020-09-03 10:36:26 +020060apps:
61 - org.onosproject.lldpprovider
62 - org.onosproject.openflow-base
63 - org.onosproject.gui2
64 - org.onosproject.drivers
65 - org.onosproject.mcast
66 - org.opencord.kafka
67 - org.opencord.sadis
68 - org.opencord.dhcpl2relay
Andrea Campanellabeca7db2020-09-03 10:36:26 +020069 - org.opencord.igmpproxy
70 - org.opencord.mcast
71 - org.opencord.olt
72 - org.opencord.aaa
73
74atomix:
75 persistence:
76 enabled: false
77
Suchitra Vemurid724dc02020-08-10 18:21:30 -070078# Customization for BBSIM
79kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
80pon_ports: 1
81onus_per_pon_port: 1