blob: 79a9d277d075c1113d0ccef1593be6da760c304d [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
Matteo Scandoloe82fbbd2021-05-05 12:59:35 -070015global:
Andrea Campanellacca023c2021-04-28 10:04:39 +020016 image_pullPolicy: Always
17
18onosSshPort: 30115
19onosApiPort: 30120
20onosOfPort: 31653
21
22individualOpenFlowNodePorts: true
23
24#images:
25# onos:
26# repository: "andreacampanella/voltha-onos"
Andrea Campanella2e4b18d2021-06-04 08:12:32 +000027# tag: "app-update-sadis"
Andrea Campanellacca023c2021-04-28 10:04:39 +020028
29network:
30 netconfUserSecret: ''
31
32
33deployments:
34 etcdOperator: true
35 backupOperator: false
36 restoreOperator: false
37
38voltha-etcd-cluster:
39 clusterSize: 1
40onos_env:
41- name: POD_IP
42 valueFrom:
43 fieldRef:
44 fieldPath: status.podIP
45- name: NAMESPACE
46 valueFrom:
47 fieldRef:
48 fieldPath: metadata.namespace
49- name: ONOS_APPS
50 value: "drivers,openflow-base,hostprovider"
51
52apps:
53 - org.onosproject.lldpprovider
54 - org.onosproject.openflow-base
55 - org.onosproject.gui2
56 - org.onosproject.drivers
57 - org.onosproject.mcast
58 - org.opencord.kafka
59 - org.opencord.sadis
60 - org.opencord.dhcpl2relay
61 - org.opencord.igmpproxy
62 - org.opencord.mcast
63 - org.opencord.olt
64 - org.opencord.aaa
65
66atomix:
67 persistence:
68 enabled: false