uwe ottrembka | 504ca3e | 2020-11-23 12:02:20 +0100 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | # Copyright 2020-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 Campanella | f6bd86b | 2021-09-30 11:39:59 +0200 | [diff] [blame] | 17 | # Automated deployment configuration for systems running BBSim |
Hardik Windlass | e01d3af | 2022-02-11 06:19:07 +0000 | [diff] [blame] | 18 | has_dataplane: false |
uwe ottrembka | 504ca3e | 2020-11-23 12:02:20 +0100 | [diff] [blame] | 19 | |
| 20 | # connection parameter needed for device manager interface tests |
| 21 | GIVEN_DM_IP: 127.0.0.1 |
| 22 | GIVEN_DM_PORT: 50075 |
| 23 | GIVEN_OLT_IP: bbsim0 |
Hardik Windlass | 184fc22 | 2022-02-08 13:09:32 +0000 | [diff] [blame] | 24 | GIVEN_OLT_NAME: BBSim-BBSIM_OLT_0 |
uwe ottrembka | 504ca3e | 2020-11-23 12:02:20 +0100 | [diff] [blame] | 25 | |
| 26 | dm_components: |
| 27 | - |
Elia Battiston | daf09a4 | 2022-04-01 19:08:42 +0200 | [diff] [blame] | 28 | name: sfp-plus-transceiver-cage-0 |
uwe ottrembka | 504ca3e | 2020-11-23 12:02:20 +0100 | [diff] [blame] | 29 | elements: |
| 30 | - |
| 31 | element: description |
| 32 | value: cage |
| 33 | - |
| 34 | element: class |
| 35 | value: COMPONENT_TYPE_CONTAINER |
| 36 | - |
Elia Battiston | daf09a4 | 2022-04-01 19:08:42 +0200 | [diff] [blame] | 37 | name: sfp-plus-0 |
uwe ottrembka | 504ca3e | 2020-11-23 12:02:20 +0100 | [diff] [blame] | 38 | elements: |
| 39 | - |
| 40 | element: description |
Elia Battiston | daf09a4 | 2022-04-01 19:08:42 +0200 | [diff] [blame] | 41 | value: bbsim-transceiver |
uwe ottrembka | 504ca3e | 2020-11-23 12:02:20 +0100 | [diff] [blame] | 42 | - |
| 43 | element: class |
| 44 | value: COMPONENT_TYPE_TRANSCEIVER |
Elia Battiston | daf09a4 | 2022-04-01 19:08:42 +0200 | [diff] [blame] | 45 | - |
| 46 | name: pon-0 |
| 47 | elements: |
| 48 | - |
| 49 | element: description |
| 50 | value: bbsim-pon-port |
| 51 | - |
| 52 | element: class |
| 53 | value: COMPONENT_TYPE_PORT |