blob: 7708ade3bc135a27593f778ac291bfa80385203f [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
David Bainbridged31d6122019-08-13 19:37:59 +000017 image_pullPolicy: Always
David K. Bainbridge4ecc1262019-07-01 13:39:11 -070018
David Bainbridgee10f6d52019-07-25 00:28:13 +000019images:
20 adapter_open_olt:
David Bainbridgeac7f8072019-08-01 22:15:33 +000021 tag_go: master
David Bainbridged31d6122019-08-13 19:37:59 +000022 pullPolicy: Always
David Bainbridgeac7f8072019-08-01 22:15:33 +000023 onos:
David Bainbridged31d6122019-08-13 19:37:59 +000024 tag: master
25 repository: voltha/voltha-onos
26 pullPolicy: Always
David Bainbridge1a2e9782019-07-31 05:45:31 +000027 bbsim:
28 tag: master
David Bainbridged31d6122019-08-13 19:37:59 +000029 pullPolicy: Always
David Bainbridgee10f6d52019-07-25 00:28:13 +000030
David K. Bainbridge4ecc1262019-07-01 13:39:11 -070031deployments:
32 etcdOperator: true
33 backupOperator: false
34 restoreOperator: false
35
36voltha-etcd-cluster:
37 clusterSize: 1
38
39onos_env:
40- name: POD_IP
41 valueFrom:
42 fieldRef:
43 fieldPath: status.podIP
44- name: NAMESPACE
45 valueFrom:
46 fieldRef:
47 fieldPath: metadata.namespace
48- name: ONOS_APPS
49 value: "drivers,openflow-base,hostprovider"
David K. Bainbridgef1c8f4c2019-07-01 14:30:38 -070050
51# Customization for BBSIM
52kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
David Bainbridge7831a662019-07-25 18:12:25 +000053pon_ports: 1
54onus_per_pon_port: 1