Zack Williams | 1849e61 | 2018-10-05 15:26:44 -0700 | [diff] [blame] | 1 | # 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 |
| 20 | olt_id: 0 |
| 21 | |
| 22 | # -H option, port number portion |
| 23 | olt_tcp_port: 50060 |
| 24 | |
| 25 | # -i option |
| 26 | pon_ports: 1 |
| 27 | |
| 28 | # -n option |
Matteo Scandolo | 6e192f5 | 2018-10-15 18:22:48 -0700 | [diff] [blame] | 29 | onus_per_pon_port: 16 |
Zack Williams | 1849e61 | 2018-10-05 15:26:44 -0700 | [diff] [blame] | 30 | |
| 31 | # -m option |
| 32 | emulation_mode: 'both' |
| 33 | |
Matteo Scandolo | 6e192f5 | 2018-10-15 18:22:48 -0700 | [diff] [blame] | 34 | # -a option |
| 35 | wpa_wait: 60 |
| 36 | |
| 37 | # -d option |
| 38 | dhcp_wait: 120 |
| 39 | |
Matteo Scandolo | 7df3ee0 | 2018-11-06 16:28:11 -0800 | [diff] [blame] | 40 | # -k option |
| 41 | kafka_broker: 'cord-kafka.default.svc.cluster.local:9092' |
| 42 | |
Luca Prete | 61164ae | 2018-11-28 16:15:59 -0800 | [diff] [blame] | 43 | images: |
| 44 | bbsim: |
| 45 | repository: 'voltha/voltha-bbsim' |
| 46 | tag: '{{ .Chart.AppVersion }}' |
| 47 | pullPolicy: 'Always' |
Zack Williams | 1849e61 | 2018-10-05 15:26:44 -0700 | [diff] [blame] | 48 | |
| 49 | global: |
| 50 | registry: '' |
| 51 | |
| 52 | namespace: voltha |
| 53 | serviceAccountName: default |
| 54 | |
| 55 | nameOverride: "" |
| 56 | fullnameOverride: "" |
| 57 | |
| 58 | replicaCount: 1 |
| 59 | |
| 60 | resources: {} |
| 61 | |
| 62 | nodeSelector: {} |
| 63 | |
| 64 | tolerations: [] |
| 65 | |
| 66 | affinity: {} |