blob: cfee07c1d2d8cb12a8d6dce6b8e68f08ab2f1538 [file] [log] [blame]
Andrea Campanella7426b062020-12-16 12:28:04 +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
25images:
26 adapter_adtran_olt:
27 registry: "10.34.90.43:443/"
28
29
30deployments:
31 etcdOperator: true
32 backupOperator: false
33 restoreOperator: false
34
35voltha-etcd-cluster:
36 clusterSize: 1
37onos_env:
38- name: POD_IP
39 valueFrom:
40 fieldRef:
41 fieldPath: status.podIP
42- name: NAMESPACE
43 valueFrom:
44 fieldRef:
45 fieldPath: metadata.namespace
46- name: ONOS_APPS
47 value: "drivers,openflow-base,hostprovider"
48
49apps:
50 - org.onosproject.lldpprovider
51 - org.onosproject.openflow-base
52 - org.onosproject.gui2
53 - org.onosproject.drivers
54 - org.onosproject.mcast
55 - org.opencord.kafka
56 - org.opencord.sadis
57 - org.opencord.dhcpl2relay
58 - org.opencord.igmpproxy
59 - org.opencord.mcast
60 - org.opencord.olt
61 - org.opencord.aaa
62
63atomix:
64 persistence:
65 enabled: false
66