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 | |
| 19 | kube_config: 'infosys.conf' |
| 20 | |
| 21 | nodes: |
| 22 | - |
Suchitra Vemuri | 805e0fd | 2020-01-22 16:50:16 -0800 | [diff] [blame] | 23 | ip: '192.168.10.13' |
| 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' |
| 30 | ip: '192.168.10.3' |
| 31 | user: 'root' |
| 32 | pass: 'onl' |
| 33 | bngPort: '3' |
| 34 | oltPort: '10' |
| 35 | device_id: 'of:0000000000000001' |
| 36 | |
| 37 | olts: |
| 38 | - |
| 39 | ip: '192.168.10.2' |
| 40 | user: 'root' |
| 41 | pass: 'onl' |
| 42 | fortygig: 'true' |
| 43 | serial: 'EC1917000121' |
| 44 | |
| 45 | onus: |
| 46 | - |
| 47 | serial: 'ISKT71e82118' |
| 48 | |
| 49 | hosts: |
| 50 | src: |
| 51 | - |
| 52 | ip: '192.168.10.7' |
| 53 | user: 'voltharg' |
| 54 | pass: 'voltharg' |
| 55 | dp_iface_name: 'enp0s3' |
| 56 | container_type: null |
| 57 | container_name: null |
| 58 | onu: 'ISKT71e82118' |
| 59 | c_tag: '222' |
| 60 | s_tag: '111' |
| 61 | |
| 62 | dst: |
| 63 | - |
| 64 | ip: null |
| 65 | user: null |
| 66 | pass: null |
| 67 | dp_iface_name: null |
| 68 | dp_iface_ip_qinq: '192.168.20.254' |
| 69 | dp_iface_ip: null |
| 70 | dp_iface_gateway: null |
| 71 | container_type: null |
| 72 | container_name: null |