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 | |
Andrea Campanella | 2da3a1d | 2020-11-04 09:45:54 +0100 | [diff] [blame] | 25 | # This tells the control node how to reach the Kubernetes nodes. |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 26 | nodes: |
| 27 | - |
Andrea Campanella | 2da3a1d | 2020-11-04 09:45:54 +0100 | [diff] [blame] | 28 | ip: '10.34.90.40' |
| 29 | user: 'community' |
| 30 | pass: 'admin' |
| 31 | - |
| 32 | ip: '10.34.90.41' |
| 33 | user: 'community' |
| 34 | pass: 'admin' |
| 35 | - |
| 36 | ip: '10.34.90.42' |
| 37 | user: 'community' |
| 38 | pass: 'admin' |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 39 | |
| 40 | fabric_switches: |
| 41 | - |
| 42 | mac: '8c:ea:1b:a7:29:72' |
| 43 | ip: 10.34.90.55 |
| 44 | user: root |
| 45 | pass: onl |
| 46 | bngPort: 157 |
| 47 | device_id: 'of:0000000000000001' |
| 48 | |
| 49 | olts: |
| 50 | # Gpon OLT |
| 51 | - |
| 52 | ip: 10.34.90.50 |
Suchitra Vemuri | 61bf756 | 2020-07-14 22:12:33 -0700 | [diff] [blame] | 53 | sship: 10.34.90.50 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 54 | user: root |
| 55 | pass: onl |
| 56 | fortygig: False |
| 57 | aggPort: 2 |
| 58 | serial: EC1912001814 |
Girish Gowdra | e661c11 | 2021-11-15 14:35:08 -0800 | [diff] [blame] | 59 | oltDebVersion: openolt_asgvolt64-3.6.0-5287fde1e7d07f7274f0432eb6c746bb3bbcd1e8-100G-NNI.deb |
Girish Gowdra | 8311252 | 2021-07-07 12:05:42 -0700 | [diff] [blame] | 60 | board_technology: GPON |
Andrea Campanella | c91fe7d | 2020-05-19 12:23:39 +0200 | [diff] [blame] | 61 | |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 62 | # XGS-PON OLT |
| 63 | - |
| 64 | ip: 10.34.90.51 |
Suchitra Vemuri | 61bf756 | 2020-07-14 22:12:33 -0700 | [diff] [blame] | 65 | sship: 10.34.90.51 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 66 | user: root |
| 67 | pass: onl |
| 68 | fortygig: False |
| 69 | aggPort: 1 |
| 70 | serial: EC1729003539 |
Girish Gowdra | e661c11 | 2021-11-15 14:35:08 -0800 | [diff] [blame] | 71 | oltDebVersion: openolt_asfvolt16-3.6.0-5287fde1e7d07f7274f0432eb6c746bb3bbcd1e8-100G-NNI.deb |
Girish Gowdra | 8311252 | 2021-07-07 12:05:42 -0700 | [diff] [blame] | 72 | board_technology: XGS-PON |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 73 | |
| 74 | hosts: |
| 75 | src: |
| 76 | #GPON ONU |
| 77 | - |
| 78 | ip: 127.0.0.1 |
| 79 | user: community |
| 80 | pass: admin |
| 81 | dp_iface_name: eth1.7 |
| 82 | container_type: LXC |
| 83 | container_name: voltha-client-gpon-1 |
| 84 | onu: SCOM00001c82 |
| 85 | olt: EC1912001814 |
| 86 | c_tag: 7 |
| 87 | s_tag: 31 |
| 88 | power_switch_port: 1 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 89 | uni_id: 1 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 90 | - |
| 91 | ip: 10.34.90.42 |
| 92 | user: community |
| 93 | pass: admin |
| 94 | dp_iface_name: eth1.7 |
| 95 | container_type: LXC |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 96 | container_name: voltha-client-gpon-3 |
| 97 | onu: SCOM00001c96 |
| 98 | olt: EC1912001814 |
| 99 | c_tag: 7 |
| 100 | s_tag: 33 |
| 101 | power_switch_port: 4 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 102 | uni_id: 1 |
Suchitra Vemuri | bd0ddf4 | 2020-11-09 21:34:17 -0800 | [diff] [blame] | 103 | - |
Andrea Campanella | d62b86f | 2020-05-14 12:57:50 +0200 | [diff] [blame] | 104 | ip: 10.34.90.42 |
| 105 | user: community |
| 106 | pass: admin |
| 107 | dp_iface_name: eth1.7 |
| 108 | container_type: LXC |
| 109 | container_name: voltha-client-gpon-4 |
| 110 | onu: SCOM00001c0b |
| 111 | olt: EC1912001814 |
| 112 | c_tag: 7 |
| 113 | s_tag: 34 |
| 114 | power_switch_port: 7 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 115 | uni_id: 1 |
Andrea Campanella | 73912bc | 2021-11-15 18:37:57 -0800 | [diff] [blame] | 116 | - |
| 117 | ip: 10.34.90.40 |
| 118 | user: community |
| 119 | pass: admin |
| 120 | dp_iface_name: eth1.7 |
| 121 | container_type: LXC |
| 122 | container_name: SCOMA0305F84 |
Andrea Campanella | ac30f35 | 2021-11-17 11:41:44 -0800 | [diff] [blame^] | 123 | onu: SCOMa0305f84 |
Andrea Campanella | 73912bc | 2021-11-15 18:37:57 -0800 | [diff] [blame] | 124 | olt: EC1912001814 |
| 125 | c_tag: 7 |
| 126 | s_tag: 39 |
| 127 | power_switch_port: 7 |
| 128 | uni_id: 1 |
Andrea Campanella | d62b86f | 2020-05-14 12:57:50 +0200 | [diff] [blame] | 129 | |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 130 | #XGSPON ONU |
| 131 | - |
| 132 | ip: 127.0.0.1 |
| 133 | user: community |
| 134 | pass: admin |
Girish Gowdra | cfa2c10 | 2020-11-19 18:06:39 -0800 | [diff] [blame] | 135 | dp_iface_name: eth1.7 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 136 | container_type: LXC |
| 137 | container_name: voltha-client |
| 138 | onu: ALPHe3d1cf5c |
| 139 | olt: EC1729003539 |
Girish Gowdra | d2ba5f3 | 2020-11-19 17:03:04 -0800 | [diff] [blame] | 140 | c_tag: 7 |
| 141 | s_tag: 12 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 142 | power_switch_port: 6 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 143 | uni_id: 1 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 144 | - |
| 145 | ip: 127.0.0.1 |
| 146 | user: community |
| 147 | pass: admin |
Girish Gowdra | cfa2c10 | 2020-11-19 18:06:39 -0800 | [diff] [blame] | 148 | dp_iface_name: eth1.7 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 149 | container_type: LXC |
| 150 | container_name: voltha-client-dt |
| 151 | onu: ALPHe3a69d03 |
| 152 | olt: EC1729003539 |
| 153 | c_tag: 7 |
| 154 | s_tag: 11 |
| 155 | power_switch_port: 8 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 156 | uni_id: 1 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 157 | |
| 158 | dst: |
| 159 | - |
| 160 | dp_iface_ip_qinq: 10.31.7.254 |
| 161 | ip: null |
| 162 | user: null |
| 163 | pass: null |
| 164 | dp_iface_name: null |
| 165 | dp_iface_ip: null |
| 166 | dp_iface_gateway: null |
| 167 | container_type: null |
| 168 | container_name: null |
| 169 | - |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 170 | dp_iface_ip_qinq: 10.33.7.254 |
| 171 | ip: null |
| 172 | user: null |
| 173 | pass: null |
| 174 | dp_iface_name: null |
| 175 | dp_iface_ip: null |
| 176 | dp_iface_gateway: null |
| 177 | container_type: null |
| 178 | container_name: null |
| 179 | - |
Andrea Campanella | d62b86f | 2020-05-14 12:57:50 +0200 | [diff] [blame] | 180 | dp_iface_ip_qinq: 10.34.7.254 |
| 181 | ip: null |
| 182 | user: null |
| 183 | pass: null |
| 184 | dp_iface_name: null |
| 185 | dp_iface_ip: null |
| 186 | dp_iface_gateway: null |
| 187 | container_type: null |
| 188 | container_name: null |
| 189 | - |
Andrea Campanella | 73912bc | 2021-11-15 18:37:57 -0800 | [diff] [blame] | 190 | dp_iface_ip_qinq: 10.39.7.254 |
| 191 | ip: null |
| 192 | user: null |
| 193 | pass: null |
| 194 | noroot_ip: 10.34.90.43 |
| 195 | noroot_user: community |
| 196 | noroot_pass: admin |
| 197 | dp_iface_name: ens3f0 |
| 198 | dp_iface_ip: null |
| 199 | dp_iface_gateway: null |
| 200 | container_type: null |
| 201 | container_name: null |
| 202 | - |
Girish Gowdra | cfa2c10 | 2020-11-19 18:06:39 -0800 | [diff] [blame] | 203 | dp_iface_ip_qinq: 10.12.7.254 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 204 | ip: null |
| 205 | user: null |
| 206 | pass: null |
| 207 | dp_iface_name: null |
| 208 | dp_iface_ip: null |
| 209 | dp_iface_gateway: null |
| 210 | container_type: null |
| 211 | container_name: null |
| 212 | - |
| 213 | dp_iface_ip_qinq: 10.11.7.254 |
| 214 | ip: null |
| 215 | user: null |
| 216 | pass: null |
| 217 | dp_iface_name: null |
| 218 | dp_iface_ip: null |
| 219 | dp_iface_gateway: null |
| 220 | container_type: null |
| 221 | container_name: null |
| 222 | |
| 223 | web_power_switch: |
| 224 | ip: '10.34.90.48' |
| 225 | user: 'admin' |
| 226 | password: 'secret' |
Hung-Wei Chiu | a0cdedb | 2020-05-29 15:23:19 -0700 | [diff] [blame] | 227 | type: 'EPC' |