blob: 7d93281e98ba10334922ac54c60b0ce4d13ce439 [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 Vemuri87d14d22020-05-01 20:08:01 -070019onosSshPort: 30115
20onosApiPort: 30120
21onosOfPort: 31653
22
Suchitra Vemurie88626d2020-06-09 14:29:37 -070023#images:
24# onos:
25# repository: voltha/voltha-onos@sha256
26# tag: 9f781ace4c6f4bf3b2e5ff9cb9f26aa4b328284da1d6b6523636dca1375d7666
Suchitra Vemuri35ce2332020-03-22 21:15:05 -070027# adapter_open_onu:
28# repository: gcgirish/voltha-openonu-adapter
29# tag: flow-sync
30# adapter_open_olt:
31# repository: gcgirish/voltha-openolt-adapter
32# tag: flow-sync
33# rw_core:
34# repository: gcgirish/voltha-rw-core
35# tag: delete-device
Suchitra Vemuri86cee972019-08-28 14:49:58 -070036deployments:
37 etcdOperator: true
38 backupOperator: false
39 restoreOperator: false
40
41voltha-etcd-cluster:
42 clusterSize: 1
43onos_env:
44- name: POD_IP
45 valueFrom:
46 fieldRef:
47 fieldPath: status.podIP
48- name: NAMESPACE
49 valueFrom:
50 fieldRef:
51 fieldPath: metadata.namespace
52- name: ONOS_APPS
53 value: "drivers,openflow-base,hostprovider"
54
55# Customization for BBSIM
56kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
57pon_ports: 1
58onus_per_pon_port: 1