blob: 7cd295b45b9b8cfc12fbcfb162f21c649b3a0369 [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
Luca Prete61164ae2018-11-28 16:15:59 -080043images:
44 bbsim:
45 repository: 'voltha/voltha-bbsim'
46 tag: '{{ .Chart.AppVersion }}'
47 pullPolicy: 'Always'
Zack Williams1849e612018-10-05 15:26:44 -070048
49global:
50 registry: ''
51
52namespace: voltha
53serviceAccountName: default
54
55nameOverride: ""
56fullnameOverride: ""
57
58replicaCount: 1
59
60resources: {}
61
62nodeSelector: {}
63
64tolerations: []
65
66affinity: {}