blob: 5f1381cc9ef02fc83c42f1ba621b0d2df5f5f7ea [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_tag: master
17 image_pullPolicy: Always
Matteo Scandoloe82fbbd2021-05-05 12:59:35 -070018onos-classic:
19 image:
Andrea Campanella00fed7a2021-05-27 15:39:54 +020020 repository: "andreacampanella/voltha-onos"
21 tag: "voltha-onos-2.5"
Andrea Campanellacca023c2021-04-28 10:04:39 +020022
23onosSshPort: 30115
24onosApiPort: 30120
25onosOfPort: 31653
26
27individualOpenFlowNodePorts: true
28
29#images:
30# onos:
31# repository: "andreacampanella/voltha-onos"
Andrea Campanella00fed7a2021-05-27 15:39:54 +020032# tag: "voltha-onos-2.5"
Andrea Campanellacca023c2021-04-28 10:04:39 +020033
34network:
35 netconfUserSecret: ''
36
37
38deployments:
39 etcdOperator: true
40 backupOperator: false
41 restoreOperator: false
42
43voltha-etcd-cluster:
44 clusterSize: 1
45onos_env:
46- name: POD_IP
47 valueFrom:
48 fieldRef:
49 fieldPath: status.podIP
50- name: NAMESPACE
51 valueFrom:
52 fieldRef:
53 fieldPath: metadata.namespace
54- name: ONOS_APPS
55 value: "drivers,openflow-base,hostprovider"
56
57apps:
58 - org.onosproject.lldpprovider
59 - org.onosproject.openflow-base
60 - org.onosproject.gui2
61 - org.onosproject.drivers
62 - org.onosproject.mcast
63 - org.opencord.kafka
64 - org.opencord.sadis
65 - org.opencord.dhcpl2relay
66 - org.opencord.igmpproxy
67 - org.opencord.mcast
68 - org.opencord.olt
69 - org.opencord.aaa
70
71atomix:
72 persistence:
73 enabled: false