Hardik Windlass | e3595f0 | 2022-05-13 10:12:16 +0530 | [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.43' |
| 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' |
| 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 |
| 53 | sship: 10.34.90.50 |
| 54 | user: root |
| 55 | pass: onl |
| 56 | fortygig: False |
| 57 | aggPort: 2 |
| 58 | serial: EC1912001823 |
| 59 | oltDebVersion: openolt_asgvolt64-3.7.2-c1ad0bc2b63253e74f23d394765cd93bc17a59a2-with-debug.deb |
| 60 | board_technology: GPON |
| 61 | |
| 62 | hosts: |
| 63 | src: |
| 64 | #GPON ONU |
| 65 | - |
| 66 | #ip: 10.34.90.45 |
| 67 | #user: community |
| 68 | #pass: admin |
| 69 | #dp_iface_name: eth1 |
| 70 | #container_type: LXC |
| 71 | #container_name: DPURG4152434120360A24 |
| 72 | onu: ADTN21133f28 |
| 73 | olt: EC1912001823 |
| 74 | power_switch_port: 8 |
| 75 | service: |
| 76 | - |
| 77 | name: FTTB_SUBSCRIBER_TRAFFIC |
| 78 | c_tag: '101' |
| 79 | s_tag: '3101' |
| 80 | - |
| 81 | name: DPU_MGMT_TRAFFIC |
| 82 | c_tag: '4090' |
| 83 | s_tag: '60' |
| 84 | uni_id: 1 |
| 85 | dst: |
| 86 | - |
| 87 | dp_iface_ip_qinq: 10.31.7.254 |
| 88 | ip: null |
| 89 | user: null |
| 90 | pass: null |
| 91 | noroot_ip: 10.34.90.43 |
| 92 | noroot_user: community |
| 93 | noroot_pass: admin |
| 94 | dp_iface_name: ens3f0 |
| 95 | dp_iface_ip: null |
| 96 | dp_iface_gateway: null |
| 97 | container_type: null |
| 98 | container_name: null |
| 99 | |
| 100 | web_power_switch: |
| 101 | ip: '10.34.90.61' |
| 102 | user: 'admin' |
| 103 | password: 'secret' |
| 104 | type: 'EPC' |