Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [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 | - |
| 47 | ip: 10.90.0.246 |
| 48 | sship: 10.90.0.246 |
| 49 | user: root |
| 50 | pass: onl |
| 51 | fortygig: True |
| 52 | aggPort: 3 |
| 53 | serial: 722033738988 |
| 54 | oltDebVersion: openolt_rlt-1600g-w-40g-3.5.1-dev-262b6293cdeda78317dda9d3a6cfab0e7ebfbf05.deb |
| 55 | board_technology: GPON |
| 56 | |
| 57 | hosts: |
| 58 | src: |
| 59 | # 1600G OLT |
| 60 | - |
| 61 | ip: 10.90.0.240 |
| 62 | user: cord |
| 63 | pass: cord |
| 64 | dp_iface_name: eth1.222 |
| 65 | container_type: LXC |
| 66 | container_name: SCOM00001c8d |
| 67 | onu: SCOM00001c8d |
| 68 | olt: 722033738988 |
| 69 | c_tag: 222 |
| 70 | s_tag: 22 |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 71 | power_switch_port: 6 |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 72 | uni_id: 1 |
| 73 | - |
| 74 | ip: 10.90.0.240 |
| 75 | user: cord |
| 76 | pass: cord |
| 77 | dp_iface_name: eth1.333 |
| 78 | container_type: LXC |
| 79 | container_name: SCOM00019ab7 |
| 80 | onu: SCOM00019ab7 |
| 81 | olt: 722033738988 |
| 82 | c_tag: 333 |
| 83 | s_tag: 33 |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 84 | power_switch_port: 5 |
| 85 | uni_id: 1 |
| 86 | - |
Girish Gowdra | c62906d | 2021-10-15 11:41:31 -0700 | [diff] [blame] | 87 | ip: 10.90.0.241 |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 88 | user: cord |
| 89 | pass: cord |
| 90 | dp_iface_name: eth1.444 |
| 91 | container_type: LXC |
| 92 | container_name: SCOMa0301e8d |
| 93 | onu: SCOMa0301e8d |
| 94 | olt: 722033738988 |
| 95 | c_tag: 444 |
| 96 | s_tag: 44 |
| 97 | power_switch_port: 3 |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 98 | uni_id: 1 |
| 99 | |
| 100 | dst: |
| 101 | |
| 102 | #1600G OLT |
| 103 | - |
| 104 | dp_iface_ip_qinq: 10.22.22.254 |
| 105 | ip: null |
| 106 | user: null |
| 107 | pass: null |
| 108 | noroot_ip: 10.90.0.241 |
| 109 | noroot_user: cord |
| 110 | noroot_pass: cord |
| 111 | dp_iface_name: enp3s0d1 |
| 112 | dp_iface_ip: null |
| 113 | dp_iface_gateway: null |
| 114 | container_type: null |
| 115 | container_name: null |
| 116 | - |
| 117 | dp_iface_ip_qinq: 10.33.33.254 |
| 118 | ip: null |
| 119 | user: null |
| 120 | pass: null |
| 121 | noroot_ip: 10.90.0.241 |
| 122 | noroot_user: cord |
| 123 | noroot_pass: cord |
| 124 | dp_iface_name: enp3s0d1 |
| 125 | dp_iface_ip: null |
| 126 | dp_iface_gateway: null |
| 127 | container_type: null |
| 128 | container_name: null |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 129 | - |
| 130 | dp_iface_ip_qinq: 10.44.44.254 |
| 131 | ip: null |
| 132 | user: null |
| 133 | pass: null |
| 134 | noroot_ip: 10.90.0.241 |
| 135 | noroot_user: cord |
| 136 | noroot_pass: cord |
| 137 | dp_iface_name: enp3s0d1 |
| 138 | dp_iface_ip: null |
| 139 | dp_iface_gateway: null |
| 140 | container_type: null |
| 141 | container_name: null |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 142 | |
| 143 | web_power_switch: |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 144 | ip: '10.90.0.251' |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 145 | user: 'cord' |
| 146 | password: 'cord' |
| 147 | type: 'DLI' |