LupoAndreaSperanza | 0f3fbc2 | 2023-05-16 21:02:40 +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 |
| 36 | serial: BBSIM_OLT_10 |
| 37 | - ip: bbsim1 |
| 38 | serial: BBSIM_OLT_11 |
| 39 | |
| 40 | hosts: |
| 41 | src: |
| 42 | - onu: 'BBSM000a0001' |
| 43 | olt: 'BBSIM_OLT_10' |
| 44 | uni_tag: '835' |
| 45 | c_tag: '100' |
| 46 | s_tag: '4096' |
| 47 | service_type: 'hsia' |
| 48 | uni_id: 1 |
| 49 | tp_id: '64' |
| 50 | - onu: 'BBSM000a0001' |
| 51 | olt: 'BBSIM_OLT_10' |
| 52 | uni_tag: '836' |
| 53 | c_tag: '101' |
| 54 | s_tag: '4096' |
| 55 | service_type: 'vod' |
| 56 | subMcast: |
| 57 | - 224.0.0.22 |
| 58 | uni_id: 1 |
| 59 | tp_id: '64' |
| 60 | - onu: 'BBSM000a0002' |
| 61 | olt: 'BBSIM_OLT_10' |
| 62 | uni_tag: '835' |
| 63 | c_tag: '100' |
| 64 | s_tag: '4096' |
| 65 | service_type: 'hsia' |
| 66 | uni_id: 1 |
| 67 | tp_id: '64' |
| 68 | - onu: 'BBSM000a0002' |
| 69 | olt: 'BBSIM_OLT_10' |
| 70 | uni_tag: '836' |
| 71 | c_tag: '101' |
| 72 | s_tag: '4096' |
| 73 | service_type: 'vod' |
| 74 | subMcast: |
| 75 | - 224.0.0.24 |
| 76 | uni_id: 1 |
| 77 | tp_id: '64' |
| 78 | - onu: 'BBSM000a0101' |
| 79 | olt: 'BBSIM_OLT_10' |
| 80 | uni_tag: '835' |
| 81 | c_tag: '100' |
| 82 | s_tag: '4096' |
| 83 | service_type: 'hsia' |
| 84 | uni_id: 1 |
| 85 | tp_id: '64' |
| 86 | - onu: 'BBSM000a0101' |
| 87 | olt: 'BBSIM_OLT_10' |
| 88 | uni_tag: '836' |
| 89 | c_tag: '101' |
| 90 | s_tag: '4096' |
| 91 | service_type: 'vod' |
| 92 | subMcast: |
| 93 | - 224.0.0.25 |
| 94 | - 224.0.0.22 |
| 95 | uni_id: 1 |
| 96 | tp_id: '64' |
| 97 | - onu: 'BBSM000a0102' |
| 98 | olt: 'BBSIM_OLT_10' |
| 99 | uni_tag: '835' |
| 100 | c_tag: '100' |
| 101 | s_tag: '4096' |
| 102 | service_type: 'hsia' |
| 103 | uni_id: 1 |
| 104 | tp_id: '64' |
| 105 | - onu: 'BBSM000a0102' |
| 106 | olt: 'BBSIM_OLT_10' |
| 107 | uni_tag: '836' |
| 108 | c_tag: '101' |
| 109 | s_tag: '4096' |
| 110 | service_type: 'vod' |
| 111 | subMcast: |
| 112 | - 224.0.0.24 |
| 113 | uni_id: 1 |
| 114 | tp_id: '64' |
| 115 | - onu: 'BBSM000b0001' |
| 116 | olt: 'BBSIM_OLT_11' |
| 117 | uni_tag: '835' |
| 118 | c_tag: '100' |
| 119 | s_tag: '4096' |
| 120 | service_type: 'hsia' |
| 121 | uni_id: 1 |
| 122 | tp_id: '64' |
| 123 | - onu: 'BBSM000b0001' |
| 124 | olt: 'BBSIM_OLT_11' |
| 125 | uni_tag: '836' |
| 126 | c_tag: '101' |
| 127 | s_tag: '4096' |
| 128 | service_type: 'vod' |
| 129 | subMcast: |
| 130 | - 224.0.0.22 |
| 131 | uni_id: 1 |
| 132 | tp_id: '64' |
| 133 | - onu: 'BBSM000b0002' |
| 134 | olt: 'BBSIM_OLT_11' |
| 135 | uni_tag: '835' |
| 136 | c_tag: '100' |
| 137 | s_tag: '4096' |
| 138 | service_type: 'hsia' |
| 139 | uni_id: 1 |
| 140 | tp_id: '64' |
| 141 | - onu: 'BBSM000b0002' |
| 142 | olt: 'BBSIM_OLT_11' |
| 143 | uni_tag: '836' |
| 144 | c_tag: '101' |
| 145 | s_tag: '4096' |
| 146 | service_type: 'vod' |
| 147 | subMcast: |
| 148 | - 224.0.0.24 |
| 149 | uni_id: 1 |
| 150 | tp_id: '64' |
| 151 | - onu: 'BBSM000b0101' |
| 152 | olt: 'BBSIM_OLT_11' |
| 153 | uni_tag: '835' |
| 154 | c_tag: '100' |
| 155 | s_tag: '4096' |
| 156 | service_type: 'hsia' |
| 157 | uni_id: 1 |
| 158 | tp_id: '64' |
| 159 | - onu: 'BBSM000b0101' |
| 160 | olt: 'BBSIM_OLT_11' |
| 161 | uni_tag: '836' |
| 162 | c_tag: '101' |
| 163 | s_tag: '4096' |
| 164 | service_type: 'vod' |
| 165 | subMcast: |
| 166 | - 224.0.0.25 |
| 167 | - 224.0.0.22 |
| 168 | uni_id: 1 |
| 169 | tp_id: '64' |
| 170 | - onu: 'BBSM000b0102' |
| 171 | olt: 'BBSIM_OLT_11' |
| 172 | uni_tag: '835' |
| 173 | c_tag: '100' |
| 174 | s_tag: '4096' |
| 175 | service_type: 'hsia' |
| 176 | uni_id: 1 |
| 177 | tp_id: '64' |
| 178 | - onu: 'BBSM000b0102' |
| 179 | olt: 'BBSIM_OLT_11' |
| 180 | uni_tag: '836' |
| 181 | c_tag: '101' |
| 182 | s_tag: '4096' |
| 183 | service_type: 'vod' |
| 184 | subMcast: |
| 185 | - 224.0.0.24 |
| 186 | uni_id: 1 |
| 187 | tp_id: '64' |
| 188 | |
| 189 | dst: |
| 190 | - ip: null |
| 191 | - ip: null |
| 192 | - ip: null |
| 193 | - ip: null |
| 194 | - ip: null |
| 195 | - ip: null |
| 196 | - ip: null |
| 197 | - ip: null |
| 198 | - ip: null |
| 199 | - ip: null |
| 200 | - ip: null |
| 201 | - ip: null |
| 202 | - ip: null |
| 203 | - ip: null |
| 204 | - ip: null |
| 205 | - ip: null |