Hardik Windlass | 3a94c12 | 2021-08-25 11:14:39 +0000 | [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 | - |
Hardik Windlass | 3a94c12 | 2021-08-25 11:14:39 +0000 | [diff] [blame] | 28 | ip: '10.90.0.241' |
| 29 | user: 'cord' |
| 30 | pass: 'cord' |
| 31 | |
Matteo Scandolo | 2bbee1a | 2022-01-10 14:34:56 -0800 | [diff] [blame] | 32 | fabric_switches: [] |
Matteo Scandolo | fb06628 | 2022-01-10 12:19:13 -0800 | [diff] [blame] | 33 | # The switch is shared across 3 PODs, thus is externally controlled |
Matteo Scandolo | fb06628 | 2022-01-10 12:19:13 -0800 | [diff] [blame] | 34 | # - |
| 35 | # mac: '8c:ea:1b:a7:29:72' |
| 36 | # ip: 10.90.0.243 |
| 37 | # user: root |
| 38 | # pass: onl |
| 39 | # bngPort: 31 |
| 40 | # device_id: 'of:0000000000000001' |
Hardik Windlass | 3a94c12 | 2021-08-25 11:14:39 +0000 | [diff] [blame] | 41 | |
| 42 | olts: |
| 43 | # Gpon OLT |
| 44 | - |
| 45 | ip: 10.90.0.245 |
| 46 | sship: 10.90.0.245 |
| 47 | user: root |
| 48 | pass: onl |
| 49 | fortygig: True |
| 50 | aggPort: 2 |
| 51 | serial: 722033038194 |
| 52 | oltDebVersion: openolt_rlt-1600x-w-40g-3.5.1-dev-2171f0eddae3c531aeac244a7d6f122f20264d2c.deb |
| 53 | board_technology: GPON |
| 54 | |
| 55 | hosts: |
| 56 | src: |
| 57 | # 1600X OLT |
| 58 | - |
| 59 | ip: 10.90.0.240 |
| 60 | user: cord |
| 61 | pass: cord |
| 62 | dp_iface_name: eth1.88 |
| 63 | container_type: LXC |
| 64 | container_name: SCOMa0108adf |
| 65 | onu: SCOMa0108adf |
| 66 | olt: 722033038194 |
| 67 | c_tag: 88 |
| 68 | s_tag: 89 |
| 69 | power_switch_port: 7 |
| 70 | uni_id: 1 |
| 71 | |
| 72 | dst: |
| 73 | # 1600X OLT |
| 74 | - |
| 75 | dp_iface_ip_qinq: 10.89.88.254 |
| 76 | ip: null |
| 77 | user: null |
| 78 | pass: null |
| 79 | noroot_ip: 10.90.0.241 |
| 80 | noroot_user: cord |
| 81 | noroot_pass: cord |
| 82 | dp_iface_name: enp3s0d1 |
| 83 | dp_iface_ip: null |
| 84 | dp_iface_gateway: null |
| 85 | container_type: null |
| 86 | container_name: null |
| 87 | |
| 88 | web_power_switch: |
| 89 | ip: '10.90.0.250' |
| 90 | user: 'cord' |
| 91 | password: 'cord' |
| 92 | type: 'DLI' |