Andrea Speranza | a8cf80b | 2022-05-26 10:09:59 +0200 | [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 systems running BBSim |
| 18 | |
| 19 | # Change default values in tests |
| 20 | workflow: TIM |
| 21 | has_dataplane: false |
| 22 | teardown_device: true |
| 23 | ONOS_REST_PORT: 8181 |
| 24 | ONOS_SSH_PORT: 8101 |
| 25 | OLT_PORT: 50060 |
| 26 | |
| 27 | # Actual Unused sadis.file but ready to future implementation |
| 28 | # sadis.file: ../data/tim-sadis-config.json |
| 29 | |
| 30 | nodes: |
| 31 | - |
| 32 | ip: '127.0.0.1' |
| 33 | |
| 34 | olts: |
| 35 | - ip: bbsim0.voltha.svc |
| 36 | serial: BBSIM_OLT_10 |
| 37 | |
| 38 | hosts: |
| 39 | src: |
| 40 | - onu: 'BBSM000a0001' |
| 41 | olt: 'BBSIM_OLT_10' |
| 42 | uni_tag: '835' |
| 43 | c_tag: '100' |
| 44 | s_tag: '4096' |
| 45 | service_type: 'hsia' |
| 46 | uni_id: 1 |
| 47 | tp_id: '64' |
| 48 | - onu: 'BBSM000a0002' |
| 49 | olt: 'BBSIM_OLT_10' |
| 50 | uni_tag: '835' |
| 51 | c_tag: '100' |
| 52 | s_tag: '4096' |
| 53 | service_type: 'hsia' |
| 54 | uni_id: 1 |
| 55 | tp_id: '64' |
| 56 | |
| 57 | dst: |
| 58 | - ip: null |
| 59 | - ip: null |