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 | |
| 17 | # Automated deployment configuration for kind-voltha running BBSim |
| 18 | |
| 19 | # connection parameter needed for device manager interface tests |
| 20 | GIVEN_DM_IP: 127.0.0.1 |
| 21 | GIVEN_DM_PORT: 50075 |
| 22 | GIVEN_OLT_IP: bbsim0 |
| 23 | |
| 24 | dm_components: |
| 25 | - |
| 26 | name: cage-0 |
| 27 | elements: |
| 28 | - |
| 29 | element: description |
| 30 | value: cage |
| 31 | - |
| 32 | element: class |
| 33 | value: COMPONENT_TYPE_CONTAINER |
| 34 | - |
| 35 | name: sfp-0 |
| 36 | elements: |
| 37 | - |
| 38 | element: description |
| 39 | value: XGS-PON |
| 40 | - |
| 41 | element: class |
| 42 | value: COMPONENT_TYPE_TRANSCEIVER |