TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 1 | --- |
| 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 |
| 20 | workflow: DT |
| 21 | has_dataplane: false |
| 22 | external_libs: false |
| 23 | teardown_device: true |
| 24 | ONOS_REST_PORT: 8181 |
| 25 | ONOS_SSH_PORT: 8101 |
| 26 | OLT_PORT: 50060 |
| 27 | |
| 28 | nodes: |
| 29 | - |
| 30 | ip: '127.0.0.1' |
| 31 | |
| 32 | olts: |
| 33 | - |
| 34 | ip: bbsim0.voltha.svc |
| 35 | serial: BBSIM_OLT_10 |
| 36 | - |
| 37 | ip: bbsim1.voltha.svc |
| 38 | serial: BBSIM_OLT_11 |
| 39 | |
| 40 | hosts: |
| 41 | src: |
| 42 | - |
| 43 | onu: 'BBSM000a0001' |
| 44 | c_tag: '4096' |
| 45 | s_tag: '900' |
| 46 | olt: 'BBSIM_OLT_10' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 47 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 48 | - |
| 49 | onu: 'BBSM000a0002' |
| 50 | c_tag: '4096' |
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 51 | s_tag: '904' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 52 | olt: 'BBSIM_OLT_10' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 53 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 54 | - |
| 55 | onu: 'BBSM000a0101' |
| 56 | olt: 'BBSIM_OLT_10' |
| 57 | c_tag: '4096' |
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 58 | s_tag: '908' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 59 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 60 | - |
| 61 | onu: 'BBSM000a0102' |
| 62 | olt: 'BBSIM_OLT_10' |
| 63 | c_tag: '4096' |
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 64 | s_tag: '912' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 65 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 66 | - |
| 67 | onu: 'BBSM000b0001' |
| 68 | c_tag: '4097' |
| 69 | s_tag: '900' |
| 70 | olt: 'BBSIM_OLT_11' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 71 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 72 | - |
| 73 | onu: 'BBSM000b0002' |
| 74 | c_tag: '4097' |
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 75 | s_tag: '904' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 76 | olt: 'BBSIM_OLT_11' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 77 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 78 | - |
| 79 | onu: 'BBSM000b0101' |
| 80 | olt: 'BBSIM_OLT_11' |
| 81 | c_tag: '4097' |
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 82 | s_tag: '908' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 83 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 84 | - |
| 85 | onu: 'BBSM000b0102' |
| 86 | olt: 'BBSIM_OLT_11' |
| 87 | c_tag: '4097' |
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 88 | s_tag: '912' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 89 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 90 | dst: |
| 91 | - ip: null |
| 92 | - ip: null |
| 93 | - ip: null |
| 94 | - ip: null |
| 95 | - ip: null |
| 96 | - ip: null |
| 97 | - ip: null |
| 98 | - ip: null |