Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +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 | # Automated deployment configuration for Tucson pod |
| 18 | |
| 19 | # Change default values in tests |
| 20 | ONOS_REST_PORT: 30120 |
| 21 | ONOS_SSH_PORT: 30115 |
| 22 | OLT_PORT: 9191 |
| 23 | KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal |
| 24 | |
| 25 | # This tells the control node how to reach the Kubernetes nodes. |
| 26 | nodes: |
| 27 | - |
| 28 | ip: '127.0.0.1' |
| 29 | |
| 30 | fabric_switches: |
| 31 | - |
| 32 | mac: '8c:ea:1b:a7:29:72' |
| 33 | ip: 10.34.90.55 |
| 34 | user: root |
| 35 | pass: onl |
| 36 | bngPort: 157 |
| 37 | device_id: 'of:0000000000000001' |
| 38 | |
| 39 | olts: |
| 40 | # Gpon OLT |
| 41 | - |
| 42 | ip: 10.34.90.50 |
| 43 | user: root |
| 44 | pass: onl |
| 45 | fortygig: False |
| 46 | aggPort: 2 |
| 47 | serial: EC1912001814 |
Andrea Campanella | 5315650 | 2020-06-10 09:09:23 +0200 | [diff] [blame] | 48 | oltDebVersion: openolt_asgvolt64-2.4.9-dev-5057a3db7f0c73ef23903901514159963d1ef7a2.deb |
| 49 | oltDebVersion23: openolt_asgvolt64-2.4.9-dev-5057a3db7f0c73ef23903901514159963d1ef7a2.deb |
Andrea Campanella | c91fe7d | 2020-05-19 12:23:39 +0200 | [diff] [blame] | 50 | |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 51 | # XGS-PON OLT |
| 52 | - |
| 53 | ip: 10.34.90.51 |
| 54 | user: root |
| 55 | pass: onl |
| 56 | fortygig: False |
| 57 | aggPort: 1 |
| 58 | serial: EC1729003539 |
Andrea Campanella | 41b022b | 2020-06-09 09:32:44 +0200 | [diff] [blame] | 59 | oltDebVersion: openolt_asfvolt16-2.4.9-dev-5057a3db7f0c73ef23903901514159963d1ef7a2.deb |
| 60 | oltDebVersion23: openolt_asfvolt16-2.4.9-dev-5057a3db7f0c73ef23903901514159963d1ef7a2.deb |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 61 | |
| 62 | hosts: |
| 63 | src: |
| 64 | #GPON ONU |
| 65 | - |
| 66 | ip: 127.0.0.1 |
| 67 | user: community |
| 68 | pass: admin |
| 69 | dp_iface_name: eth1.7 |
| 70 | container_type: LXC |
| 71 | container_name: voltha-client-gpon-1 |
| 72 | onu: SCOM00001c82 |
| 73 | olt: EC1912001814 |
| 74 | c_tag: 7 |
| 75 | s_tag: 31 |
| 76 | power_switch_port: 1 |
| 77 | - |
| 78 | ip: 10.34.90.42 |
| 79 | user: community |
| 80 | pass: admin |
| 81 | dp_iface_name: eth1.7 |
| 82 | container_type: LXC |
| 83 | container_name: voltha-client-gpon-2 |
| 84 | onu: SCOM00001c89 |
| 85 | olt: EC1912001814 |
| 86 | c_tag: 7 |
| 87 | s_tag: 32 |
| 88 | power_switch_port: 2 |
| 89 | - |
| 90 | ip: 10.34.90.42 |
| 91 | user: community |
| 92 | pass: admin |
| 93 | dp_iface_name: eth1.7 |
| 94 | container_type: LXC |
| 95 | container_name: voltha-client-gpon-3 |
| 96 | onu: SCOM00001c96 |
| 97 | olt: EC1912001814 |
| 98 | c_tag: 7 |
| 99 | s_tag: 33 |
| 100 | power_switch_port: 4 |
Andrea Campanella | d62b86f | 2020-05-14 12:57:50 +0200 | [diff] [blame] | 101 | - |
| 102 | ip: 10.34.90.42 |
| 103 | user: community |
| 104 | pass: admin |
| 105 | dp_iface_name: eth1.7 |
| 106 | container_type: LXC |
| 107 | container_name: voltha-client-gpon-4 |
| 108 | onu: SCOM00001c0b |
| 109 | olt: EC1912001814 |
| 110 | c_tag: 7 |
| 111 | s_tag: 34 |
| 112 | power_switch_port: 7 |
| 113 | |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 114 | #XGSPON ONU |
| 115 | - |
| 116 | ip: 127.0.0.1 |
| 117 | user: community |
| 118 | pass: admin |
| 119 | dp_iface_name: eth1 |
| 120 | container_type: LXC |
| 121 | container_name: voltha-client |
| 122 | onu: ALPHe3d1cf5c |
| 123 | olt: EC1729003539 |
| 124 | c_tag: 11 |
| 125 | s_tag: 11 |
| 126 | power_switch_port: 6 |
| 127 | - |
| 128 | ip: 127.0.0.1 |
| 129 | user: community |
| 130 | pass: admin |
| 131 | dp_iface_name: eth1 |
| 132 | container_type: LXC |
| 133 | container_name: voltha-client-dt |
| 134 | onu: ALPHe3a69d03 |
| 135 | olt: EC1729003539 |
| 136 | c_tag: 7 |
| 137 | s_tag: 11 |
| 138 | power_switch_port: 8 |
| 139 | |
| 140 | dst: |
| 141 | - |
| 142 | dp_iface_ip_qinq: 10.31.7.254 |
| 143 | ip: null |
| 144 | user: null |
| 145 | pass: null |
| 146 | dp_iface_name: null |
| 147 | dp_iface_ip: null |
| 148 | dp_iface_gateway: null |
| 149 | container_type: null |
| 150 | container_name: null |
| 151 | - |
| 152 | dp_iface_ip_qinq: 10.32.7.254 |
| 153 | ip: null |
| 154 | user: null |
| 155 | pass: null |
| 156 | dp_iface_name: null |
| 157 | dp_iface_ip: null |
| 158 | dp_iface_gateway: null |
| 159 | container_type: null |
| 160 | container_name: null |
| 161 | - |
| 162 | dp_iface_ip_qinq: 10.33.7.254 |
| 163 | ip: null |
| 164 | user: null |
| 165 | pass: null |
| 166 | dp_iface_name: null |
| 167 | dp_iface_ip: null |
| 168 | dp_iface_gateway: null |
| 169 | container_type: null |
| 170 | container_name: null |
| 171 | - |
Andrea Campanella | d62b86f | 2020-05-14 12:57:50 +0200 | [diff] [blame] | 172 | dp_iface_ip_qinq: 10.34.7.254 |
| 173 | ip: null |
| 174 | user: null |
| 175 | pass: null |
| 176 | dp_iface_name: null |
| 177 | dp_iface_ip: null |
| 178 | dp_iface_gateway: null |
| 179 | container_type: null |
| 180 | container_name: null |
| 181 | - |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 182 | dp_iface_ip_qinq: 10.11.2.254 |
| 183 | ip: null |
| 184 | user: null |
| 185 | pass: null |
| 186 | dp_iface_name: null |
| 187 | dp_iface_ip: null |
| 188 | dp_iface_gateway: null |
| 189 | container_type: null |
| 190 | container_name: null |
| 191 | - |
| 192 | dp_iface_ip_qinq: 10.11.7.254 |
| 193 | ip: null |
| 194 | user: null |
| 195 | pass: null |
| 196 | dp_iface_name: null |
| 197 | dp_iface_ip: null |
| 198 | dp_iface_gateway: null |
| 199 | container_type: null |
| 200 | container_name: null |
| 201 | |
| 202 | web_power_switch: |
| 203 | ip: '10.34.90.48' |
| 204 | user: 'admin' |
| 205 | password: 'secret' |
Hung-Wei Chiu | a0cdedb | 2020-05-29 15:23:19 -0700 | [diff] [blame] | 206 | type: 'EPC' |