blob: afdf2be07f004b29d3c0db88a01c5fa9cc66efe1 [file] [log] [blame]
Hardik Windlassc73d78b2021-07-02 23:38:36 +00001# 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
15global:
16 image_tag: master
17 image_pullPolicy: Always
18onos-classic:
19 image:
20 tag: master
21
22onosSshPort: 30115
23onosApiPort: 30120
24onosOfPort: 31653
25
26individualOpenFlowNodePorts: true
27
28#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
41deployments:
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
60apps:
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
69 - org.opencord.igmpproxy
70 - org.opencord.mcast
71 - org.opencord.olt
72 - org.opencord.aaa
73
74atomix:
75 persistence:
76 enabled: false
77
78# Customization for BBSIM
79kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
80pon_ports: 1
81onus_per_pon_port: 1