Suchitra Vemuri | a311faf | 2020-11-23 13:46:52 -0800 | [diff] [blame] | 1 | --- |
2 | |||||
Joey Armstrong | 9fadcbe | 2024-01-17 19:00:37 -0500 | [diff] [blame] | 3 | # Copyright 2017-2024 Open Networking Foundation (ONF) and the ONF Contributors |
Suchitra Vemuri | a311faf | 2020-11-23 13:46:52 -0800 | [diff] [blame] | 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 | |||||
Andrea Campanella | f6bd86b | 2021-09-30 11:39:59 +0200 | [diff] [blame] | 17 | # Automated deployment configuration for systems running BBSim |
Suchitra Vemuri | a311faf | 2020-11-23 13:46:52 -0800 | [diff] [blame] | 18 | |
19 | # Change default values in tests | ||||
20 | has_dataplane: false | ||||
21 | external_libs: false | ||||
22 | teardown_device: true | ||||
23 | ONOS_REST_PORT: 8181 | ||||
24 | ONOS_SSH_PORT: 8101 | ||||
25 | OLT_PORT: 50060 | ||||
26 | |||||
27 | nodes: | ||||
28 | - | ||||
29 | ip: '127.0.0.1' | ||||
30 | |||||
31 | olts: | ||||
32 | - | ||||
33 | ip: bbsim0.voltha.svc | ||||
Matteo Scandolo | 044a197 | 2020-11-24 15:32:33 -0800 | [diff] [blame] | 34 | serial: BBSIM_OLT_10 |
Suchitra Vemuri | a311faf | 2020-11-23 13:46:52 -0800 | [diff] [blame] | 35 | - |
36 | ip: bbsim1.voltha.svc | ||||
Matteo Scandolo | 044a197 | 2020-11-24 15:32:33 -0800 | [diff] [blame] | 37 | serial: BBSIM_OLT_11 |
Suchitra Vemuri | a311faf | 2020-11-23 13:46:52 -0800 | [diff] [blame] | 38 | |
39 | hosts: | ||||
40 | src: | ||||
41 | - | ||||
Matteo Scandolo | 044a197 | 2020-11-24 15:32:33 -0800 | [diff] [blame] | 42 | onu: 'BBSM000a0001' |
Suchitra Vemuri | a311faf | 2020-11-23 13:46:52 -0800 | [diff] [blame] | 43 | c_tag: '900' |
44 | s_tag: '900' | ||||
Matteo Scandolo | 044a197 | 2020-11-24 15:32:33 -0800 | [diff] [blame] | 45 | olt: 'BBSIM_OLT_10' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 46 | uni_id: '1' |
Suchitra Vemuri | a311faf | 2020-11-23 13:46:52 -0800 | [diff] [blame] | 47 | - |
Matteo Scandolo | 044a197 | 2020-11-24 15:32:33 -0800 | [diff] [blame] | 48 | onu: 'BBSM000a0002' |
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 49 | c_tag: '904' |
Suchitra Vemuri | a311faf | 2020-11-23 13:46:52 -0800 | [diff] [blame] | 50 | s_tag: '900' |
Matteo Scandolo | 044a197 | 2020-11-24 15:32:33 -0800 | [diff] [blame] | 51 | olt: 'BBSIM_OLT_10' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 52 | uni_id: '1' |
Suchitra Vemuri | a311faf | 2020-11-23 13:46:52 -0800 | [diff] [blame] | 53 | - |
TorstenThieme | fe7099e | 2021-01-29 08:41:04 +0000 | [diff] [blame] | 54 | onu: 'BBSM000a0101' |
55 | olt: 'BBSIM_OLT_10' | ||||
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 56 | c_tag: '908' |
TorstenThieme | fe7099e | 2021-01-29 08:41:04 +0000 | [diff] [blame] | 57 | s_tag: '900' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 58 | uni_id: '1' |
TorstenThieme | fe7099e | 2021-01-29 08:41:04 +0000 | [diff] [blame] | 59 | - |
60 | onu: 'BBSM000a0102' | ||||
61 | olt: 'BBSIM_OLT_10' | ||||
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 62 | c_tag: '912' |
TorstenThieme | fe7099e | 2021-01-29 08:41:04 +0000 | [diff] [blame] | 63 | s_tag: '900' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 64 | uni_id: '1' |
TorstenThieme | fe7099e | 2021-01-29 08:41:04 +0000 | [diff] [blame] | 65 | - |
Matteo Scandolo | 044a197 | 2020-11-24 15:32:33 -0800 | [diff] [blame] | 66 | onu: 'BBSM000b0001' |
Suchitra Vemuri | 2a6975a | 2020-11-25 12:49:38 -0800 | [diff] [blame] | 67 | c_tag: '900' |
68 | s_tag: '901' | ||||
Matteo Scandolo | 044a197 | 2020-11-24 15:32:33 -0800 | [diff] [blame] | 69 | olt: 'BBSIM_OLT_11' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 70 | uni_id: '1' |
Suchitra Vemuri | a311faf | 2020-11-23 13:46:52 -0800 | [diff] [blame] | 71 | - |
Matteo Scandolo | 044a197 | 2020-11-24 15:32:33 -0800 | [diff] [blame] | 72 | onu: 'BBSM000b0002' |
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 73 | c_tag: '904' |
Suchitra Vemuri | 2a6975a | 2020-11-25 12:49:38 -0800 | [diff] [blame] | 74 | s_tag: '901' |
Matteo Scandolo | 044a197 | 2020-11-24 15:32:33 -0800 | [diff] [blame] | 75 | olt: 'BBSIM_OLT_11' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 76 | uni_id: '1' |
TorstenThieme | fe7099e | 2021-01-29 08:41:04 +0000 | [diff] [blame] | 77 | - |
78 | onu: 'BBSM000b0101' | ||||
79 | olt: 'BBSIM_OLT_11' | ||||
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 80 | c_tag: '908' |
TorstenThieme | fe7099e | 2021-01-29 08:41:04 +0000 | [diff] [blame] | 81 | s_tag: '901' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 82 | uni_id: '1' |
TorstenThieme | fe7099e | 2021-01-29 08:41:04 +0000 | [diff] [blame] | 83 | - |
84 | onu: 'BBSM000b0102' | ||||
85 | olt: 'BBSIM_OLT_11' | ||||
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 86 | c_tag: '912' |
TorstenThieme | fe7099e | 2021-01-29 08:41:04 +0000 | [diff] [blame] | 87 | s_tag: '901' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 88 | uni_id: '1' |
Suchitra Vemuri | a311faf | 2020-11-23 13:46:52 -0800 | [diff] [blame] | 89 | dst: |
90 | - ip: null | ||||
91 | - ip: null | ||||
92 | - ip: null | ||||
93 | - ip: null | ||||
TorstenThieme | fe7099e | 2021-01-29 08:41:04 +0000 | [diff] [blame] | 94 | - ip: null |
95 | - ip: null | ||||
96 | - ip: null | ||||
97 | - ip: null |