blob: efca8b8515499f5f31cd53c0de728da0583035d0 [file] [log] [blame]
Suchitra Vemuria311faf2020-11-23 13:46:52 -08001---
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
Andrea Campanellad945fd92021-09-30 11:39:59 +020017# Automated deployment configuration for systems running BBSim
Suchitra Vemuria311faf2020-11-23 13:46:52 -080018
19# Change default values in tests
20has_dataplane: false
21external_libs: 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.voltha.svc
Matteo Scandolo044a1972020-11-24 15:32:33 -080034 serial: BBSIM_OLT_10
Suchitra Vemuria311faf2020-11-23 13:46:52 -080035 -
36 ip: bbsim1.voltha.svc
Matteo Scandolo044a1972020-11-24 15:32:33 -080037 serial: BBSIM_OLT_11
Suchitra Vemuria311faf2020-11-23 13:46:52 -080038
39hosts:
40 src:
41 -
Matteo Scandolo044a1972020-11-24 15:32:33 -080042 onu: 'BBSM000a0001'
Suchitra Vemuria311faf2020-11-23 13:46:52 -080043 c_tag: '900'
44 s_tag: '900'
Matteo Scandolo044a1972020-11-24 15:32:33 -080045 olt: 'BBSIM_OLT_10'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000046 uni_id: '1'
Suchitra Vemuria311faf2020-11-23 13:46:52 -080047 -
Matteo Scandolo044a1972020-11-24 15:32:33 -080048 onu: 'BBSM000a0002'
Matteo Scandolo69c933a2021-06-23 17:44:47 +020049 c_tag: '904'
Suchitra Vemuria311faf2020-11-23 13:46:52 -080050 s_tag: '900'
Matteo Scandolo044a1972020-11-24 15:32:33 -080051 olt: 'BBSIM_OLT_10'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000052 uni_id: '1'
Suchitra Vemuria311faf2020-11-23 13:46:52 -080053 -
TorstenThiemefe7099e2021-01-29 08:41:04 +000054 onu: 'BBSM000a0101'
55 olt: 'BBSIM_OLT_10'
Matteo Scandolo69c933a2021-06-23 17:44:47 +020056 c_tag: '908'
TorstenThiemefe7099e2021-01-29 08:41:04 +000057 s_tag: '900'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000058 uni_id: '1'
TorstenThiemefe7099e2021-01-29 08:41:04 +000059 -
60 onu: 'BBSM000a0102'
61 olt: 'BBSIM_OLT_10'
Matteo Scandolo69c933a2021-06-23 17:44:47 +020062 c_tag: '912'
TorstenThiemefe7099e2021-01-29 08:41:04 +000063 s_tag: '900'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000064 uni_id: '1'
TorstenThiemefe7099e2021-01-29 08:41:04 +000065 -
Matteo Scandolo044a1972020-11-24 15:32:33 -080066 onu: 'BBSM000b0001'
Suchitra Vemuri2a6975a2020-11-25 12:49:38 -080067 c_tag: '900'
68 s_tag: '901'
Matteo Scandolo044a1972020-11-24 15:32:33 -080069 olt: 'BBSIM_OLT_11'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000070 uni_id: '1'
Suchitra Vemuria311faf2020-11-23 13:46:52 -080071 -
Matteo Scandolo044a1972020-11-24 15:32:33 -080072 onu: 'BBSM000b0002'
Matteo Scandolo69c933a2021-06-23 17:44:47 +020073 c_tag: '904'
Suchitra Vemuri2a6975a2020-11-25 12:49:38 -080074 s_tag: '901'
Matteo Scandolo044a1972020-11-24 15:32:33 -080075 olt: 'BBSIM_OLT_11'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000076 uni_id: '1'
TorstenThiemefe7099e2021-01-29 08:41:04 +000077 -
78 onu: 'BBSM000b0101'
79 olt: 'BBSIM_OLT_11'
Matteo Scandolo69c933a2021-06-23 17:44:47 +020080 c_tag: '908'
TorstenThiemefe7099e2021-01-29 08:41:04 +000081 s_tag: '901'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000082 uni_id: '1'
TorstenThiemefe7099e2021-01-29 08:41:04 +000083 -
84 onu: 'BBSM000b0102'
85 olt: 'BBSIM_OLT_11'
Matteo Scandolo69c933a2021-06-23 17:44:47 +020086 c_tag: '912'
TorstenThiemefe7099e2021-01-29 08:41:04 +000087 s_tag: '901'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000088 uni_id: '1'
Suchitra Vemuria311faf2020-11-23 13:46:52 -080089 dst:
90 - ip: null
91 - ip: null
92 - ip: null
93 - ip: null
TorstenThiemefe7099e2021-01-29 08:41:04 +000094 - ip: null
95 - ip: null
96 - ip: null
97 - ip: null