Andrea Campanella | cca023c | 2021-04-28 10:04:39 +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: '10.90.0.240' |
| 29 | user: 'cord' |
| 30 | pass: 'cord' |
| 31 | - |
| 32 | ip: '10.90.0.241' |
| 33 | user: 'cord' |
| 34 | pass: 'cord' |
| 35 | |
| 36 | fabric_switches: |
| 37 | - |
| 38 | mac: '8c:ea:1b:a7:29:72' |
| 39 | ip: 10.90.0.243 |
| 40 | user: root |
| 41 | pass: onl |
| 42 | bngPort: 31 |
| 43 | device_id: 'of:0000000000000001' |
| 44 | |
| 45 | olts: |
| 46 | # Gpon OLT |
| 47 | - |
| 48 | ip: 10.90.0.244 |
| 49 | sship: 10.90.0.244 |
| 50 | user: root |
| 51 | pass: onl |
| 52 | fortygig: True |
| 53 | aggPort: 1 |
| 54 | serial: 722033538840 |
| 55 | #TODO need update |
| 56 | oltDebVersion: openolt_asgvolt64-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-100G-NNI.deb |
| 57 | oltDebVersion23: openolt_asgvolt64-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-100G-NNI.deb |
| 58 | |
| 59 | hosts: |
| 60 | src: |
| 61 | #GPON ONU |
| 62 | - |
| 63 | ip: 10.90.0.241 |
| 64 | user: cord |
| 65 | pass: cord |
| 66 | dp_iface_name: eth1.111 |
| 67 | container_type: LXC |
| 68 | container_name: SCOM00001c7f |
| 69 | onu: SCOM00001c7f |
| 70 | olt: 722033538840 |
| 71 | c_tag: 111 |
| 72 | s_tag: 11 |
Matteo Scandolo | 3ec26db | 2021-05-12 16:54:17 -0700 | [diff] [blame] | 73 | power_switch_port: 2 |
| 74 | - |
| 75 | ip: 10.90.0.240 |
| 76 | user: cord |
| 77 | pass: cord |
| 78 | dp_iface_name: eth1.222 |
| 79 | container_type: LXC |
| 80 | container_name: SCOM00001c8d |
| 81 | onu: SCOM00001c8d |
| 82 | olt: 722033538840 |
| 83 | c_tag: 222 |
| 84 | s_tag: 22 |
| 85 | power_switch_port: 4 |
Andrea Campanella | cca023c | 2021-04-28 10:04:39 +0200 | [diff] [blame] | 86 | |
Matteo Scandolo | f57e534 | 2021-05-13 16:22:55 -0700 | [diff] [blame] | 87 | - |
| 88 | ip: 10.90.0.240 |
| 89 | user: cord |
| 90 | pass: cord |
| 91 | dp_iface_name: eth1.333 |
| 92 | container_type: LXC |
| 93 | container_name: SCOM00019ab7 |
| 94 | onu: SCOM00019ab7 |
| 95 | olt: 722033538840 |
| 96 | c_tag: 333 |
| 97 | s_tag: 33 |
| 98 | power_switch_port: 8 |
| 99 | |
Andrea Campanella | 4663cc9 | 2021-06-03 13:17:39 +0200 | [diff] [blame] | 100 | - ip: 10.90.0.240 |
| 101 | user: cord |
| 102 | pass: cord |
| 103 | dp_iface_name: eth1.41 |
| 104 | container_type: LXC |
| 105 | container_name: SCOMa0108af9 |
| 106 | onu: SCOMa0108af9 |
| 107 | olt: 722033538840 |
| 108 | c_tag: 41 |
| 109 | s_tag: 54 |
| 110 | power_switch_port: 6 |
| 111 | |
| 112 | - ip: 10.90.0.240 |
| 113 | user: cord |
| 114 | pass: cord |
| 115 | dp_iface_name: eth1.42 |
| 116 | container_type: LXC |
| 117 | container_name: SCOMa0108aea |
| 118 | onu: SCOMa0108aea |
| 119 | olt: 722033538840 |
| 120 | c_tag: 42 |
| 121 | s_tag: 55 |
| 122 | power_switch_port: 5 |
| 123 | |
Andrea Campanella | cca023c | 2021-04-28 10:04:39 +0200 | [diff] [blame] | 124 | dst: |
| 125 | - |
| 126 | dp_iface_ip_qinq: 10.11.11.254 |
| 127 | ip: null |
| 128 | user: null |
| 129 | pass: null |
| 130 | noroot_ip: 10.90.0.241 |
| 131 | noroot_user: cord |
| 132 | noroot_pass: cord |
Girish Gowdra | d30830d | 2021-05-16 11:07:27 -0700 | [diff] [blame] | 133 | dp_iface_name: enp3s0d1 |
Andrea Campanella | cca023c | 2021-04-28 10:04:39 +0200 | [diff] [blame] | 134 | dp_iface_ip: null |
| 135 | dp_iface_gateway: null |
| 136 | container_type: null |
| 137 | container_name: null |
Matteo Scandolo | 3ec26db | 2021-05-12 16:54:17 -0700 | [diff] [blame] | 138 | - |
| 139 | dp_iface_ip_qinq: 10.22.22.254 |
| 140 | ip: null |
| 141 | user: null |
| 142 | pass: null |
| 143 | noroot_ip: 10.90.0.241 |
| 144 | noroot_user: cord |
| 145 | noroot_pass: cord |
Girish Gowdra | d30830d | 2021-05-16 11:07:27 -0700 | [diff] [blame] | 146 | dp_iface_name: enp3s0d1 |
Matteo Scandolo | 3ec26db | 2021-05-12 16:54:17 -0700 | [diff] [blame] | 147 | dp_iface_ip: null |
| 148 | dp_iface_gateway: null |
| 149 | container_type: null |
| 150 | container_name: null |
Matteo Scandolo | f57e534 | 2021-05-13 16:22:55 -0700 | [diff] [blame] | 151 | - |
| 152 | dp_iface_ip_qinq: 10.33.33.254 |
| 153 | ip: null |
| 154 | user: null |
| 155 | pass: null |
| 156 | noroot_ip: 10.90.0.241 |
| 157 | noroot_user: cord |
| 158 | noroot_pass: cord |
Girish Gowdra | d30830d | 2021-05-16 11:07:27 -0700 | [diff] [blame] | 159 | dp_iface_name: enp3s0d1 |
Matteo Scandolo | f57e534 | 2021-05-13 16:22:55 -0700 | [diff] [blame] | 160 | dp_iface_ip: null |
| 161 | dp_iface_gateway: null |
| 162 | container_type: null |
| 163 | container_name: null |
Andrea Campanella | cca023c | 2021-04-28 10:04:39 +0200 | [diff] [blame] | 164 | |
Andrea Campanella | 4663cc9 | 2021-06-03 13:17:39 +0200 | [diff] [blame] | 165 | - dp_iface_ip_qinq: 10.54.41.254 |
| 166 | ip: null |
| 167 | user: null |
| 168 | pass: null |
| 169 | noroot_ip: 10.90.0.241 |
| 170 | noroot_user: cord |
| 171 | noroot_pass: cord |
| 172 | dp_iface_name: enp3s0d1 |
| 173 | dp_iface_ip: null |
| 174 | dp_iface_gateway: null |
| 175 | container_type: null |
| 176 | container_name: null |
| 177 | |
| 178 | - dp_iface_ip_qinq: 10.55.42.254 |
| 179 | ip: null |
| 180 | user: null |
| 181 | pass: null |
| 182 | noroot_ip: 10.90.0.241 |
| 183 | noroot_user: cord |
| 184 | noroot_pass: cord |
| 185 | dp_iface_name: enp3s0d1 |
| 186 | dp_iface_ip: null |
| 187 | dp_iface_gateway: null |
| 188 | container_type: null |
| 189 | container_name: null |
| 190 | |
Matteo Scandolo | 3ec26db | 2021-05-12 16:54:17 -0700 | [diff] [blame] | 191 | web_power_switch: |
| 192 | ip: '10.90.0.250' |
| 193 | user: 'cord' |
| 194 | password: 'cord' |
| 195 | type: 'DLI' |