blob: 0f7d5021d4294738b9299c7b09e8f653688bdaf7 [file] [log] [blame]
Hardik Windlassa7b34be2022-03-22 17:28:31 +00001---
2
3# Copyright 2022-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: DT-FTTB
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
36hosts:
37 src:
38 -
39 onu: 'BBSM000a0001'
40 olt: 'BBSIM_OLT_10'
41 service:
42 -
43 name: FTTB_SUBSCRIBER_TRAFFIC
44 c_tag: '101'
45 s_tag: '3101'
46 -
47 name: DPU_ANCP_TRAFFIC
48 c_tag: '4'
49 s_tag: '40'
50 -
51 name: DPU_MGMT_TRAFFIC
52 c_tag: '6'
53 s_tag: '60'
54 uni_id: '1'
55 -
56 onu: 'BBSM000a0001'
57 olt: 'BBSIM_OLT_10'
58 service:
59 -
60 name: FTTB_SUBSCRIBER_TRAFFIC
61 c_tag: '102'
62 s_tag: '3102'
63 -
64 name: DPU_ANCP_TRAFFIC
65 c_tag: '4'
66 s_tag: '40'
67 -
68 name: DPU_MGMT_TRAFFIC
69 c_tag: '6'
70 s_tag: '60'
71 uni_id: '2'
72 -
73 onu: 'BBSM000a0002'
74 olt: 'BBSIM_OLT_10'
75 service:
76 -
77 name: FTTB_SUBSCRIBER_TRAFFIC
78 c_tag: '105'
79 s_tag: '3105'
80 -
81 name: DPU_ANCP_TRAFFIC
82 c_tag: '4'
83 s_tag: '40'
84 -
85 name: DPU_MGMT_TRAFFIC
86 c_tag: '6'
87 s_tag: '60'
88 uni_id: '1'
89
90 dst:
91 - ip: null
92 - ip: null
93 - ip: null