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