blob: 1c5cd66bdadd4bc18829b0493a8bf5caaa426ea5 [file] [log] [blame]
Suchitra Vemurid724dc02020-08-10 18:21:30 -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:
16 image_tag: master
17 image_pullPolicy: Always
18
19onosSshPort: 30115
20onosApiPort: 30120
21onosOfPort: 31653
22
23#images:
24# onos:
25# repository: voltha/voltha-onos@sha256
26# tag: 6f23767b85a6515bc465c4678c945d194551dd27abe2cf1b926a524b5e9eb3e6
27# adapter_open_onu:
28# repository: gcgirish/voltha-openonu-adapter
29# tag: tpstate
30# adapter_open_olt:
31# repository: gcgirish/voltha-openolt-adapter
32# tag: flow-sync
33# rw_core:
34# repository: khagerma/voltha-rw-core
35# tag: update-port-fix
36deployments:
37 etcdOperator: true
38 backupOperator: false
39 restoreOperator: false
40
41nodeAffinityConfig:
42 enabled: true
43 node_label_key: "in-band"
44 node_label_value: "yes"
45
46voltha-etcd-cluster:
47 clusterSize: 1
48onos_env:
49- name: POD_IP
50 valueFrom:
51 fieldRef:
52 fieldPath: status.podIP
53- name: NAMESPACE
54 valueFrom:
55 fieldRef:
56 fieldPath: metadata.namespace
57- name: ONOS_APPS
58 value: "drivers,openflow-base,hostprovider"
59
60# Customization for BBSIM
61kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092'
62pon_ports: 1
63onus_per_pon_port: 1