blob: 592d4e5900a78ce351dfb35ea02c652d29286089 [file] [log] [blame]
Suchitra Vemuri86cee972019-08-28 14:49:58 -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:
Andy Bavier6b9ff512019-10-22 08:18:13 -070016 image_tag: master
Suchitra Vemuri86cee972019-08-28 14:49:58 -070017 image_pullPolicy: Always
18
Suchitra Vemurie89c4d22020-02-11 22:02:37 -080019#images:
20# onos:
21# repository: voltha/voltha-onos
22# tag: onos-2.2
23
Suchitra Vemurif9050a82020-01-16 19:58:58 -080024images:
25 onos:
Suchitra Vemurie89c4d22020-02-11 22:02:37 -080026 repository: matteoscandolo/voltha-onos
27 tag: onos-2.2-latest-apps
Matteo Scandoloef22e672020-01-14 15:29:01 -080028
Suchitra Vemuri86cee972019-08-28 14:49:58 -070029deployments:
30 etcdOperator: true
31 backupOperator: false
32 restoreOperator: false
33
34voltha-etcd-cluster:
35 clusterSize: 1
36onos_env:
37- name: POD_IP
38 valueFrom:
39 fieldRef:
40 fieldPath: status.podIP
41- name: NAMESPACE
42 valueFrom:
43 fieldRef:
44 fieldPath: metadata.namespace
45- name: ONOS_APPS
46 value: "drivers,openflow-base,hostprovider"
47
48# Customization for BBSIM
49kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
50pon_ports: 1
51onus_per_pon_port: 1