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 | - |
| 26 | ip: '10.34.90.44' |
| 27 | user: 'community' |
| 28 | pass: 'admin' |
| 29 | - |
| 30 | ip: '10.34.90.45' |
| 31 | user: 'community' |
| 32 | pass: 'admin' |
| 33 | - |
| 34 | ip: '10.34.90.46' |
| 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 | - |
| 51 | ip: 10.34.90.53 |
| 52 | sship: 10.34.90.53 |
| 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 | - |
| 64 | ip: '10.34.90.46' |
| 65 | user: 'community' |
| 66 | pass: 'admin' |
| 67 | dp_iface_name: 'eth1.35' |
| 68 | container_type: LXC |
Mahir Gunyel | 1e5ac7f | 2022-11-11 14:04:24 -0800 | [diff] [blame] | 69 | container_name: ZYXE8CAC752C |
serkantul | 00f2805 | 2022-10-07 05:06:04 +0300 | [diff] [blame] | 70 | onu: 'ZYWN8cac752c' |
Girish Gowdra | 6d00f74 | 2022-09-27 07:50:12 -0700 | [diff] [blame] | 71 | olt: 'S210Z14009247' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 72 | c_tag: '801' |
Mahir Gunyel | ecef067 | 2023-12-20 23:59:47 -0800 | [diff] [blame] | 73 | s_tag: '211' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 74 | power_switch_port: 4 |
| 75 | onu_type: 'zyxel' |
| 76 | service_type: 'hsia' |
| 77 | uni_id: '1' |
| 78 | - |
| 79 | ip: '10.34.90.46' |
| 80 | user: 'community' |
| 81 | pass: 'admin' |
| 82 | dp_iface_name: 'eth1.65' |
| 83 | container_type: LXC |
Mahir Gunyel | 1e5ac7f | 2022-11-11 14:04:24 -0800 | [diff] [blame] | 84 | container_name: ZYXE8CAC752C |
Mahir Gunyel | 16be268 | 2022-11-10 12:42:25 -0800 | [diff] [blame] | 85 | onu: 'ZYWN8cac752c' |
Girish Gowdra | 6d00f74 | 2022-09-27 07:50:12 -0700 | [diff] [blame] | 86 | olt: 'S210Z14009247' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 87 | c_tag: '444' |
Mahir Gunyel | ecef067 | 2023-12-20 23:59:47 -0800 | [diff] [blame] | 88 | s_tag: '433' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 89 | power_switch_port: 4 |
Mahir Gunyel | ecef067 | 2023-12-20 23:59:47 -0800 | [diff] [blame] | 90 | onu_type: 'zyxel' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 91 | service_type: 'voip' |
| 92 | uni_id: '1' |
| 93 | - |
| 94 | ip: '10.34.90.46' |
| 95 | user: 'community' |
| 96 | pass: 'admin' |
| 97 | dp_iface_name: 'eth1.55' |
| 98 | container_type: LXC |
Mahir Gunyel | 1e5ac7f | 2022-11-11 14:04:24 -0800 | [diff] [blame] | 99 | container_name: ZYXE8CAC752C |
Mahir Gunyel | 16be268 | 2022-11-10 12:42:25 -0800 | [diff] [blame] | 100 | onu: 'ZYWN8cac752c' |
Girish Gowdra | 6d00f74 | 2022-09-27 07:50:12 -0700 | [diff] [blame] | 101 | olt: 'S210Z14009247' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 102 | c_tag: '55' |
Mahir Gunyel | ecef067 | 2023-12-20 23:59:47 -0800 | [diff] [blame] | 103 | s_tag: '655' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 104 | power_switch_port: 4 |
Mahir Gunyel | ecef067 | 2023-12-20 23:59:47 -0800 | [diff] [blame] | 105 | onu_type: 'zyxel' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 106 | service_type: 'vod' |
| 107 | uni_id: '1' |
| 108 | - |
| 109 | ip: '10.34.90.46' |
| 110 | user: 'community' |
| 111 | pass: 'admin' |
| 112 | dp_iface_name: 'eth1.55' |
| 113 | container_type: LXC |
Mahir Gunyel | 1e5ac7f | 2022-11-11 14:04:24 -0800 | [diff] [blame] | 114 | container_name: ZYXE8CAC752C |
Mahir Gunyel | 16be268 | 2022-11-10 12:42:25 -0800 | [diff] [blame] | 115 | onu: 'ZYWN8cac752c' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 116 | olt: 'S210Z14009247' |
| 117 | c_tag: '55' |
Mahir Gunyel | ecef067 | 2023-12-20 23:59:47 -0800 | [diff] [blame] | 118 | s_tag: '650' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 119 | power_switch_port: 4 |
Mahir Gunyel | ecef067 | 2023-12-20 23:59:47 -0800 | [diff] [blame] | 120 | onu_type: 'zyxel' |
| 121 | mcast_rg: '10.12.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' |
| 123 | service_type: 'mcast' |
| 124 | uni_id: '1' |
| 125 | dst: |
| 126 | - |
| 127 | ip: null |
| 128 | user: null |
| 129 | pass: null |
Mahir Gunyel | 16c10e0 | 2022-11-28 12:47:59 -0800 | [diff] [blame] | 130 | dp_iface_name: ens1f0 |
Mahir Gunyel | ecef067 | 2023-12-20 23:59:47 -0800 | [diff] [blame] | 131 | dp_iface_ip_qinq: '10.12.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 |
Mahir Gunyel | 16c10e0 | 2022-11-28 12:47:59 -0800 | [diff] [blame] | 140 | dp_iface_name: ens1f0 |
Mahir Gunyel | ecef067 | 2023-12-20 23:59:47 -0800 | [diff] [blame] | 141 | dp_iface_ip_qinq: '10.12.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 |
Mahir Gunyel | d588f70 | 2022-11-17 01:02:47 -0800 | [diff] [blame] | 150 | noroot_ip: '10.34.90.43' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 151 | noroot_user: community |
| 152 | noroot_pass: admin |
| 153 | dp_iface_name: ens1f0 |
Mahir Gunyel | ecef067 | 2023-12-20 23:59:47 -0800 | [diff] [blame] | 154 | dp_iface_ip_qinq: '10.12.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 |
| 163 | bng_ip: '10.34.90.43' |
| 164 | bng_user: community |
| 165 | bng_pass: admin |
Mahir Gunyel | 16c10e0 | 2022-11-28 12:47:59 -0800 | [diff] [blame] | 166 | dp_iface_name: ens1f0 |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 167 | dp_iface_ip_qinq: '225.22.0.2' |
| 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: |
| 174 | ip: '10.34.90.61' |
| 175 | user: 'admin' |
| 176 | password: 'secret' |
Mahir Gunyel | ecef067 | 2023-12-20 23:59:47 -0800 | [diff] [blame] | 177 | type: 'EPC' |