blob: 06b0e92b09579a1ebb53676b8104bd4d83f55da0 [file] [log] [blame]
Andrea Campanella1badb7b2020-11-09 14:39:06 +01001# 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
15defaults:
16 image_tag: master
17 image_pullPolicy: Always
18
19onosSshPort: 30115
20onosApiPort: 30120
21onosOfPort: 31653
22
23individualOpenFlowNodePorts: true
24
25#images:
26# onos:
27# repository: voltha/voltha-onos@sha256
28# tag: 6f23767b85a6515bc465c4678c945d194551dd27abe2cf1b926a524b5e9eb3e6
29# adapter_open_onu:
30# repository: gcgirish/voltha-openonu-adapter
31# tag: tpstate
32# adapter_open_olt:
33# repository: gcgirish/voltha-openolt-adapter
34# tag: ofagentRestartCrashFix
35# rw_core:
36# repository: khagerma/voltha-rw-core
37# tag: update-port-fix
38deployments:
39 etcdOperator: true
40 backupOperator: false
41 restoreOperator: false
42
43nodeAffinityConfig:
44 enabled: true
45 node_label_key: "in-band"
46 node_label_value: "yes"
47
48voltha-etcd-cluster:
49 clusterSize: 1
50onos_env:
51- name: POD_IP
52 valueFrom:
53 fieldRef:
54 fieldPath: status.podIP
55- name: NAMESPACE
56 valueFrom:
57 fieldRef:
58 fieldPath: metadata.namespace
59- name: ONOS_APPS
60 value: "drivers,openflow-base,hostprovider"
61
62apps:
63 - org.onosproject.lldpprovider
64 - org.onosproject.openflow-base
65 - org.onosproject.gui2
66 - org.onosproject.drivers
67 - org.onosproject.mcast
68 - org.opencord.kafka
69 - org.opencord.sadis
70 - org.opencord.dhcpl2relay
71 - org.opencord.igmpproxy
72 - org.opencord.mcast
73 - org.opencord.olt
74 - org.opencord.aaa
75
76atomix:
77 persistence:
78 enabled: false
79
80# Customization for BBSIM
81kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
82pon_ports: 1
83onus_per_pon_port: 1