Andrea Campanella | f5db20e | 2020-07-29 14:26:00 +0200 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | # Copyright 2020-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 | kube_config: '/var/k8.conf' |
| 18 | |
| 19 | # This tells the control node how to reach the Kubernetes nodes. |
| 20 | nodes: |
| 21 | - |
| 22 | ip: '10.128.100.70' |
| 23 | user: 'cord' |
| 24 | pass: 'cord' |
| 25 | - |
| 26 | ip: '10.128.100.71' |
| 27 | user: 'cord' |
| 28 | pass: 'cord' |
| 29 | - |
| 30 | ip: '10.128.100.72' |
| 31 | user: 'cord' |
| 32 | pass: 'cord' |
| 33 | |
| 34 | fabric_switches: |
| 35 | - |
| 36 | mac: 'cc:37:ab:61:80:ca' |
| 37 | ip: '10.128.100.80' |
| 38 | user: 'root' |
| 39 | pass: 'onl' |
| 40 | bngPort: '31' |
| 41 | device_id: 'of:0000000000000001' |
| 42 | |
| 43 | olts: |
| 44 | # Gpon OLT |
| 45 | - |
| 46 | ip: 10.90.0.115 |
| 47 | sship: 10.90.0.115 |
| 48 | user: root |
| 49 | pass: onl |
| 50 | fortygig: True |
| 51 | aggPort: 9 |
| 52 | serial: EC1912001818 |
| 53 | oltDebVersion: openolt_asgvolt64-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb |
| 54 | oltDebVersion23: openolt_asgvolt64-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb |
| 55 | |
| 56 | hosts: |
| 57 | src: |
| 58 | #GPON ONU |
| 59 | - |
| 60 | ip: 10.90.0.51 |
| 61 | user: ubuntu |
| 62 | pass: null |
| 63 | dp_iface_name: eth1.7 |
| 64 | container_type: LXC |
| 65 | container_name: SCOM00001ca7 |
| 66 | onu: SCOM00001ca7 |
| 67 | olt: EC1912001818 |
| 68 | c_tag: 7 |
| 69 | s_tag: 31 |
| 70 | - |
| 71 | ip: 10.90.0.51 |
| 72 | user: ubuntu |
| 73 | pass: null |
| 74 | dp_iface_name: eth1.7 |
| 75 | container_type: LXC |
| 76 | container_name: SCOM00001c8d |
| 77 | onu: SCOM00001c8d |
| 78 | olt: EC1912001818 |
| 79 | c_tag: 7 |
| 80 | s_tag: 32 |
| 81 | - |
| 82 | ip: 10.90.0.51 |
| 83 | user: ubuntu |
| 84 | pass: null |
| 85 | dp_iface_name: eth1.7 |
| 86 | container_type: LXC |
| 87 | container_name: SCOM00001c7f |
| 88 | onu: SCOM00001c7f |
| 89 | olt: EC1912001818 |
| 90 | c_tag: 7 |
| 91 | s_tag: 33 |
| 92 | |
| 93 | dst: |
| 94 | - |
| 95 | ip: null |
| 96 | user: null |
| 97 | pass: null |
| 98 | noroot_ip: '10.128.100.70' |
| 99 | noroot_user: cord |
| 100 | noroot_pass: cord |
| 101 | dp_iface_name: enp3s0f0 |
| 102 | dp_iface_ip_qinq: '10.31.7.254' |
| 103 | dp_iface_ip: null |
| 104 | dp_iface_gateway: null |
| 105 | container_type: null |
| 106 | container_name: null |
| 107 | - |
| 108 | ip: null |
| 109 | user: null |
| 110 | pass: null |
| 111 | noroot_ip: '10.128.100.70' |
| 112 | noroot_user: cord |
| 113 | noroot_pass: cord |
| 114 | dp_iface_name: enp3s0f0 |
| 115 | dp_iface_ip_qinq: '10.32.7.254' |
| 116 | dp_iface_ip: null |
| 117 | dp_iface_gateway: null |
| 118 | container_type: null |
| 119 | container_name: null |
| 120 | - |
| 121 | ip: null |
| 122 | user: null |
| 123 | pass: null |
| 124 | noroot_ip: '10.128.100.70' |
| 125 | noroot_user: cord |
| 126 | noroot_pass: cord |
| 127 | dp_iface_name: enp3s0f0 |
| 128 | dp_iface_ip_qinq: '10.33.7.254' |
| 129 | dp_iface_ip: null |
| 130 | dp_iface_gateway: null |
| 131 | container_type: null |
| 132 | container_name: null |
| 133 | |