blob: f88bca969c52f8bf164c3fac76ed1e99839ea017 [file] [log] [blame]
Andy Bavierba9866b2019-10-11 07:11:53 -07001---
2
3# Copyright 2017-present Open Networking Foundation
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17# Automated deployment configuration for kind-voltha running BBSim
18
19# Change default values in tests
20has_dataplane: False
21external_libs: False
22teardown_device: True
23ports_per_onu: 4
24ONOS_REST_PORT: 8181
25ONOS_SSH_PORT: 8101
26OLT_PORT: 50060
27
28nodes:
29 -
30 ip: '127.0.0.1'
31 user: null
32 pass: null
33
34fabric_switches:
35 -
36 mac: null
37 ip: null
38 user: null
39 pass: null
40 bngPort: null
41 oltPort: null
42 device_id: null
43
44olts:
45 -
46 ip: bbsim.voltha.svc
47 user: null
48 pass: null
49 fortygig: null
50 serial: BBSIM_OLT_0
51
52onus:
53 -
54 serial: 'BBSM00000001'
55
56hosts:
57 src:
58 -
59 ip: null
60 pass: null
61 dp_iface_name: null
62 container_type: null
63 container_name: null
64 onu: null
65 c_tag: null
66 s_tag: null
67
68 dst:
69 -
70 ip: null
71 user: null
72 pass: null
73 dp_iface_name: null
74 dp_iface_ip_qinq: null
75 dp_iface_ip: null
76 dp_iface_gateway: null
77 container_type: null
78 container_name: null