Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +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 | |
Andrea Campanella | f6bd86b | 2021-09-30 11:39:59 +0200 | [diff] [blame] | 17 | # Automated deployment configuration for systems running BBSim |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 18 | |
| 19 | # Change default values in tests |
| 20 | workflow: TT |
| 21 | has_dataplane: false |
| 22 | teardown_device: true |
| 23 | ONOS_REST_PORT: 8181 |
| 24 | ONOS_SSH_PORT: 8101 |
| 25 | OLT_PORT: 50060 |
| 26 | |
| 27 | nodes: |
| 28 | - |
| 29 | ip: '127.0.0.1' |
| 30 | |
| 31 | olts: |
| 32 | - |
| 33 | ip: bbsim0 |
| 34 | serial: BBSIM_OLT_10 |
| 35 | |
| 36 | onos_netcfg: |
| 37 | file: ${CURDIR}/../../data/onos-igmp.json |
| 38 | |
| 39 | hosts: |
| 40 | src: |
| 41 | - onu: 'BBSM000a0001' |
| 42 | olt: 'BBSIM_OLT_10' |
| 43 | c_tag: '900' |
| 44 | s_tag: '900' |
| 45 | service_type: 'hsia' |
| 46 | uni_id: 1 |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 47 | tp_id: '64' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 48 | - onu: 'BBSM000a0001' |
| 49 | olt: 'BBSIM_OLT_10' |
| 50 | c_tag: '444' |
| 51 | s_tag: '333' |
| 52 | uni_id: 1 |
| 53 | service_type: 'voip' |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 54 | tp_id: '65' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 55 | - onu: 'BBSM000a0001' |
| 56 | olt: 'BBSIM_OLT_10' |
| 57 | c_tag: '55' |
| 58 | s_tag: '555' |
| 59 | service_type: 'vod' |
| 60 | uni_id: 1 |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 61 | tp_id: '66' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 62 | - onu: 'BBSM000a0001' |
| 63 | olt: 'BBSIM_OLT_10' |
| 64 | c_tag: '55' |
| 65 | s_tag: '550' |
| 66 | service_type: 'mcast' |
| 67 | uni_id: 1 |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 68 | tp_id: '66' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 69 | - onu: 'BBSM000a0001' |
| 70 | olt: 'BBSIM_OLT_10' |
| 71 | c_tag: '901' |
| 72 | s_tag: '900' |
| 73 | service_type: 'hsia' |
| 74 | uni_id: 2 |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 75 | tp_id: '64' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 76 | - onu: 'BBSM000a0001' |
| 77 | olt: 'BBSIM_OLT_10' |
| 78 | c_tag: '444' |
| 79 | s_tag: '333' |
| 80 | uni_id: 2 |
| 81 | service_type: 'voip' |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 82 | tp_id: '65' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 83 | - onu: 'BBSM000a0001' |
| 84 | olt: 'BBSIM_OLT_10' |
| 85 | c_tag: '55' |
| 86 | s_tag: '555' |
| 87 | service_type: 'vod' |
| 88 | uni_id: 2 |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 89 | tp_id: '66' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 90 | - onu: 'BBSM000a0001' |
| 91 | olt: 'BBSIM_OLT_10' |
| 92 | c_tag: '55' |
| 93 | s_tag: '550' |
| 94 | service_type: 'mcast' |
| 95 | uni_id: 2 |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 96 | tp_id: '66' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 97 | - onu: 'BBSM000a0001' |
| 98 | olt: 'BBSIM_OLT_10' |
| 99 | c_tag: '902' |
| 100 | s_tag: '900' |
| 101 | service_type: 'hsia' |
| 102 | uni_id: 3 |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 103 | tp_id: '64' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 104 | - onu: 'BBSM000a0001' |
| 105 | olt: 'BBSIM_OLT_10' |
| 106 | c_tag: '444' |
| 107 | s_tag: '333' |
| 108 | uni_id: 3 |
| 109 | service_type: 'voip' |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 110 | tp_id: '65' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 111 | - onu: 'BBSM000a0001' |
| 112 | olt: 'BBSIM_OLT_10' |
| 113 | c_tag: '55' |
| 114 | s_tag: '555' |
| 115 | service_type: 'vod' |
| 116 | uni_id: 3 |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 117 | tp_id: '66' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 118 | - onu: 'BBSM000a0001' |
| 119 | olt: 'BBSIM_OLT_10' |
| 120 | c_tag: '55' |
| 121 | s_tag: '550' |
| 122 | service_type: 'mcast' |
| 123 | uni_id: 3 |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 124 | tp_id: '66' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 125 | - onu: 'BBSM000a0001' |
| 126 | olt: 'BBSIM_OLT_10' |
| 127 | c_tag: '903' |
| 128 | s_tag: '900' |
| 129 | service_type: 'hsia' |
| 130 | uni_id: 4 |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 131 | tp_id: '64' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 132 | - onu: 'BBSM000a0001' |
| 133 | olt: 'BBSIM_OLT_10' |
| 134 | c_tag: '444' |
| 135 | s_tag: '333' |
| 136 | uni_id: 4 |
| 137 | service_type: 'voip' |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 138 | tp_id: '65' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 139 | - onu: 'BBSM000a0001' |
| 140 | olt: 'BBSIM_OLT_10' |
| 141 | c_tag: '55' |
| 142 | s_tag: '555' |
| 143 | service_type: 'vod' |
| 144 | uni_id: 4 |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 145 | tp_id: '66' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 146 | - onu: 'BBSM000a0001' |
| 147 | olt: 'BBSIM_OLT_10' |
| 148 | c_tag: '55' |
| 149 | s_tag: '550' |
| 150 | service_type: 'mcast' |
| 151 | uni_id: 4 |
Hardik Windlass | b1bda36 | 2021-11-24 11:54:36 +0000 | [diff] [blame] | 152 | tp_id: '66' |
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 153 | |
| 154 | dst: |
| 155 | - ip: null |
| 156 | - ip: null |
| 157 | - ip: null |
| 158 | - ip: null |
| 159 | - ip: null |
| 160 | - ip: null |
| 161 | - ip: null |
| 162 | - ip: null |
| 163 | - ip: null |
| 164 | - ip: null |
| 165 | - ip: null |
| 166 | - ip: null |
| 167 | - ip: null |
| 168 | - ip: null |
| 169 | - ip: null |
| 170 | - ip: null |