TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [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 kind-voltha running BBSim |
| 18 | |
| 19 | # Change default values in tests |
| 20 | workflow: TT |
| 21 | has_dataplane: false |
| 22 | external_libs: false |
| 23 | teardown_device: true |
| 24 | ONOS_REST_PORT: 8181 |
| 25 | ONOS_SSH_PORT: 8101 |
| 26 | OLT_PORT: 50060 |
| 27 | |
| 28 | nodes: |
| 29 | - |
| 30 | ip: '127.0.0.1' |
| 31 | |
| 32 | olts: |
| 33 | - |
| 34 | ip: bbsim0.voltha.svc |
| 35 | serial: BBSIM_OLT_10 |
| 36 | - |
| 37 | ip: bbsim1.voltha.svc |
| 38 | serial: BBSIM_OLT_11 |
| 39 | |
| 40 | hosts: |
| 41 | src: |
| 42 | - |
| 43 | onu: 'BBSM000a0001' |
| 44 | olt: 'BBSIM_OLT_10' |
| 45 | c_tag: '900' |
| 46 | s_tag: '900' |
| 47 | service_type: 'hsia' |
| 48 | - |
| 49 | onu: 'BBSM000a0001' |
| 50 | olt: 'BBSIM_OLT_10' |
| 51 | c_tag: '444' |
| 52 | s_tag: '333' |
| 53 | service_type: 'voip' |
| 54 | - |
| 55 | onu: 'BBSM000a0001' |
| 56 | olt: 'BBSIM_OLT_10' |
| 57 | c_tag: '55' |
| 58 | s_tag: '555' |
| 59 | service_type: 'vod' |
| 60 | - |
| 61 | onu: 'BBSM000a0001' |
| 62 | olt: 'BBSIM_OLT_10' |
| 63 | c_tag: '55' |
| 64 | s_tag: '550' |
| 65 | service_type: 'mcast' |
| 66 | - |
| 67 | onu: 'BBSM000a0002' |
| 68 | olt: 'BBSIM_OLT_10' |
| 69 | c_tag: '901' |
| 70 | s_tag: '900' |
| 71 | service_type: 'hsia' |
| 72 | - |
| 73 | onu: 'BBSM000a0002' |
| 74 | olt: 'BBSIM_OLT_10' |
| 75 | c_tag: '444' |
| 76 | s_tag: '333' |
| 77 | service_type: 'voip' |
| 78 | - |
| 79 | onu: 'BBSM000a0002' |
| 80 | olt: 'BBSIM_OLT_10' |
| 81 | c_tag: '55' |
| 82 | s_tag: '555' |
| 83 | service_type: 'vod' |
| 84 | - |
| 85 | onu: 'BBSM000a0002' |
| 86 | olt: 'BBSIM_OLT_10' |
| 87 | c_tag: '55' |
| 88 | s_tag: '550' |
| 89 | service_type: 'mcast' |
| 90 | - |
| 91 | onu: 'BBSM000a0101' |
| 92 | olt: 'BBSIM_OLT_10' |
| 93 | c_tag: '902' |
| 94 | s_tag: '900' |
| 95 | service_type: 'hsia' |
| 96 | - |
| 97 | onu: 'BBSM000a0101' |
| 98 | olt: 'BBSIM_OLT_10' |
| 99 | c_tag: '444' |
| 100 | s_tag: '333' |
| 101 | service_type: 'voip' |
| 102 | - |
| 103 | onu: 'BBSM000a0101' |
| 104 | olt: 'BBSIM_OLT_10' |
| 105 | c_tag: '55' |
| 106 | s_tag: '555' |
| 107 | service_type: 'vod' |
| 108 | - |
| 109 | onu: 'BBSM000a0101' |
| 110 | olt: 'BBSIM_OLT_10' |
| 111 | c_tag: '55' |
| 112 | s_tag: '550' |
| 113 | service_type: 'mcast' |
| 114 | - |
| 115 | onu: 'BBSM000a0102' |
| 116 | olt: 'BBSIM_OLT_10' |
| 117 | c_tag: '903' |
| 118 | s_tag: '900' |
| 119 | service_type: 'hsia' |
| 120 | - |
| 121 | onu: 'BBSM000a0102' |
| 122 | olt: 'BBSIM_OLT_10' |
| 123 | c_tag: '444' |
| 124 | s_tag: '333' |
| 125 | service_type: 'voip' |
| 126 | - |
| 127 | onu: 'BBSM000a0102' |
| 128 | olt: 'BBSIM_OLT_10' |
| 129 | c_tag: '55' |
| 130 | s_tag: '555' |
| 131 | service_type: 'vod' |
| 132 | - |
| 133 | onu: 'BBSM000a0102' |
| 134 | olt: 'BBSIM_OLT_10' |
| 135 | c_tag: '55' |
| 136 | s_tag: '550' |
| 137 | service_type: 'mcast' |
| 138 | - |
| 139 | onu: 'BBSM000b0001' |
| 140 | olt: 'BBSIM_OLT_11' |
| 141 | c_tag: '900' |
| 142 | s_tag: '901' |
| 143 | service_type: 'hsia' |
| 144 | - |
| 145 | onu: 'BBSM000b0001' |
| 146 | olt: 'BBSIM_OLT_11' |
| 147 | c_tag: '444' |
| 148 | s_tag: '333' |
| 149 | service_type: 'voip' |
| 150 | - |
| 151 | onu: 'BBSM000b0001' |
| 152 | olt: 'BBSIM_OLT_11' |
| 153 | c_tag: '55' |
| 154 | s_tag: '555' |
| 155 | service_type: 'vod' |
| 156 | - |
| 157 | onu: 'BBSM000b0001' |
| 158 | olt: 'BBSIM_OLT_11' |
| 159 | c_tag: '55' |
| 160 | s_tag: '550' |
| 161 | service_type: 'mcast' |
| 162 | - |
| 163 | onu: 'BBSM000b0002' |
| 164 | olt: 'BBSIM_OLT_11' |
| 165 | c_tag: '901' |
| 166 | s_tag: '901' |
| 167 | service_type: 'hsia' |
| 168 | - |
| 169 | onu: 'BBSM000b0002' |
| 170 | olt: 'BBSIM_OLT_11' |
| 171 | c_tag: '444' |
| 172 | s_tag: '333' |
| 173 | service_type: 'voip' |
| 174 | - |
| 175 | onu: 'BBSM000b0002' |
| 176 | olt: 'BBSIM_OLT_11' |
| 177 | c_tag: '55' |
| 178 | s_tag: '555' |
| 179 | service_type: 'vod' |
| 180 | - |
| 181 | onu: 'BBSM000b0002' |
| 182 | olt: 'BBSIM_OLT_11' |
| 183 | c_tag: '55' |
| 184 | s_tag: '550' |
| 185 | service_type: 'mcast' |
| 186 | - |
| 187 | onu: 'BBSM000b0101' |
| 188 | olt: 'BBSIM_OLT_11' |
| 189 | c_tag: '902' |
| 190 | s_tag: '901' |
| 191 | service_type: 'hsia' |
| 192 | - |
| 193 | onu: 'BBSM000b0101' |
| 194 | olt: 'BBSIM_OLT_11' |
| 195 | c_tag: '444' |
| 196 | s_tag: '333' |
| 197 | service_type: 'voip' |
| 198 | - |
| 199 | onu: 'BBSM000b0101' |
| 200 | olt: 'BBSIM_OLT_11' |
| 201 | c_tag: '55' |
| 202 | s_tag: '555' |
| 203 | service_type: 'vod' |
| 204 | - |
| 205 | onu: 'BBSM000b0101' |
| 206 | olt: 'BBSIM_OLT_11' |
| 207 | c_tag: '55' |
| 208 | s_tag: '550' |
| 209 | service_type: 'mcast' |
| 210 | - |
| 211 | onu: 'BBSM000b0102' |
| 212 | olt: 'BBSIM_OLT_11' |
| 213 | c_tag: '903' |
| 214 | s_tag: '901' |
| 215 | service_type: 'hsia' |
| 216 | - |
| 217 | onu: 'BBSM000b0102' |
| 218 | olt: 'BBSIM_OLT_11' |
| 219 | c_tag: '444' |
| 220 | s_tag: '333' |
| 221 | service_type: 'voip' |
| 222 | - |
| 223 | onu: 'BBSM000b0102' |
| 224 | olt: 'BBSIM_OLT_11' |
| 225 | c_tag: '55' |
| 226 | s_tag: '555' |
| 227 | service_type: 'vod' |
| 228 | - |
| 229 | onu: 'BBSM000b0102' |
| 230 | olt: 'BBSIM_OLT_11' |
| 231 | c_tag: '55' |
| 232 | s_tag: '550' |
| 233 | service_type: 'mcast' |
| 234 | dst: |
| 235 | - ip: null |
| 236 | - ip: null |
| 237 | - ip: null |
| 238 | - ip: null |
| 239 | - ip: null |
| 240 | - ip: null |
| 241 | - ip: null |
| 242 | - ip: null |
| 243 | - ip: null |
| 244 | - ip: null |
| 245 | - ip: null |
| 246 | - ip: null |
| 247 | - ip: null |
| 248 | - ip: null |
| 249 | - ip: null |
| 250 | - ip: null |
| 251 | - ip: null |
| 252 | - ip: null |
| 253 | - ip: null |
| 254 | - ip: null |
| 255 | - ip: null |
| 256 | - ip: null |
| 257 | - ip: null |
| 258 | - ip: null |
| 259 | - ip: null |
| 260 | - ip: null |
| 261 | - ip: null |
| 262 | - ip: null |
| 263 | - ip: null |
| 264 | - ip: null |
| 265 | - ip: null |
| 266 | - ip: null |