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' |
Kailash | 9e1002a | 2019-01-22 13:08:13 -0800 | [diff] [blame^] | 48 | xos_api_tester: |
| 49 | repository: 'xosproject/xos-api-tester' |
| 50 | tag: 'master' |
| 51 | pullPolicy: 'Always' |
Zack Williams | 1849e61 | 2018-10-05 15:26:44 -0700 | [diff] [blame] | 52 | |
| 53 | global: |
| 54 | registry: '' |
| 55 | |
| 56 | namespace: voltha |
| 57 | serviceAccountName: default |
| 58 | |
| 59 | nameOverride: "" |
| 60 | fullnameOverride: "" |
| 61 | |
| 62 | replicaCount: 1 |
| 63 | |
| 64 | resources: {} |
| 65 | |
| 66 | nodeSelector: {} |
| 67 | |
| 68 | tolerations: [] |
| 69 | |
Kailash | 9e1002a | 2019-01-22 13:08:13 -0800 | [diff] [blame^] | 70 | affinity: {} |