blob: a667e8b2e362ff98f18d51040459386fde8bdfb3 [file] [log] [blame]
Andrea Campanella3ed245b2021-03-09 09:00:03 +00001# Copyright 2019 Ciena Corporation
Andrea Campanella7426b062020-12-16 12:28:04 +01002#
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:
Cristina de Francisco2e52cf52024-11-26 13:03:03 +010027 registry: "registry.berlin-lab.lfbroadband.org/"
Andrea Campanella7a110b92021-01-12 12:15:47 +010028 repository: "voltha-adtran-adapter"
Cristina de Francisco476e7c42024-11-26 10:25:10 +010029 tag: "2.11.2"
Cristina de Franciscob0c32c22025-01-15 12:48:21 +010030 rw_core:
31 tag: "3.6.4"
Andrea Campanellab54fc952021-03-16 09:43:25 +000032# onos:
33# repository: "andreacampanella/voltha-onos"
34# tag: "app-update-sadis"
Andrea Campanella7426b062020-12-16 12:28:04 +010035
Andrea Campanella39ae8ea2021-01-12 12:42:21 +010036network:
37 netconfUserSecret: ''
38
Andrea Campanella7426b062020-12-16 12:28:04 +010039
40deployments:
41 etcdOperator: true
42 backupOperator: false
43 restoreOperator: false
44
45voltha-etcd-cluster:
46 clusterSize: 1
47onos_env:
48- name: POD_IP
49 valueFrom:
50 fieldRef:
51 fieldPath: status.podIP
52- name: NAMESPACE
53 valueFrom:
54 fieldRef:
55 fieldPath: metadata.namespace
56- name: ONOS_APPS
57 value: "drivers,openflow-base,hostprovider"
58
59apps:
60 - org.onosproject.lldpprovider
61 - org.onosproject.openflow-base
62 - org.onosproject.gui2
63 - org.onosproject.drivers
64 - org.onosproject.mcast
65 - org.opencord.kafka
66 - org.opencord.sadis
67 - org.opencord.dhcpl2relay
68 - org.opencord.igmpproxy
69 - org.opencord.mcast
70 - org.opencord.olt
71 - org.opencord.aaa
72
73atomix:
74 persistence:
75 enabled: false
76
Jan Klare655d2102024-11-28 13:46:20 +010077# Overwrite service endpoints for kafka and etcd to match the ones deployed in
78# voltha-infra
79services:
80 kafka:
81 cluster:
82 address: voltha-infra-kafka.infra.svc:9092
83
84 # Define connectivity to etcd
85 etcd:
86 address: voltha-infra-etcd.infra.svc:2379