blob: ad701dcf8f2f10dde6fd0da9a7983012e0c1e46c [file] [log] [blame]
Suchitra Vemuri00de4142020-02-04 23:30:48 -08001# Copyright 2019 Ciena Corporation
Matteo Scandolo7e194a62019-10-18 15:06:13 -07002#
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#
Suchitra Vemuri00de4142020-02-04 23:30:48 -08007# http://www.apache.org/licenses/LICENSE-2.0
Matteo Scandolo7e194a62019-10-18 15:06:13 -07008#
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
Matteo Scandolo7e194a62019-10-18 15:06:13 -070015defaults:
Matteo Scandolo59f7d9c2019-10-22 17:40:49 -070016 image_tag: master
Matteo Scandolo7e194a62019-10-18 15:06:13 -070017 image_pullPolicy: Always
18
Suchitra Vemuria89c4522020-03-02 23:34:04 -080019#images:
Suchitra Vemuri6da66592020-02-14 17:49:40 -080020# onos:
21# repository: voltha/voltha-onos
22# tag: onos-2.2
Suchitra Vemuri3e458122020-03-02 20:07:28 -080023# adapter_open_onu:
24# repository: gcgirish/voltha-openonu-adapter
25# tag: dhcp-issue
Suchitra Vemuri00de4142020-02-04 23:30:48 -080026
Matteo Scandolo7e194a62019-10-18 15:06:13 -070027deployments:
28 etcdOperator: true
29 backupOperator: false
30 restoreOperator: false
31
32voltha-etcd-cluster:
33 clusterSize: 1
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"
Suchitra Vemuri00de4142020-02-04 23:30:48 -080045
46# Customization for BBSIM
47kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
48pon_ports: 1
49onus_per_pon_port: 1