blob: 70d84aa099b63d89ae0b69a8f0e9445b9b5dbcfd [file] [log] [blame]
Andrea Speranza8b6f46f2022-08-23 14:22:15 +02001---
2
Joey Armstrong9fadcbe2024-01-17 19:00:37 -05003# Copyright 2017-2024 Open Networking Foundation (ONF) and the ONF Contributors
Andrea Speranza8b6f46f2022-08-23 14:22:15 +02004#
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
36 serial: BBSIM_OLT_10
37 - ip: bbsim1
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: 'BBSM000a0001'
51 olt: 'BBSIM_OLT_10'
52 uni_tag: '836'
53 c_tag: '101'
54 s_tag: '4096'
55 service_type: 'vod'
56 uni_id: 1
57 tp_id: '64'
58 - onu: 'BBSM000a0002'
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: 'BBSM000a0002'
67 olt: 'BBSIM_OLT_10'
68 uni_tag: '836'
69 c_tag: '101'
70 s_tag: '4096'
71 service_type: 'vod'
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: 'BBSM000b0001'
83 olt: 'BBSIM_OLT_11'
84 uni_tag: '836'
85 c_tag: '101'
86 s_tag: '4096'
87 service_type: 'vod'
88 uni_id: 1
89 tp_id: '64'
90 - onu: 'BBSM000b0002'
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: 'BBSM000b0002'
99 olt: 'BBSIM_OLT_11'
100 uni_tag: '836'
101 c_tag: '101'
102 s_tag: '4096'
103 service_type: 'vod'
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