blob: 0a6a22c1f0628a540a7a8856fbf6c5783d7b9d3b [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:
David Bainbridgeac7f8072019-08-01 22:15:33 +000020 tag_go: master
21 onos:
22 tag: 1.13.5
David Bainbridge1a2e9782019-07-31 05:45:31 +000023 bbsim:
24 tag: master
David Bainbridgee10f6d52019-07-25 00:28:13 +000025
David K. Bainbridge4ecc1262019-07-01 13:39:11 -070026deployments:
27 etcdOperator: true
28 backupOperator: false
29 restoreOperator: false
30
31voltha-etcd-cluster:
32 clusterSize: 1
33
34onos_env:
35- name: POD_IP
36 valueFrom:
37 fieldRef:
38 fieldPath: status.podIP
39- name: NAMESPACE
40 valueFrom:
41 fieldRef:
42 fieldPath: metadata.namespace
43- name: ONOS_APPS
44 value: "drivers,openflow-base,hostprovider"
David K. Bainbridgef1c8f4c2019-07-01 14:30:38 -070045
46# Customization for BBSIM
47kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
David Bainbridge7831a662019-07-25 18:12:25 +000048pon_ports: 1
49onus_per_pon_port: 1