Andrea Campanella | 35dd559 | 2022-05-10 23:33:14 +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.34.90.44' |
| 29 | user: 'community' |
| 30 | pass: 'admin' |
| 31 | - |
| 32 | ip: '10.34.90.45' |
| 33 | user: 'community' |
| 34 | pass: 'admin' |
| 35 | - |
| 36 | ip: '10.34.90.46' |
| 37 | user: 'community' |
| 38 | pass: 'admin' |
| 39 | |
Girish Gowdra | d6ff208 | 2022-05-19 14:29:41 -0700 | [diff] [blame] | 40 | fabric_switches: [] |
| 41 | # The switch is shared across 2 PODs, thus is externally controlled |
| 42 | # - |
| 43 | # mac: '8c:ea:1b:a7:29:72' |
| 44 | # ip: 10.34.90.55 |
| 45 | # user: root |
| 46 | # pass: onl |
| 47 | # bngPort: 157 |
| 48 | # device_id: 'of:0000000000000001' |
Andrea Campanella | 35dd559 | 2022-05-10 23:33:14 +0200 | [diff] [blame] | 49 | |
| 50 | olts: |
Girish Gowdra | 50b120c | 2022-05-18 14:15:40 -0700 | [diff] [blame] | 51 | # XGSPON OLT |
Andrea Campanella | 35dd559 | 2022-05-10 23:33:14 +0200 | [diff] [blame] | 52 | - |
| 53 | ip: 10.34.90.53 |
| 54 | sship: 10.34.90.53 |
| 55 | fortygig: False |
Girish Gowdra | 50b120c | 2022-05-18 14:15:40 -0700 | [diff] [blame] | 56 | aggPort: 6 |
Andrea Campanella | 35dd559 | 2022-05-10 23:33:14 +0200 | [diff] [blame] | 57 | user: root |
| 58 | pass: onl |
| 59 | serial: S210Z14009247 |
Andrea Campanella | e753ecb | 2022-05-20 10:41:37 +0200 | [diff] [blame] | 60 | oltDebVersion: openolt_sda3016ss-3.7.2-dev-xgspon-20220520.deb |
Andrea Campanella | 35dd559 | 2022-05-10 23:33:14 +0200 | [diff] [blame] | 61 | board_technology: XGSPON |
| 62 | |
| 63 | hosts: |
| 64 | src: |
Girish Gowdra | 50b120c | 2022-05-18 14:15:40 -0700 | [diff] [blame] | 65 | #xgspon ONU |
Andrea Campanella | 35dd559 | 2022-05-10 23:33:14 +0200 | [diff] [blame] | 66 | - |
Girish Gowdra | 50b120c | 2022-05-18 14:15:40 -0700 | [diff] [blame] | 67 | ip: 10.34.90.46 |
Andrea Campanella | 35dd559 | 2022-05-10 23:33:14 +0200 | [diff] [blame] | 68 | user: community |
| 69 | pass: admin |
| 70 | dp_iface_name: eth1.7 |
| 71 | container_type: LXC |
| 72 | container_name: ZYXE8CAC752C |
Girish Gowdra | 560a53c | 2022-05-18 19:13:06 -0700 | [diff] [blame] | 73 | onu: ZYWN8cac752c |
Andrea Campanella | 35dd559 | 2022-05-10 23:33:14 +0200 | [diff] [blame] | 74 | olt: S210Z14009247 |
| 75 | c_tag: 7 |
| 76 | s_tag: 41 |
| 77 | power_switch_port: 4 |
| 78 | uni_id: 1 |
| 79 | |
| 80 | dst: |
| 81 | - |
| 82 | dp_iface_ip_qinq: 10.41.7.254 |
| 83 | ip: null |
| 84 | user: null |
| 85 | pass: null |
| 86 | noroot_ip: 10.34.90.43 |
| 87 | noroot_user: community |
| 88 | noroot_pass: admin |
| 89 | dp_iface_name: ens3f0 |
| 90 | dp_iface_ip: null |
| 91 | dp_iface_gateway: null |
| 92 | container_type: null |
| 93 | container_name: null |
| 94 | |
| 95 | web_power_switch: |
| 96 | ip: '10.34.90.61' |
| 97 | user: 'admin' |
| 98 | password: 'secret' |
| 99 | type: 'EPC' |