blob: ec8efb1810ac48a7316dee6bb2f5005446cfd870 [file] [log] [blame]
Hardik Windlass1ed2eee2021-06-25 09:51:03 +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
20workflow: TT
21has_dataplane: 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
34 serial: BBSIM_OLT_10
35
36onos_netcfg:
37 file: ${CURDIR}/../../data/onos-igmp.json
38
39hosts:
40 src:
41 - onu: 'BBSM000a0001'
42 olt: 'BBSIM_OLT_10'
43 c_tag: '900'
44 s_tag: '900'
45 service_type: 'hsia'
46 uni_id: 1
47 - onu: 'BBSM000a0001'
48 olt: 'BBSIM_OLT_10'
49 c_tag: '444'
50 s_tag: '333'
51 uni_id: 1
52 service_type: 'voip'
53 - onu: 'BBSM000a0001'
54 olt: 'BBSIM_OLT_10'
55 c_tag: '55'
56 s_tag: '555'
57 service_type: 'vod'
58 uni_id: 1
59 - onu: 'BBSM000a0001'
60 olt: 'BBSIM_OLT_10'
61 c_tag: '55'
62 s_tag: '550'
63 service_type: 'mcast'
64 uni_id: 1
65 - onu: 'BBSM000a0001'
66 olt: 'BBSIM_OLT_10'
67 c_tag: '901'
68 s_tag: '900'
69 service_type: 'hsia'
70 uni_id: 2
71 - onu: 'BBSM000a0001'
72 olt: 'BBSIM_OLT_10'
73 c_tag: '444'
74 s_tag: '333'
75 uni_id: 2
76 service_type: 'voip'
77 - onu: 'BBSM000a0001'
78 olt: 'BBSIM_OLT_10'
79 c_tag: '55'
80 s_tag: '555'
81 service_type: 'vod'
82 uni_id: 2
83 - onu: 'BBSM000a0001'
84 olt: 'BBSIM_OLT_10'
85 c_tag: '55'
86 s_tag: '550'
87 service_type: 'mcast'
88 uni_id: 2
89 - onu: 'BBSM000a0001'
90 olt: 'BBSIM_OLT_10'
91 c_tag: '902'
92 s_tag: '900'
93 service_type: 'hsia'
94 uni_id: 3
95 - onu: 'BBSM000a0001'
96 olt: 'BBSIM_OLT_10'
97 c_tag: '444'
98 s_tag: '333'
99 uni_id: 3
100 service_type: 'voip'
101 - onu: 'BBSM000a0001'
102 olt: 'BBSIM_OLT_10'
103 c_tag: '55'
104 s_tag: '555'
105 service_type: 'vod'
106 uni_id: 3
107 - onu: 'BBSM000a0001'
108 olt: 'BBSIM_OLT_10'
109 c_tag: '55'
110 s_tag: '550'
111 service_type: 'mcast'
112 uni_id: 3
113 - onu: 'BBSM000a0001'
114 olt: 'BBSIM_OLT_10'
115 c_tag: '903'
116 s_tag: '900'
117 service_type: 'hsia'
118 uni_id: 4
119 - onu: 'BBSM000a0001'
120 olt: 'BBSIM_OLT_10'
121 c_tag: '444'
122 s_tag: '333'
123 uni_id: 4
124 service_type: 'voip'
125 - onu: 'BBSM000a0001'
126 olt: 'BBSIM_OLT_10'
127 c_tag: '55'
128 s_tag: '555'
129 service_type: 'vod'
130 uni_id: 4
131 - onu: 'BBSM000a0001'
132 olt: 'BBSIM_OLT_10'
133 c_tag: '55'
134 s_tag: '550'
135 service_type: 'mcast'
136 uni_id: 4
137
138 dst:
139 - ip: null
140 - ip: null
141 - ip: null
142 - ip: null
143 - ip: null
144 - ip: null
145 - ip: null
146 - ip: null
147 - ip: null
148 - ip: null
149 - ip: null
150 - ip: null
151 - ip: null
152 - ip: null
153 - ip: null
154 - ip: null