Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 1 | --- |
| 2 | |
Joey Armstrong | 9fadcbe | 2024-01-17 19:00:37 -0500 | [diff] [blame] | 3 | # Copyright 2022-2024 Open Networking Foundation (ONF) and the ONF Contributors |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 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 systems running BBSim |
| 18 | |
| 19 | # Change default values in tests |
| 20 | workflow: DT-FTTB |
| 21 | has_dataplane: false |
| 22 | teardown_device: true |
| 23 | ONOS_REST_PORT: 8181 |
rbodapat | fe5bb15 | 2025-03-17 11:34:42 +0530 | [diff] [blame] | 24 | VGC_REST_PORT: 8181 |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 25 | ONOS_SSH_PORT: 8101 |
rbodapat | fe5bb15 | 2025-03-17 11:34:42 +0530 | [diff] [blame] | 26 | VGC_SSH_PORT: 8101 |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 27 | OLT_PORT: 50060 |
| 28 | |
Guru Prasanna | 0ae8e69 | 2025-05-02 15:03:40 +0530 | [diff] [blame] | 29 | # Actual Unused sadis.file but ready to future implementation |
| 30 | sadis.file: ../data/dt-sadis-config-fttb-vgc.json |
| 31 | |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 32 | nodes: |
| 33 | - |
| 34 | ip: '127.0.0.1' |
| 35 | |
| 36 | olts: |
| 37 | - |
| 38 | ip: bbsim0 |
| 39 | serial: BBSIM_OLT_10 |
| 40 | |
| 41 | hosts: |
| 42 | src: |
| 43 | - |
| 44 | onu: 'BBSM000a0001' |
| 45 | olt: 'BBSIM_OLT_10' |
Hardik Windlass | 256993e | 2022-05-24 09:55:46 +0530 | [diff] [blame] | 46 | # maintain the below service order for all the entries |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 47 | service: |
| 48 | - |
Hardik Windlass | 256993e | 2022-05-24 09:55:46 +0530 | [diff] [blame] | 49 | name: DPU_MGMT_TRAFFIC |
Guru Prasanna | 0ae8e69 | 2025-05-02 15:03:40 +0530 | [diff] [blame] | 50 | c_tag: '4090' |
| 51 | s_tag: '4' |
Hardik Windlass | 256993e | 2022-05-24 09:55:46 +0530 | [diff] [blame] | 52 | - |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 53 | name: FTTB_SUBSCRIBER_TRAFFIC |
| 54 | c_tag: '101' |
| 55 | s_tag: '3101' |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 56 | uni_id: '1' |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 57 | dst: |
| 58 | - ip: null |