blob: 24504a4ac4e5e0d527380f93aafa35cd982ec70c [file] [log] [blame]
Suchitra Vemuri5ab214f2020-01-09 23:18:44 -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
18
Hema0e92bce2020-05-07 23:57:35 +053019onosSshPort: 30115
20onosApiPort: 30120
21onosOfPort: 31653
22
Suchitra Vemuri6da66592020-02-14 17:49:40 -080023#images:
24# onos:
25# repository: voltha/voltha-onos
26# tag: onos-2.2
Suchitra Vemuri59e9eeb2020-02-14 14:28:47 -080027
Suchitra Vemuri5ab214f2020-01-09 23:18:44 -080028deployments:
29 etcdOperator: true
30 backupOperator: false
31 restoreOperator: false
32
33voltha-etcd-cluster:
34 clusterSize: 1
35onos_env:
36- name: POD_IP
37 valueFrom:
38 fieldRef:
39 fieldPath: status.podIP
40- name: NAMESPACE
41 valueFrom:
42 fieldRef:
43 fieldPath: metadata.namespace
44- name: ONOS_APPS
45 value: "drivers,openflow-base,hostprovider"
46
47# Customization for BBSIM
48kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
49pon_ports: 1
50onus_per_pon_port: 1