blob: e1a5562c7fd2611277026a272b6af92691423387 [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
Amaiad7994582025-01-23 12:01:33 +010015global:
Andrea Campanella7426b062020-12-16 12:28:04 +010016 image_tag: master
17 image_pullPolicy: Always
18
19onosSshPort: 30115
20onosApiPort: 30120
21onosOfPort: 31653
22
23individualOpenFlowNodePorts: true
24
Amaiaf9cf1682025-01-23 15:35:10 +010025voltha:
26 images:
27 rw_core:
28 tag: "3.6.4"
Cristina de Francisco06656712025-01-15 16:59:20 +010029
Andrea Campanella7426b062020-12-16 12:28:04 +010030images:
31 adapter_adtran_olt:
Cristina de Francisco2e52cf52024-11-26 13:03:03 +010032 registry: "registry.berlin-lab.lfbroadband.org/"
Andrea Campanella7a110b92021-01-12 12:15:47 +010033 repository: "voltha-adtran-adapter"
Cristina de Francisco476e7c42024-11-26 10:25:10 +010034 tag: "2.11.2"
Andrea Campanellab54fc952021-03-16 09:43:25 +000035# onos:
36# repository: "andreacampanella/voltha-onos"
37# tag: "app-update-sadis"
Andrea Campanella7426b062020-12-16 12:28:04 +010038
Andrea Campanella39ae8ea2021-01-12 12:42:21 +010039network:
40 netconfUserSecret: ''
41
Andrea Campanella7426b062020-12-16 12:28:04 +010042
43deployments:
44 etcdOperator: true
45 backupOperator: false
46 restoreOperator: false
47
48voltha-etcd-cluster:
49 clusterSize: 1
50onos_env:
51- name: POD_IP
52 valueFrom:
53 fieldRef:
54 fieldPath: status.podIP
55- name: NAMESPACE
56 valueFrom:
57 fieldRef:
58 fieldPath: metadata.namespace
59- name: ONOS_APPS
60 value: "drivers,openflow-base,hostprovider"
61
62apps:
63 - org.onosproject.lldpprovider
64 - org.onosproject.openflow-base
65 - org.onosproject.gui2
66 - org.onosproject.drivers
67 - org.onosproject.mcast
68 - org.opencord.kafka
69 - org.opencord.sadis
70 - org.opencord.dhcpl2relay
71 - org.opencord.igmpproxy
72 - org.opencord.mcast
73 - org.opencord.olt
74 - org.opencord.aaa
75
76atomix:
77 persistence:
78 enabled: false
79
Jan Klare655d2102024-11-28 13:46:20 +010080# Overwrite service endpoints for kafka and etcd to match the ones deployed in
81# voltha-infra
82services:
83 kafka:
84 cluster:
85 address: voltha-infra-kafka.infra.svc:9092
86
87 # Define connectivity to etcd
88 etcd:
89 address: voltha-infra-etcd.infra.svc:2379