blob: 30c465203c554a3a56d7e50d392fb284a36e47f6 [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
Zack Williams1849e612018-10-05 15:26:44 -070040image:
41 repository: 'voltha/voltha-bbsim'
42 tag: '{{ .Chart.AppVersion }}'
43 pullPolicy: 'IfNotPresent'
44
45global:
46 registry: ''
47
48namespace: voltha
49serviceAccountName: default
50
51nameOverride: ""
52fullnameOverride: ""
53
54replicaCount: 1
55
56resources: {}
57
58nodeSelector: {}
59
60tolerations: []
61
62affinity: {}