blob: 9232d21328b446236f548f1a875b6246725854e2 [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
19images:
Suchitra Vemuri86cee972019-08-28 14:49:58 -070020 onos:
Matteo Scandolofc2c6072019-09-30 13:56:58 -070021 tag: dhcp-fix
22 repository: matteoscandolo/voltha-onos
Suchitra Vemuri86cee972019-08-28 14:49:58 -070023 pullPolicy: Always
Suchitra Vemuri86cee972019-08-28 14:49:58 -070024
25deployments:
26 etcdOperator: true
27 backupOperator: false
28 restoreOperator: false
29
30voltha-etcd-cluster:
31 clusterSize: 1
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"
43
44# Customization for BBSIM
45kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
46pon_ports: 1
47onus_per_pon_port: 1