blob: 73154c74c6ae7a2b4df070f8934539dc09b4b4d7 [file] [log] [blame]
Suchitra Vemuri99672e22020-03-04 18:14:49 -08001# 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 image_pullPolicy: Always
18use_ofagent_go: true
19
20images:
21# onos:
22# repository: voltha/voltha-onos
23# tag: onos-2.2
24# adapter_open_onu:
25# repository: gcgirish/voltha-openonu-adapter
26# tag: dhcp-issue
27 ofagent:
28 repository: voltha/ofagent-go
29 tag: master
30
31deployments:
32 etcdOperator: true
33 backupOperator: false
34 restoreOperator: false
35
36voltha-etcd-cluster:
37 clusterSize: 1
38onos_env:
39- name: POD_IP
40 valueFrom:
41 fieldRef:
42 fieldPath: status.podIP
43- name: NAMESPACE
44 valueFrom:
45 fieldRef:
46 fieldPath: metadata.namespace
47- name: ONOS_APPS
48 value: "drivers,openflow-base,hostprovider"
49
50# Customization for BBSIM
51kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
52pon_ports: 1
53onus_per_pon_port: 1