blob: 018eba7efe3d00c9014bd9cef0dd552636a18d60 [file] [log] [blame]
TorstenThiemebccd3ae2020-02-20 12:56:44 +00001---
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
17# Automated deployment configuration for kind-voltha running BBSim
18
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
TorstenThiemebccd3ae2020-02-20 12:56:44 +000035 -
36 ip: bbsim1.voltha.svc
Matteo Scandolo044a1972020-11-24 15:32:33 -080037 serial: BBSIM_OLT_11
TorstenThiemebccd3ae2020-02-20 12:56:44 +000038 -
39 ip: bbsim2.voltha.svc
Matteo Scandolo044a1972020-11-24 15:32:33 -080040 serial: BBSIM_OLT_12
TorstenThiemebccd3ae2020-02-20 12:56:44 +000041 -
42 ip: bbsim3.voltha.svc
Matteo Scandolo044a1972020-11-24 15:32:33 -080043 serial: BBSIM_OLT_13
TorstenThiemebccd3ae2020-02-20 12:56:44 +000044 -
45 ip: bbsim4.voltha.svc
Matteo Scandolo044a1972020-11-24 15:32:33 -080046 serial: BBSIM_OLT_14
TorstenThiemebccd3ae2020-02-20 12:56:44 +000047 -
48 ip: bbsim5.voltha.svc
Matteo Scandolo044a1972020-11-24 15:32:33 -080049 serial: BBSIM_OLT_15
TorstenThiemebccd3ae2020-02-20 12:56:44 +000050 -
51 ip: bbsim6.voltha.svc
Matteo Scandolo044a1972020-11-24 15:32:33 -080052 serial: BBSIM_OLT_16
TorstenThiemebccd3ae2020-02-20 12:56:44 +000053 -
54 ip: bbsim7.voltha.svc
Matteo Scandolo044a1972020-11-24 15:32:33 -080055 serial: BBSIM_OLT_17
TorstenThiemebccd3ae2020-02-20 12:56:44 +000056 -
57 ip: bbsim8.voltha.svc
Matteo Scandolo044a1972020-11-24 15:32:33 -080058 serial: BBSIM_OLT_18
TorstenThiemebccd3ae2020-02-20 12:56:44 +000059 -
60 ip: bbsim9.voltha.svc
Matteo Scandolo044a1972020-11-24 15:32:33 -080061 serial: BBSIM_OLT_19
TorstenThiemebccd3ae2020-02-20 12:56:44 +000062
63hosts:
Suchitra Vemuria6879aa2020-11-03 11:03:11 -080064 src:
Suchitra Vemuri1ffc7c82020-11-17 13:56:18 -080065 -
Matteo Scandolo044a1972020-11-24 15:32:33 -080066 onu: 'BBSM000a0001'
Suchitra Vemuria6879aa2020-11-03 11:03:11 -080067 c_tag: '900'
68 s_tag: '900'
Matteo Scandolo044a1972020-11-24 15:32:33 -080069 olt: 'BBSIM_OLT_10'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000070 uni_id: '1'
Suchitra Vemuri1ffc7c82020-11-17 13:56:18 -080071 -
Matteo Scandolo044a1972020-11-24 15:32:33 -080072 onu: 'BBSM000b0001'
Suchitra Vemuria6879aa2020-11-03 11:03:11 -080073 c_tag: '900'
Matteo Scandolo044a1972020-11-24 15:32:33 -080074 s_tag: '901'
75 olt: 'BBSIM_OLT_11'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000076 uni_id: '1'
Suchitra Vemuri1ffc7c82020-11-17 13:56:18 -080077 -
Matteo Scandolo044a1972020-11-24 15:32:33 -080078 onu: 'BBSM000c0001'
Suchitra Vemuria6879aa2020-11-03 11:03:11 -080079 c_tag: '900'
Matteo Scandolo044a1972020-11-24 15:32:33 -080080 s_tag: '902'
81 olt: 'BBSIM_OLT_12'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000082 uni_id: '1'
Suchitra Vemuri1ffc7c82020-11-17 13:56:18 -080083 -
Matteo Scandolo044a1972020-11-24 15:32:33 -080084 onu: 'BBSM000d0001'
Suchitra Vemuria6879aa2020-11-03 11:03:11 -080085 c_tag: '900'
Matteo Scandolo044a1972020-11-24 15:32:33 -080086 s_tag: '903'
87 olt: 'BBSIM_OLT_13'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000088 uni_id: '1'
Suchitra Vemuri1ffc7c82020-11-17 13:56:18 -080089 -
Matteo Scandolo044a1972020-11-24 15:32:33 -080090 onu: 'BBSM000e0001'
Suchitra Vemuria6879aa2020-11-03 11:03:11 -080091 c_tag: '900'
Matteo Scandolo044a1972020-11-24 15:32:33 -080092 s_tag: '904'
93 olt: 'BBSIM_OLT_14'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000094 uni_id: '1'
Suchitra Vemuri1ffc7c82020-11-17 13:56:18 -080095 -
Matteo Scandolo044a1972020-11-24 15:32:33 -080096 onu: 'BBSM000f0001'
Suchitra Vemuria6879aa2020-11-03 11:03:11 -080097 c_tag: '900'
Matteo Scandolo044a1972020-11-24 15:32:33 -080098 s_tag: '905'
99 olt: 'BBSIM_OLT_15'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000100 uni_id: '1'
Suchitra Vemuri1ffc7c82020-11-17 13:56:18 -0800101 -
Matteo Scandolo044a1972020-11-24 15:32:33 -0800102 onu: 'BBSM00100001'
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800103 c_tag: '900'
Matteo Scandolo044a1972020-11-24 15:32:33 -0800104 s_tag: '906'
105 olt: 'BBSIM_OLT_16'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000106 uni_id: '1'
Suchitra Vemuri1ffc7c82020-11-17 13:56:18 -0800107 -
Matteo Scandolo044a1972020-11-24 15:32:33 -0800108 onu: 'BBSM00110001'
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800109 c_tag: '900'
Matteo Scandolo044a1972020-11-24 15:32:33 -0800110 s_tag: '907'
111 olt: 'BBSIM_OLT_17'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000112 uni_id: '1'
Suchitra Vemuri1ffc7c82020-11-17 13:56:18 -0800113 -
Matteo Scandolo044a1972020-11-24 15:32:33 -0800114 onu: 'BBSM00120001'
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800115 c_tag: '900'
Matteo Scandolo044a1972020-11-24 15:32:33 -0800116 s_tag: '908'
117 olt: 'BBSIM_OLT_18'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000118 uni_id: '1'
Suchitra Vemuri1ffc7c82020-11-17 13:56:18 -0800119 -
Matteo Scandolo044a1972020-11-24 15:32:33 -0800120 onu: 'BBSM00130001'
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800121 c_tag: '900'
Matteo Scandolo044a1972020-11-24 15:32:33 -0800122 s_tag: '909'
123 olt: 'BBSIM_OLT_19'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000124 uni_id: '1'
Suchitra Vemuria6879aa2020-11-03 11:03:11 -0800125 dst:
126 - ip: null
127 - ip: null
128 - ip: null
129 - ip: null
130 - ip: null
131 - ip: null
132 - ip: null
133 - ip: null
134 - ip: null
135 - ip: null