blob: 668448c694c7b5c72f4ad5593ec26ae3587a63e8 [file] [log] [blame]
Andrea Speranzaa8cf80b2022-05-26 10:09:59 +02001---
2
Joey Armstrong9fadcbe2024-01-17 19:00:37 -05003# Copyright 2017-2024 Open Networking Foundation (ONF) and the ONF Contributors
Andrea Speranzaa8cf80b2022-05-26 10:09:59 +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:
LupoAndreaSperanza0f3fbc22023-05-16 21:02:40 +020035 - ip: bbsim0
Andrea Speranzaa8cf80b2022-05-26 10:09:59 +020036 serial: BBSIM_OLT_10
37
38hosts:
39 src:
40 - onu: 'BBSM000a0001'
41 olt: 'BBSIM_OLT_10'
42 uni_tag: '835'
43 c_tag: '100'
44 s_tag: '4096'
45 service_type: 'hsia'
46 uni_id: 1
47 tp_id: '64'
LupoAndreaSperanza0f3fbc22023-05-16 21:02:40 +020048 - onu: 'BBSM000a0001'
49 olt: 'BBSIM_OLT_10'
50 uni_tag: '836'
51 c_tag: '101'
52 s_tag: '4096'
53 service_type: 'vod'
54 uni_id: 1
55 tp_id: '64'
Andrea Speranzaa8cf80b2022-05-26 10:09:59 +020056
57 dst:
58 - ip: null
LupoAndreaSperanza0f3fbc22023-05-16 21:02:40 +020059 - ip: null