blob: afdf2be07f004b29d3c0db88a01c5fa9cc66efe1 [file] [log] [blame]
Andrea Campanella3ed245b2021-03-09 09:00:03 +00001# Copyright 2019 Ciena Corporation
Suchitra Vemuri86cee972019-08-28 14:49:58 -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
Matteo Scandoloe82fbbd2021-05-05 12:59:35 -070015global:
Andy Bavier6b9ff512019-10-22 08:18:13 -070016 image_tag: master
Suchitra Vemuri86cee972019-08-28 14:49:58 -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
Suchitra Vemuri86cee972019-08-28 14:49:58 -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: ttfix
35# adapter_open_olt:
36# repository: gcgirish/voltha-openolt-adapter
37# tag: fixAction
38# rw_core:
39# repository: gcgirish/voltha-rw-core
40# tag: delete-device
Suchitra Vemuri86cee972019-08-28 14:49:58 -070041deployments:
42 etcdOperator: true
43 backupOperator: false
44 restoreOperator: false
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 Vemuri86cee972019-08-28 14:49:58 -070078# Customization for BBSIM
79kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
80pon_ports: 1
81onus_per_pon_port: 1