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 | |
| 29 | nodes: |
| 30 | - |
| 31 | ip: '127.0.0.1' |
| 32 | |
| 33 | olts: |
| 34 | - |
| 35 | ip: bbsim0 |
| 36 | serial: BBSIM_OLT_10 |
| 37 | |
| 38 | hosts: |
| 39 | src: |
| 40 | - |
| 41 | onu: 'BBSM000a0001' |
| 42 | olt: 'BBSIM_OLT_10' |
Hardik Windlass | 256993e | 2022-05-24 09:55:46 +0530 | [diff] [blame] | 43 | # maintain the below service order for all the entries |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 44 | service: |
| 45 | - |
Hardik Windlass | 256993e | 2022-05-24 09:55:46 +0530 | [diff] [blame] | 46 | name: DPU_MGMT_TRAFFIC |
| 47 | c_tag: '6' |
| 48 | s_tag: '60' |
| 49 | - |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 50 | name: FTTB_SUBSCRIBER_TRAFFIC |
| 51 | c_tag: '101' |
| 52 | s_tag: '3101' |
| 53 | - |
| 54 | name: DPU_ANCP_TRAFFIC |
| 55 | c_tag: '4' |
| 56 | s_tag: '40' |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 57 | uni_id: '1' |
| 58 | - |
| 59 | onu: 'BBSM000a0001' |
| 60 | olt: 'BBSIM_OLT_10' |
| 61 | service: |
| 62 | - |
Hardik Windlass | 256993e | 2022-05-24 09:55:46 +0530 | [diff] [blame] | 63 | name: DPU_MGMT_TRAFFIC |
| 64 | c_tag: '6' |
| 65 | s_tag: '60' |
| 66 | - |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 67 | name: FTTB_SUBSCRIBER_TRAFFIC |
| 68 | c_tag: '102' |
| 69 | s_tag: '3102' |
| 70 | - |
| 71 | name: DPU_ANCP_TRAFFIC |
| 72 | c_tag: '4' |
| 73 | s_tag: '40' |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 74 | uni_id: '2' |
| 75 | - |
| 76 | onu: 'BBSM000a0002' |
| 77 | olt: 'BBSIM_OLT_10' |
| 78 | service: |
| 79 | - |
Hardik Windlass | 256993e | 2022-05-24 09:55:46 +0530 | [diff] [blame] | 80 | name: DPU_MGMT_TRAFFIC |
| 81 | c_tag: '6' |
| 82 | s_tag: '60' |
| 83 | - |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 84 | name: FTTB_SUBSCRIBER_TRAFFIC |
| 85 | c_tag: '105' |
| 86 | s_tag: '3105' |
| 87 | - |
| 88 | name: DPU_ANCP_TRAFFIC |
| 89 | c_tag: '4' |
| 90 | s_tag: '40' |
Hardik Windlass | a7b34be | 2022-03-22 17:28:31 +0000 | [diff] [blame] | 91 | uni_id: '1' |
| 92 | |
| 93 | dst: |
| 94 | - ip: null |
| 95 | - ip: null |
| 96 | - ip: null |