blob: f9500f7106b136bf47a43363c5b93ccabc59a8a9 [file] [log] [blame]
Andrea Campanella3ed245b2021-03-09 09:00:03 +00001# Copyright 2019 Ciena Corporation
Matteo Scandolo7e194a62019-10-18 15:06:13 -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#
Suchitra Vemuri00de4142020-02-04 23:30:48 -08007# http://www.apache.org/licenses/LICENSE-2.0
Matteo Scandolo7e194a62019-10-18 15:06:13 -07008#
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
Matteo Scandoloe82fbbd2021-05-05 12:59:35 -070015global:
Matteo Scandolo59f7d9c2019-10-22 17:40:49 -070016 image_tag: master
Matteo Scandolo7e194a62019-10-18 15:06:13 -070017 image_pullPolicy: Always
Matteo Scandoloe82fbbd2021-05-05 12:59:35 -070018onos-classic:
19 image:
20 tag: master
Matteo Scandolo7e194a62019-10-18 15:06:13 -070021
Suchitra Vemuri87d14d22020-05-01 20:08:01 -070022onosSshPort: 30115
23onosApiPort: 30120
24onosOfPort: 31653
25
Andrea Campanella78dea332020-09-07 12:17:23 +020026individualOpenFlowNodePorts: true
Andrea Campanellabeca7db2020-09-03 10:36:26 +020027
Andrea Campanella0c016a92021-03-30 12:00:07 +020028#images:
29# onos:
30# repository: "andreacampanella/voltha-onos"
31# tag: "olt-required-drivers"
Girish Gowdra85c722a2020-08-03 14:56:04 -070032# adapter_open_onu:
33# repository: gcgirish/voltha-openonu-adapter
34# tag: tpstate
Girish Gowdraa93dabc2020-10-26 10:54:02 -070035# adapter_open_olt:
36# repository: gcgirish/voltha-openolt-adapter
37# tag: ofagentRestartCrashFix
Girish Gowdrad0591f62020-07-23 17:54:43 -070038# rw_core:
39# repository: khagerma/voltha-rw-core
40# tag: update-port-fix
Matteo Scandolo7e194a62019-10-18 15:06:13 -070041deployments:
42 etcdOperator: true
43 backupOperator: false
44 restoreOperator: false
45
Girish Gowdrada53e472020-06-29 13:01:40 -070046nodeAffinityConfig:
47 enabled: true
48 node_label_key: "in-band"
49 node_label_value: "yes"
50
Matteo Scandolo7e194a62019-10-18 15:06:13 -070051voltha-etcd-cluster:
52 clusterSize: 1
53onos_env:
54- name: POD_IP
55 valueFrom:
56 fieldRef:
57 fieldPath: status.podIP
58- name: NAMESPACE
59 valueFrom:
60 fieldRef:
61 fieldPath: metadata.namespace
62- name: ONOS_APPS
63 value: "drivers,openflow-base,hostprovider"
Suchitra Vemuri00de4142020-02-04 23:30:48 -080064
Andrea Campanellabeca7db2020-09-03 10:36:26 +020065apps:
66 - org.onosproject.lldpprovider
67 - org.onosproject.openflow-base
68 - org.onosproject.gui2
69 - org.onosproject.drivers
70 - org.onosproject.mcast
71 - org.opencord.kafka
72 - org.opencord.sadis
73 - org.opencord.dhcpl2relay
Andrea Campanellabeca7db2020-09-03 10:36:26 +020074 - org.opencord.igmpproxy
75 - org.opencord.mcast
76 - org.opencord.olt
77 - org.opencord.aaa
78
79atomix:
80 persistence:
81 enabled: false
82
Suchitra Vemuri00de4142020-02-04 23:30:48 -080083# Customization for BBSIM
84kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
85pon_ports: 1
86onus_per_pon_port: 1