Joey Armstrong | 003e83e | 2023-01-09 20:23:48 -0500 | [diff] [blame] | 1 | # Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | # Automated deployment configuration for Flex POD 1 , olt/onu are connected to this |
| 16 | |
| 17 | --- |
Girish Gowdra | ff03a8b | 2022-09-26 14:00:58 -0700 | [diff] [blame] | 18 | # Change default values in tests |
| 19 | ONOS_REST_PORT: 30120 |
| 20 | ONOS_SSH_PORT: 30115 |
| 21 | OLT_PORT: 9191 |
| 22 | KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 23 | |
Girish Gowdra | ff03a8b | 2022-09-26 14:00:58 -0700 | [diff] [blame] | 24 | nodes: |
| 25 | - |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 26 | ip: 'node-4.berlin-lab.lfbroadband.org' |
Girish Gowdra | ff03a8b | 2022-09-26 14:00:58 -0700 | [diff] [blame] | 27 | user: 'community' |
| 28 | pass: 'admin' |
| 29 | - |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 30 | ip: 'node-5.berlin-lab.lfbroadband.org' |
Girish Gowdra | ff03a8b | 2022-09-26 14:00:58 -0700 | [diff] [blame] | 31 | user: 'community' |
| 32 | pass: 'admin' |
| 33 | - |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 34 | ip: 'node-6.berlin-lab.lfbroadband.org' |
Girish Gowdra | ff03a8b | 2022-09-26 14:00:58 -0700 | [diff] [blame] | 35 | user: 'community' |
| 36 | pass: 'admin' |
| 37 | |
| 38 | fabric_switches: [] |
| 39 | # The switch is shared across 2 PODs, thus is externally controlled |
| 40 | # - |
| 41 | # mac: '8c:ea:1b:a7:29:72' |
| 42 | # ip: 10.34.90.55 |
| 43 | # user: root |
| 44 | # pass: onl |
| 45 | # bngPort: 157 |
| 46 | # device_id: 'of:0000000000000001' |
| 47 | |
| 48 | olts: |
| 49 | # XGSPON OLT |
| 50 | - |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 51 | ip: zyxel-olt.berlin-lab.lfbroadband.org |
| 52 | sship: zyxel-olt.berlin-lab.lfbroadband.org |
Girish Gowdra | ff03a8b | 2022-09-26 14:00:58 -0700 | [diff] [blame] | 53 | fortygig: False |
| 54 | aggPort: 6 |
| 55 | user: root |
| 56 | pass: onl |
| 57 | serial: S210Z14009247 |
| 58 | oltDebVersion: openolt_sda3016ss-3.7.2-dev-xgspon-20220520.deb |
Mahir Gunyel | 438a225 | 2022-11-14 13:26:31 -0800 | [diff] [blame] | 59 | board_technology: XGS-PON |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 60 | |
| 61 | hosts: |
| 62 | src: |
| 63 | - |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 64 | ip: node-6.berlin-lab.lfbroadband.org |
| 65 | user: community |
| 66 | pass: admin |
| 67 | dp_iface_name: eth1.35 |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 68 | container_type: LXC |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 69 | container_name: ZYXE8CABE30B |
| 70 | onu: ZYXE8cabe30b |
| 71 | olt: S210Z14009247 |
| 72 | c_tag: 801 |
| 73 | s_tag: 111 |
| 74 | power_switch_port: 5 |
| 75 | onu_type: zyxel |
| 76 | service_type: hsia |
| 77 | uni_id: 1 |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 78 | - |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 79 | ip: node-6.berlin-lab.lfbroadband.org |
| 80 | user: community |
| 81 | pass: admin |
| 82 | dp_iface_name: eth1.65 |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 83 | container_type: LXC |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 84 | container_name: ZYXE8CABE30B |
| 85 | onu: ZYXE8cabe30b |
| 86 | olt: S210Z14009247 |
| 87 | c_tag: 444 |
| 88 | s_tag: 333 |
| 89 | power_switch_port: 5 |
| 90 | onu_type: zyxel |
| 91 | service_type: voip |
| 92 | uni_id: 1 |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 93 | - |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 94 | ip: node-6.berlin-lab.lfbroadband.org |
| 95 | user: community |
| 96 | pass: admin |
| 97 | dp_iface_name: eth1.55 |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 98 | container_type: LXC |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 99 | container_name: ZYXE8CABE30B |
| 100 | onu: ZYXE8cabe30b |
| 101 | olt: S210Z14009247 |
| 102 | c_tag: 55 |
| 103 | s_tag: 555 |
| 104 | power_switch_port: 5 |
| 105 | onu_type: zyxel |
| 106 | service_type: vod |
| 107 | uni_id: 1 |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 108 | - |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 109 | ip: node-6.berlin-lab.lfbroadband.org |
| 110 | user: community |
| 111 | pass: admin |
| 112 | dp_iface_name: eth1.55 |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 113 | container_type: LXC |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 114 | container_name: ZYXE8CABE30B |
| 115 | onu: ZYXE8cabe30b |
| 116 | olt: S210Z14009247 |
| 117 | c_tag: 55 |
| 118 | s_tag: 550 |
| 119 | power_switch_port: 5 |
| 120 | onu_type: zyxel' |
| 121 | mcast_rg: '10.11.6.3/24' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 122 | mcast_grp_subnet_mask: '224.0.0.0/4' |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 123 | service_type: mcast |
| 124 | uni_id: 1 |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 125 | dst: |
| 126 | - |
| 127 | ip: null |
| 128 | user: null |
| 129 | pass: null |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 130 | dp_iface_name: enp7s0 |
| 131 | dp_iface_ip_qinq: 10.11.1.254 |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 132 | dp_iface_ip: null |
| 133 | dp_iface_gateway: null |
| 134 | container_type: null |
| 135 | container_name: null |
| 136 | - |
| 137 | ip: null |
| 138 | user: null |
| 139 | pass: null |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 140 | dp_iface_name: enp7s0 |
| 141 | dp_iface_ip_qinq: 10.11.4.254 |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 142 | dp_iface_ip: null |
| 143 | dp_iface_gateway: null |
| 144 | container_type: null |
| 145 | container_name: null |
| 146 | - |
| 147 | ip: null |
| 148 | user: null |
| 149 | pass: null |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 150 | noroot_ip: bng.berlin-lab.lfbroadband.org |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 151 | noroot_user: community |
| 152 | noroot_pass: admin |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 153 | dp_iface_name: enp7s0 |
| 154 | dp_iface_ip_qinq: 10.11.5.254 |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 155 | dp_iface_ip: null |
| 156 | dp_iface_gateway: null |
| 157 | container_type: null |
| 158 | container_name: null |
| 159 | - |
| 160 | ip: null |
| 161 | user: null |
| 162 | pass: null |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 163 | bng_ip: bng.berlin-lab.lfbroadband.org |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 164 | bng_user: community |
| 165 | bng_pass: admin |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 166 | dp_iface_name: enp7s0 |
| 167 | dp_iface_ip_qinq: 225.22.0.2 |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 168 | dp_iface_ip: null |
| 169 | dp_iface_gateway: null |
| 170 | container_type: null |
| 171 | container_name: null |
| 172 | |
Girish Gowdra | 372c88a | 2022-09-26 17:46:18 -0700 | [diff] [blame] | 173 | web_power_switch: |
Cristina de Francisco | 47e8e69 | 2024-12-18 16:53:14 +0100 | [diff] [blame] | 174 | ip: 'pdu01.berlin-lab.lfbroadband.org' |
Girish Gowdra | 372c88a | 2022-09-26 17:46:18 -0700 | [diff] [blame] | 175 | user: 'admin' |
| 176 | password: 'secret' |
Mahir Gunyel | ecef067 | 2023-12-20 23:59:47 -0800 | [diff] [blame] | 177 | type: 'EPC' |