blob: 3a898a74c55743e45f9a7d14c49d52c0b1244ac0 [file] [log] [blame]
Andrea Campanellae28feaf2020-04-22 15:17:45 +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
15defaults:
16 image_tag: master
17 image_pullPolicy: Always
18
19deployments:
20 etcdOperator: true
21 backupOperator: false
22 restoreOperator: false
23
24voltha-etcd-cluster:
25 clusterSize: 1
26onos_env:
27- name: POD_IP
28 valueFrom:
29 fieldRef:
30 fieldPath: status.podIP
31- name: NAMESPACE
32 valueFrom:
33 fieldRef:
34 fieldPath: metadata.namespace
35- name: ONOS_APPS
36 value: "drivers,openflow-base,hostprovider"
37
38# Customization for BBSIM
39kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
40pon_ports: 1
41onus_per_pon_port: 1