blob: 308c22d2c010ebb18a5c87d8a21070f7b1a220c0 [file] [log] [blame]
TorstenThiemebccd3ae2020-02-20 12:56:44 +00001---
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
23ONOS_REST_PORT: 8181
24ONOS_SSH_PORT: 8101
25OLT_PORT: 50060
26
27nodes:
28 -
29 ip: '127.0.0.1'
30
31olts:
32 -
33 ip: bbsim0.voltha.svc
34 serial: BBSIM_OLT_0
35 -
36 ip: bbsim1.voltha.svc
37 serial: BBSIM_OLT_1
38 -
39 ip: bbsim2.voltha.svc
40 serial: BBSIM_OLT_2
41 -
42 ip: bbsim3.voltha.svc
43 serial: BBSIM_OLT_3
44 -
45 ip: bbsim4.voltha.svc
46 serial: BBSIM_OLT_4
47 -
48 ip: bbsim5.voltha.svc
49 serial: BBSIM_OLT_5
50 -
51 ip: bbsim6.voltha.svc
52 serial: BBSIM_OLT_6
53 -
54 ip: bbsim7.voltha.svc
55 serial: BBSIM_OLT_7
56 -
57 ip: bbsim8.voltha.svc
58 serial: BBSIM_OLT_8
59 -
60 ip: bbsim9.voltha.svc
61 serial: BBSIM_OLT_9
62
63hosts:
Suchitra Vemuria6879aa2020-11-03 11:03:11 -080064 src:
65 - onu: 'BBSM00000001'
66 c_tag: '900'
67 s_tag: '900'
68 olt: 'BBSIM_OLT_0'
69 - onu: 'BBSM00010001'
70 c_tag: '900'
71 s_tag: '900'
72 olt: 'BBSIM_OLT_1'
73 - onu: 'BBSM00020001'
74 c_tag: '900'
75 s_tag: '900'
76 olt: 'BBSIM_OLT_2'
77 - onu: 'BBSM00030001'
78 c_tag: '900'
79 s_tag: '900'
80 olt: 'BBSIM_OLT_3'
81 - onu: 'BBSM00040001'
82 c_tag: '900'
83 s_tag: '900'
84 olt: 'BBSIM_OLT_4'
85 - onu: 'BBSM00050001'
86 c_tag: '900'
87 s_tag: '900'
88 olt: 'BBSIM_OLT_5'
89 - onu: 'BBSM00060001'
90 c_tag: '900'
91 s_tag: '900'
92 olt: 'BBSIM_OLT_6'
93 - onu: 'BBSM00070001'
94 c_tag: '900'
95 s_tag: '900'
96 olt: 'BBSIM_OLT_7'
97 - onu: 'BBSM00080001'
98 c_tag: '900'
99 s_tag: '900'
100 olt: 'BBSIM_OLT_8'
101 - onu: 'BBSM00090001'
102 c_tag: '900'
103 s_tag: '900'
104 olt: 'BBSIM_OLT_9'
105 dst:
106 - ip: null
107 - ip: null
108 - ip: null
109 - ip: null
110 - ip: null
111 - ip: null
112 - ip: null
113 - ip: null
114 - ip: null
115 - ip: null
TorstenThiemebccd3ae2020-02-20 12:56:44 +0000116
117sadis:
118 file: ${CURDIR}/../../data/onos-sadis-multiple-bbsim.json