blob: e3949a211531acdda98fbb61ef0c43197e1d6acf [file] [log] [blame]
Andrea Campanellacca023c2021-04-28 10:04:39 +02001# 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: "andreacampanella/voltha-onos"
28# tag: "app-update-sadis"
29
30network:
31 netconfUserSecret: ''
32
33
34deployments:
35 etcdOperator: true
36 backupOperator: false
37 restoreOperator: false
38
39voltha-etcd-cluster:
40 clusterSize: 1
41onos_env:
42- name: POD_IP
43 valueFrom:
44 fieldRef:
45 fieldPath: status.podIP
46- name: NAMESPACE
47 valueFrom:
48 fieldRef:
49 fieldPath: metadata.namespace
50- name: ONOS_APPS
51 value: "drivers,openflow-base,hostprovider"
52
53apps:
54 - org.onosproject.lldpprovider
55 - org.onosproject.openflow-base
56 - org.onosproject.gui2
57 - org.onosproject.drivers
58 - org.onosproject.mcast
59 - org.opencord.kafka
60 - org.opencord.sadis
61 - org.opencord.dhcpl2relay
62 - org.opencord.igmpproxy
63 - org.opencord.mcast
64 - org.opencord.olt
65 - org.opencord.aaa
66
67atomix:
68 persistence:
69 enabled: false
70