blob: 403842a7231f3e0f959857fd7ce5eac9bba8b142 [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:
Andrea Campanella2e4b18d2021-06-04 08:12:32 +000020 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 Campanella334ede22021-07-01 07:20:40 +000028#images:
29# onos:
30# repository: "andreacampanella/voltha-onos"
31# tag: "olt-required-drivers"
32# adapter_open_onu:
33# repository: gcgirish/voltha-openonu-adapter
34# tag: tpstate
35# adapter_open_olt:
36# repository: gcgirish/voltha-openolt-adapter
37# tag: ofagentRestartCrashFix
38# 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 Scandoloc7b0e582021-05-07 13:57:39 -070051voltha-adapter-openolt:
52 nodeAffinityConfig:
53 enabled: true
54 node_label_key: "in-band"
55 node_label_value: "yes"
56
Matteo Scandolo7e194a62019-10-18 15:06:13 -070057voltha-etcd-cluster:
58 clusterSize: 1
59onos_env:
60- name: POD_IP
61 valueFrom:
62 fieldRef:
63 fieldPath: status.podIP
64- name: NAMESPACE
65 valueFrom:
66 fieldRef:
67 fieldPath: metadata.namespace
68- name: ONOS_APPS
69 value: "drivers,openflow-base,hostprovider"
Suchitra Vemuri00de4142020-02-04 23:30:48 -080070
Andrea Campanellabeca7db2020-09-03 10:36:26 +020071apps:
72 - org.onosproject.lldpprovider
73 - org.onosproject.openflow-base
74 - org.onosproject.gui2
75 - org.onosproject.drivers
76 - org.onosproject.mcast
77 - org.opencord.kafka
78 - org.opencord.sadis
79 - org.opencord.dhcpl2relay
Andrea Campanellabeca7db2020-09-03 10:36:26 +020080 - org.opencord.igmpproxy
81 - org.opencord.mcast
82 - org.opencord.olt
83 - org.opencord.aaa
84
85atomix:
86 persistence:
87 enabled: false
88
Suchitra Vemuri00de4142020-02-04 23:30:48 -080089# Customization for BBSIM
90kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
91pon_ports: 1
92onus_per_pon_port: 1