Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 1 | # Copyright 2017-present Open Networking Foundation |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | # Automated deployment configuration for Flex POD 1 , olt/onu are connected to this |
| 16 | |
| 17 | --- |
| 18 | |
| 19 | kube_config: 'flex-ocp-cord-voltha-master.conf' |
| 20 | |
| 21 | nodes: |
| 22 | - |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 23 | ip: '10.90.0.221' |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 24 | user: 'cord' |
| 25 | pass: 'cord' |
| 26 | - |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 27 | ip: '10.90.0.222' |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 28 | user: 'cord' |
| 29 | pass: 'cord' |
| 30 | - |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 31 | ip: '10.90.0.223' |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 32 | user: 'cord' |
| 33 | pass: 'cord' |
| 34 | |
| 35 | fabric_switches: |
| 36 | - |
| 37 | mac: 'cc:37:ab:5b:6d:a8' |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 38 | ip: '10.90.0.224' |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 39 | user: 'root' |
| 40 | pass: 'onl' |
Girish Gowdra | a0db7f3 | 2021-03-01 19:54:52 -0800 | [diff] [blame] | 41 | bngPort: '31' |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 42 | device_id: 'of:0000000000000001' |
| 43 | |
| 44 | olts: |
| 45 | - |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 46 | ip: '10.90.0.225' |
| 47 | sship: '10.90.0.225' |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 48 | user: 'root' |
| 49 | pass: 'onl' |
| 50 | fortygig: 'true' |
Girish Gowdra | a0db7f3 | 2021-03-01 19:54:52 -0800 | [diff] [blame] | 51 | aggPort: '1' |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 52 | serial: 'EC1838000853' |
Girish Gowdra | 449edb6 | 2021-06-23 15:34:55 -0700 | [diff] [blame] | 53 | oltDebVersion: openolt_asfvolt16-3.4.8-eec0fc9e9a01dc0d35b0b8441e0a22a4c0cc51b4-40G-NNI.deb |
Girish Gowdra | 8311252 | 2021-07-07 12:05:42 -0700 | [diff] [blame] | 54 | board_technology: XGS-PON |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 55 | |
| 56 | onus: |
| 57 | - |
| 58 | serial: 'ALPHe3d1cfa7' |
| 59 | |
| 60 | hosts: |
| 61 | src: |
| 62 | - |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 63 | ip: '10.90.0.221' |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 64 | user: 'cord' |
| 65 | pass: 'cord' |
Girish Gowdra | f071bd4 | 2021-03-05 18:43:45 -0800 | [diff] [blame] | 66 | dp_iface_name: 'eth1.35' |
| 67 | container_type: LXC |
| 68 | container_name: ALPHe3d1cea3 |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 69 | onu: 'ALPHe3d1cea3' |
| 70 | olt: 'EC1838000853' |
| 71 | c_tag: '801' |
| 72 | s_tag: '111' |
| 73 | power_switch_port: 1 |
| 74 | onu_type: 'alpha' |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 75 | service_type: 'hsia' |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 76 | uni_id: '1' |
Suchitra Vemuri | 4afd86a | 2020-07-10 18:13:53 -0700 | [diff] [blame] | 77 | - |
Girish Gowdra | c83cb66 | 2021-03-01 12:37:10 -0800 | [diff] [blame] | 78 | ip: '10.90.0.222' |
Suchitra Vemuri | 4afd86a | 2020-07-10 18:13:53 -0700 | [diff] [blame] | 79 | user: 'cord' |
| 80 | pass: 'cord' |
Girish Gowdra | f071bd4 | 2021-03-05 18:43:45 -0800 | [diff] [blame] | 81 | dp_iface_name: 'eth1.35' |
| 82 | container_type: LXC |
| 83 | container_name: ALPHe3d1ceb7 |
Suchitra Vemuri | 4afd86a | 2020-07-10 18:13:53 -0700 | [diff] [blame] | 84 | onu: 'ALPHe3d1ceb7' |
| 85 | olt: 'EC1838000853' |
| 86 | c_tag: '101' |
| 87 | s_tag: '222' |
| 88 | power_switch_port: 2 |
| 89 | onu_type: 'alpha' |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 90 | service_type: 'hsia' |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 91 | uni_id: '1' |
Suchitra Vemuri | 7c13071 | 2020-07-13 15:32:47 -0700 | [diff] [blame] | 92 | - |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 93 | ip: '10.90.0.221' |
Suchitra Vemuri | 7c13071 | 2020-07-13 15:32:47 -0700 | [diff] [blame] | 94 | user: 'cord' |
| 95 | pass: 'cord' |
Girish Gowdra | f071bd4 | 2021-03-05 18:43:45 -0800 | [diff] [blame] | 96 | dp_iface_name: 'eth1.65' |
| 97 | container_type: LXC |
| 98 | container_name: ALPHe3d1cea3 |
Suchitra Vemuri | 7c13071 | 2020-07-13 15:32:47 -0700 | [diff] [blame] | 99 | onu: 'ALPHe3d1cea3' |
| 100 | olt: 'EC1838000853' |
| 101 | c_tag: '444' |
| 102 | s_tag: '333' |
| 103 | power_switch_port: 1 |
| 104 | onu_type: '' |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 105 | service_type: 'voip' |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 106 | uni_id: '1' |
Suchitra Vemuri | 7c13071 | 2020-07-13 15:32:47 -0700 | [diff] [blame] | 107 | - |
Girish Gowdra | c83cb66 | 2021-03-01 12:37:10 -0800 | [diff] [blame] | 108 | ip: '10.90.0.222' |
Suchitra Vemuri | 7c13071 | 2020-07-13 15:32:47 -0700 | [diff] [blame] | 109 | user: 'cord' |
| 110 | pass: 'cord' |
Girish Gowdra | f071bd4 | 2021-03-05 18:43:45 -0800 | [diff] [blame] | 111 | dp_iface_name: 'eth1.65' |
| 112 | container_type: LXC |
| 113 | container_name: ALPHe3d1ceb7 |
Suchitra Vemuri | 7c13071 | 2020-07-13 15:32:47 -0700 | [diff] [blame] | 114 | onu: 'ALPHe3d1ceb7' |
| 115 | olt: 'EC1838000853' |
| 116 | c_tag: '444' |
| 117 | s_tag: '333' |
| 118 | power_switch_port: 2 |
| 119 | onu_type: '' |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 120 | service_type: 'voip' |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 121 | uni_id: '1' |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 122 | - |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 123 | ip: '10.90.0.221' |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 124 | user: 'cord' |
| 125 | pass: 'cord' |
Girish Gowdra | f071bd4 | 2021-03-05 18:43:45 -0800 | [diff] [blame] | 126 | dp_iface_name: 'eth1.55' |
| 127 | container_type: LXC |
| 128 | container_name: ALPHe3d1cea3 |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 129 | onu: 'ALPHe3d1cea3' |
| 130 | olt: 'EC1838000853' |
| 131 | c_tag: '55' |
| 132 | s_tag: '555' |
| 133 | power_switch_port: 1 |
| 134 | onu_type: '' |
| 135 | service_type: 'vod' |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 136 | uni_id: '1' |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 137 | - |
Girish Gowdra | c83cb66 | 2021-03-01 12:37:10 -0800 | [diff] [blame] | 138 | ip: '10.90.0.222' |
Suchitra Vemuri | 2284260 | 2020-07-28 15:31:37 -0700 | [diff] [blame] | 139 | user: 'cord' |
| 140 | pass: 'cord' |
Girish Gowdra | f071bd4 | 2021-03-05 18:43:45 -0800 | [diff] [blame] | 141 | dp_iface_name: 'eth1.55' |
| 142 | container_type: LXC |
| 143 | container_name: ALPHe3d1ceb7 |
Suchitra Vemuri | 2284260 | 2020-07-28 15:31:37 -0700 | [diff] [blame] | 144 | onu: 'ALPHe3d1ceb7' |
| 145 | olt: 'EC1838000853' |
| 146 | c_tag: '55' |
| 147 | s_tag: '555' |
| 148 | power_switch_port: 2 |
| 149 | onu_type: '' |
| 150 | service_type: 'vod' |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 151 | uni_id: '1' |
Suchitra Vemuri | 2284260 | 2020-07-28 15:31:37 -0700 | [diff] [blame] | 152 | - |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 153 | ip: '10.90.0.221' |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 154 | user: 'cord' |
| 155 | pass: 'cord' |
Girish Gowdra | f071bd4 | 2021-03-05 18:43:45 -0800 | [diff] [blame] | 156 | dp_iface_name: 'eth1.55' |
| 157 | container_type: LXC |
| 158 | container_name: ALPHe3d1cea3 |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 159 | onu: 'ALPHe3d1cea3' |
| 160 | olt: 'EC1838000853' |
| 161 | c_tag: '55' |
| 162 | s_tag: '550' |
| 163 | power_switch_port: 1 |
| 164 | onu_type: '' |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 165 | mcast_rg: '10.11.6.3/24' |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 166 | mcast_grp_subnet_mask: '224.0.0.0/4' |
| 167 | service_type: 'mcast' |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 168 | uni_id: '1' |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 169 | dst: |
| 170 | - |
| 171 | ip: null |
| 172 | user: null |
| 173 | pass: null |
| 174 | dp_iface_name: null |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 175 | dp_iface_ip_qinq: '10.11.1.254' |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 176 | dp_iface_ip: null |
| 177 | dp_iface_gateway: null |
| 178 | container_type: null |
| 179 | container_name: null |
Suchitra Vemuri | 4afd86a | 2020-07-10 18:13:53 -0700 | [diff] [blame] | 180 | - |
| 181 | ip: null |
| 182 | user: null |
| 183 | pass: null |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 184 | noroot_ip: '10.90.0.223' |
Suchitra Vemuri | 4afd86a | 2020-07-10 18:13:53 -0700 | [diff] [blame] | 185 | noroot_user: cord |
| 186 | noroot_pass: cord |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 187 | dp_iface_name: ens6f1 |
| 188 | dp_iface_ip_qinq: '10.11.2.254' |
Suchitra Vemuri | 4afd86a | 2020-07-10 18:13:53 -0700 | [diff] [blame] | 189 | dp_iface_ip: null |
| 190 | dp_iface_gateway: null |
| 191 | container_type: null |
| 192 | container_name: null |
Suchitra Vemuri | 7c13071 | 2020-07-13 15:32:47 -0700 | [diff] [blame] | 193 | - |
| 194 | ip: null |
| 195 | user: null |
| 196 | pass: null |
| 197 | dp_iface_name: null |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 198 | dp_iface_ip_qinq: '10.11.4.254' |
Suchitra Vemuri | 7c13071 | 2020-07-13 15:32:47 -0700 | [diff] [blame] | 199 | dp_iface_ip: null |
| 200 | dp_iface_gateway: null |
| 201 | container_type: null |
| 202 | container_name: null |
| 203 | - |
| 204 | ip: null |
| 205 | user: null |
| 206 | pass: null |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 207 | noroot_ip: '10.90.0.223' |
Suchitra Vemuri | 7c13071 | 2020-07-13 15:32:47 -0700 | [diff] [blame] | 208 | noroot_user: cord |
| 209 | noroot_pass: cord |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 210 | dp_iface_name: ens6f1 |
| 211 | dp_iface_ip_qinq: '10.11.4.254' |
Suchitra Vemuri | 7c13071 | 2020-07-13 15:32:47 -0700 | [diff] [blame] | 212 | dp_iface_ip: null |
| 213 | dp_iface_gateway: null |
| 214 | container_type: null |
| 215 | container_name: null |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 216 | - |
| 217 | ip: null |
| 218 | user: null |
| 219 | pass: null |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 220 | noroot_ip: '10.90.0.223' |
Suchitra Vemuri | 2284260 | 2020-07-28 15:31:37 -0700 | [diff] [blame] | 221 | noroot_user: cord |
| 222 | noroot_pass: cord |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 223 | dp_iface_name: ens6f1 |
| 224 | dp_iface_ip_qinq: '10.11.5.254' |
Suchitra Vemuri | 2284260 | 2020-07-28 15:31:37 -0700 | [diff] [blame] | 225 | dp_iface_ip: null |
| 226 | dp_iface_gateway: null |
| 227 | container_type: null |
| 228 | container_name: null |
| 229 | - |
| 230 | ip: null |
| 231 | user: null |
| 232 | pass: null |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 233 | dp_iface_name: null |
Girish Gowdra | f071bd4 | 2021-03-05 18:43:45 -0800 | [diff] [blame] | 234 | dp_iface_ip_qinq: '10.11.5.254' |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 235 | dp_iface_ip: null |
| 236 | dp_iface_gateway: null |
| 237 | container_type: null |
| 238 | container_name: null |
| 239 | - |
| 240 | ip: null |
| 241 | user: null |
| 242 | pass: null |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 243 | bng_ip: '10.90.0.223' |
Suchitra Vemuri | 413bd7d | 2020-07-16 23:45:07 -0700 | [diff] [blame] | 244 | bng_user: cord |
| 245 | bng_pass: cord |
| 246 | dp_iface_name: null |
| 247 | dp_iface_ip_qinq: '225.22.0.2' |
| 248 | dp_iface_ip: null |
| 249 | dp_iface_gateway: null |
| 250 | container_type: null |
| 251 | container_name: null |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 252 | web_power_switch: |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 253 | ip: '10.90.0.229' |
| 254 | user: 'cord' |
| 255 | password: 'cord' |
Suchitra Vemuri | b569c6a | 2020-06-26 19:23:23 -0700 | [diff] [blame] | 256 | type: 'DLI' |