Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [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 INFOSYS POD , olt/onu are connected to this |
| 16 | |
| 17 | --- |
| 18 | |
Gayathri.Selvan | ed9f666 | 2020-07-17 14:16:50 +0530 | [diff] [blame^] | 19 | kube_config: 'infosys-pod.conf' |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 20 | |
| 21 | nodes: |
| 22 | - |
Hema | 04e7005 | 2020-02-12 18:51:59 +0530 | [diff] [blame] | 23 | ip: '192.168.10.21' |
Suchitra Vemuri | 805e0fd | 2020-01-22 16:50:16 -0800 | [diff] [blame] | 24 | user: 'ubuntu' |
| 25 | pass: 'ubuntu' |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 26 | |
| 27 | fabric_switches: |
| 28 | - |
| 29 | mac: 'b8:6a:97:8b:ef:3c' |
Hema | 04e7005 | 2020-02-12 18:51:59 +0530 | [diff] [blame] | 30 | ip: '192.168.10.30' |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 31 | user: 'root' |
| 32 | pass: 'onl' |
| 33 | bngPort: '3' |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 34 | device_id: 'of:0000000000000001' |
| 35 | |
| 36 | olts: |
| 37 | - |
Hema | e14875b | 2020-06-03 11:08:56 +0530 | [diff] [blame] | 38 | ip: '192.168.10.75' |
Suchitra Vemuri | 61bf756 | 2020-07-14 22:12:33 -0700 | [diff] [blame] | 39 | sship: '192.168.10.75' |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 40 | user: 'root' |
| 41 | pass: 'onl' |
| 42 | fortygig: 'true' |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 43 | aggPort: '10' |
Hema | e14875b | 2020-06-03 11:08:56 +0530 | [diff] [blame] | 44 | serial: 'EC1917000123' |
Gayathri.Selvan | ed9f666 | 2020-07-17 14:16:50 +0530 | [diff] [blame^] | 45 | oltDebVersion: openolt_asfvolt16-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb |
| 46 | oltDebVersion23: openolt_asfvolt16-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 47 | |
| 48 | onus: |
| 49 | - |
| 50 | serial: 'ISKT71e82118' |
| 51 | |
| 52 | hosts: |
| 53 | src: |
| 54 | - |
Hema | 04e7005 | 2020-02-12 18:51:59 +0530 | [diff] [blame] | 55 | ip: '192.168.10.25' |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 56 | user: 'voltharg' |
| 57 | pass: 'voltharg' |
Hema | a83290c | 2020-03-05 16:43:47 +0530 | [diff] [blame] | 58 | dp_iface_name: 'ens10' |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 59 | container_type: null |
| 60 | container_name: null |
Hema | e14875b | 2020-06-03 11:08:56 +0530 | [diff] [blame] | 61 | olt: 'EC1917000123' |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 62 | onu: 'ISKT71e82118' |
| 63 | c_tag: '222' |
| 64 | s_tag: '111' |
Hung-Wei Chiu | a0cdedb | 2020-05-29 15:23:19 -0700 | [diff] [blame] | 65 | onu_type: 'iskratel' |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 66 | |
| 67 | dst: |
| 68 | - |
| 69 | ip: null |
| 70 | user: null |
| 71 | pass: null |
| 72 | dp_iface_name: null |
Gayathri.Selvan | ed9f666 | 2020-07-17 14:16:50 +0530 | [diff] [blame^] | 73 | noroot_ip: '192.168.10.24' |
Gayathri.Selvan | 69518e9 | 2020-07-08 20:28:24 +0530 | [diff] [blame] | 74 | noroot_user: volthadhcp |
| 75 | noroot_pass: volthadhcp |
| 76 | dp_iface_name: ens10 |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 77 | dp_iface_ip_qinq: '192.168.20.254' |
| 78 | dp_iface_ip: null |
| 79 | dp_iface_gateway: null |
| 80 | container_type: null |
| 81 | container_name: null |