blob: 26c50c2c0b751df65e8b6dc269dd13a378e14a82 [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'
Kailash9e1002a2019-01-22 13:08:13 -080048 xos_api_tester:
49 repository: 'xosproject/xos-api-tester'
50 tag: 'master'
51 pullPolicy: 'Always'
Zack Williams1849e612018-10-05 15:26:44 -070052
53global:
54 registry: ''
55
56namespace: voltha
57serviceAccountName: default
58
59nameOverride: ""
60fullnameOverride: ""
61
62replicaCount: 1
63
64resources: {}
65
66nodeSelector: {}
67
68tolerations: []
69
Kailash9e1002a2019-01-22 13:08:13 -080070affinity: {}