blob: 35446858613495b31c9563f17ff5e2ee587eb927 [file] [log] [blame]
Andrea Campanella3c53b722020-04-07 13:38:34 +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
Andrea Campanellafb89df82020-05-07 22:56:27 +020019onosSshPort: 30115
20onosApiPort: 30120
21onosOfPort: 31653
22
Andrea Campanella3c53b722020-04-07 13:38:34 +020023deployments:
24 etcdOperator: true
25 backupOperator: false
26 restoreOperator: false
27
28voltha-etcd-cluster:
29 clusterSize: 1
30onos_env:
31- name: POD_IP
32 valueFrom:
33 fieldRef:
34 fieldPath: status.podIP
35- name: NAMESPACE
36 valueFrom:
37 fieldRef:
38 fieldPath: metadata.namespace
39- name: ONOS_APPS
40 value: "drivers,openflow-base,hostprovider"
41
42# Customization for BBSIM
43kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
44pon_ports: 1
45onus_per_pon_port: 1