blob: 735ba1ce1459f4c9af799939bffaee0f881f1b07 [file] [log] [blame]
David K. Bainbridge4ecc1262019-07-01 13:39:11 -07001# 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
David Bainbridgee10f6d52019-07-25 00:28:13 +000018images:
19 adapter_open_olt:
20 tag_go: master-go
21
David K. Bainbridge4ecc1262019-07-01 13:39:11 -070022deployments:
23 etcdOperator: true
24 backupOperator: false
25 restoreOperator: false
26
27voltha-etcd-cluster:
28 clusterSize: 1
29
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"
David K. Bainbridgef1c8f4c2019-07-01 14:30:38 -070041
42# Customization for BBSIM
43kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'