blob: ec02b874017eaa1fa86b12c2a4d8b2726cf9f308 [file] [log] [blame]
Andrea Speranzaa8cf80b2022-05-26 10:09:59 +02001---
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 systems running BBSim
18
19# Change default values in tests
20workflow: TIM
21has_dataplane: false
22teardown_device: true
23ONOS_REST_PORT: 8181
24ONOS_SSH_PORT: 8101
25OLT_PORT: 50060
26
27# Actual Unused sadis.file but ready to future implementation
28# sadis.file: ../data/tim-sadis-config.json
29
30nodes:
31 -
32 ip: '127.0.0.1'
33
34olts:
35 - ip: bbsim0.voltha.svc
36 serial: BBSIM_OLT_10
37 - ip: bbsim1.voltha.svc
38 serial: BBSIM_OLT_11
39
40hosts:
41 src:
42 - onu: 'BBSM000a0001'
43 olt: 'BBSIM_OLT_10'
44 uni_tag: '835'
45 c_tag: '100'
46 s_tag: '4096'
47 service_type: 'hsia'
48 uni_id: 1
49 tp_id: '64'
50 - onu: 'BBSM000a0002'
51 olt: 'BBSIM_OLT_10'
52 uni_tag: '835'
53 c_tag: '100'
54 s_tag: '4096'
55 service_type: 'hsia'
56 uni_id: 1
57 tp_id: '64'
58 - onu: 'BBSM000a0101'
59 olt: 'BBSIM_OLT_10'
60 uni_tag: '835'
61 c_tag: '100'
62 s_tag: '4096'
63 service_type: 'hsia'
64 uni_id: 1
65 tp_id: '64'
66 - onu: 'BBSM000a0102'
67 olt: 'BBSIM_OLT_10'
68 uni_tag: '835'
69 c_tag: '100'
70 s_tag: '4096'
71 service_type: 'hsia'
72 uni_id: 1
73 tp_id: '64'
74 - onu: 'BBSM000b0001'
75 olt: 'BBSIM_OLT_11'
76 uni_tag: '835'
77 c_tag: '100'
78 s_tag: '4096'
79 service_type: 'hsia'
80 uni_id: 1
81 tp_id: '64'
82 - onu: 'BBSM000b0002'
83 olt: 'BBSIM_OLT_11'
84 uni_tag: '835'
85 c_tag: '100'
86 s_tag: '4096'
87 service_type: 'hsia'
88 uni_id: 1
89 tp_id: '64'
90 - onu: 'BBSM000b0101'
91 olt: 'BBSIM_OLT_11'
92 uni_tag: '835'
93 c_tag: '100'
94 s_tag: '4096'
95 service_type: 'hsia'
96 uni_id: 1
97 tp_id: '64'
98 - onu: 'BBSM000b0102'
99 olt: 'BBSIM_OLT_11'
100 uni_tag: '835'
101 c_tag: '100'
102 s_tag: '4096'
103 service_type: 'hsia'
104 uni_id: 1
105 tp_id: '64'
106
107 dst:
108 - ip: null
109 - ip: null
110 - ip: null
111 - ip: null
112 - ip: null
113 - ip: null
114 - ip: null
115 - ip: null