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