blob: 270b7d766b1640253db9b2bc96702bee0c428ad7 [file] [log] [blame]
Zack Williams1849e612018-10-05 15:26:44 -07001# Copyright 2018-present Open Networking Foundation
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
15# bbsim values
16
17# CLI switches passed to bbsim
18
19# -id option
20olt_id: 0
21
22# -H option, port number portion
23olt_tcp_port: 50060
24
25# -i option
26pon_ports: 1
27
28# -n option
Matteo Scandolo6e192f52018-10-15 18:22:48 -070029onus_per_pon_port: 16
Zack Williams1849e612018-10-05 15:26:44 -070030
31# -m option
32emulation_mode: 'both'
33
Matteo Scandolo6e192f52018-10-15 18:22:48 -070034# -a option
35wpa_wait: 60
36
37# -d option
38dhcp_wait: 120
39
Matteo Scandolo7df3ee02018-11-06 16:28:11 -080040# -k option
41kafka_broker: 'cord-kafka.default.svc.cluster.local:9092'
42
Zack Williams1849e612018-10-05 15:26:44 -070043image:
44 repository: 'voltha/voltha-bbsim'
45 tag: '{{ .Chart.AppVersion }}'
46 pullPolicy: 'IfNotPresent'
47
48global:
49 registry: ''
50
51namespace: voltha
52serviceAccountName: default
53
54nameOverride: ""
55fullnameOverride: ""
56
57replicaCount: 1
58
59resources: {}
60
61nodeSelector: {}
62
63tolerations: []
64
65affinity: {}