blob: 5c0161cd84288ebba7a0e8ce41a8f07f2687284e [file] [log] [blame]
Matteo Scandolo4747d292019-08-05 11:50:18 -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
19olt_id: 0
20nni: 1
21pon: 1
22onu: 1
23
Matteo Scandolo84f7d482019-08-08 19:00:47 -070024# TODO read this values in the config
Matteo Scandolo4747d292019-08-05 11:50:18 -070025olt_tcp_port: 50060
Matteo Scandolo84f7d482019-08-08 19:00:47 -070026bbsim_api_port: 50070
Matteo Scandolo4747d292019-08-05 11:50:18 -070027
28images:
29 bbsim:
30 repository: 'voltha/bbsim'
31 tag: '{{ .Chart.AppVersion }}'
32 pullPolicy: 'Always'
33
34global:
35 registry: ''
36
37namespace: voltha
38serviceAccountName: default
39
40nameOverride: ""
41fullnameOverride: ""
42
43replicaCount: 1
44
45resources: {}
46
47nodeSelector: {}
48
49tolerations: []
50
51affinity: {}