Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 1 | # Copyright 2017-present Open Networking Foundation |
| 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 |
| 59 | board_technology: XGSPON |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 60 | |
| 61 | onus: |
| 62 | - |
| 63 | serial: 'ZYXE8cac752c' |
| 64 | |
| 65 | hosts: |
| 66 | src: |
| 67 | - |
| 68 | ip: '10.34.90.46' |
| 69 | user: 'community' |
| 70 | pass: 'admin' |
| 71 | dp_iface_name: 'eth1.35' |
| 72 | container_type: LXC |
| 73 | container_name: ZYXE8CAC752C |
| 74 | onu: 'ZYXE8cac752c' |
Girish Gowdra | 6d00f74 | 2022-09-27 07:50:12 -0700 | [diff] [blame^] | 75 | olt: 'S210Z14009247' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 76 | c_tag: '801' |
| 77 | s_tag: '111' |
| 78 | power_switch_port: 4 |
| 79 | onu_type: 'zyxel' |
| 80 | service_type: 'hsia' |
| 81 | uni_id: '1' |
| 82 | - |
| 83 | ip: '10.34.90.46' |
| 84 | user: 'community' |
| 85 | pass: 'admin' |
| 86 | dp_iface_name: 'eth1.65' |
| 87 | container_type: LXC |
| 88 | container_name: ZYXE8CAC752C |
| 89 | onu: 'ZYXE8cac752c' |
Girish Gowdra | 6d00f74 | 2022-09-27 07:50:12 -0700 | [diff] [blame^] | 90 | olt: 'S210Z14009247' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 91 | c_tag: '444' |
| 92 | s_tag: '333' |
| 93 | power_switch_port: 4 |
| 94 | onu_type: '' |
| 95 | service_type: 'voip' |
| 96 | uni_id: '1' |
| 97 | - |
| 98 | ip: '10.34.90.46' |
| 99 | user: 'community' |
| 100 | pass: 'admin' |
| 101 | dp_iface_name: 'eth1.55' |
| 102 | container_type: LXC |
| 103 | container_name: ZYXE8CAC752C |
| 104 | onu: 'ZYXE8cac752c' |
Girish Gowdra | 6d00f74 | 2022-09-27 07:50:12 -0700 | [diff] [blame^] | 105 | olt: 'S210Z14009247' |
Girish Gowdra | 5d7357d | 2022-09-18 21:19:37 -0700 | [diff] [blame] | 106 | c_tag: '55' |
| 107 | s_tag: '555' |
| 108 | power_switch_port: 4 |
| 109 | onu_type: '' |
| 110 | service_type: 'vod' |
| 111 | uni_id: '1' |
| 112 | - |
| 113 | ip: '10.34.90.46' |
| 114 | user: 'community' |
| 115 | pass: 'admin' |
| 116 | dp_iface_name: 'eth1.55' |
| 117 | container_type: LXC |
| 118 | container_name: ZYXE8CAC752C |
| 119 | onu: 'ZYXE8cac752c' |
| 120 | olt: 'S210Z14009247' |
| 121 | c_tag: '55' |
| 122 | s_tag: '550' |
| 123 | power_switch_port: 4 |
| 124 | onu_type: '' |
| 125 | mcast_rg: '10.11.6.3/24' |
| 126 | mcast_grp_subnet_mask: '224.0.0.0/4' |
| 127 | service_type: 'mcast' |
| 128 | uni_id: '1' |
| 129 | dst: |
| 130 | - |
| 131 | ip: null |
| 132 | user: null |
| 133 | pass: null |
| 134 | dp_iface_name: null |
| 135 | dp_iface_ip_qinq: '10.11.1.254' |
| 136 | dp_iface_ip: null |
| 137 | dp_iface_gateway: null |
| 138 | container_type: null |
| 139 | container_name: null |
| 140 | - |
| 141 | ip: null |
| 142 | user: null |
| 143 | pass: null |
| 144 | dp_iface_name: null |
| 145 | dp_iface_ip_qinq: '10.11.4.254' |
| 146 | dp_iface_ip: null |
| 147 | dp_iface_gateway: null |
| 148 | container_type: null |
| 149 | container_name: null |
| 150 | - |
| 151 | ip: null |
| 152 | user: null |
| 153 | pass: null |
| 154 | noroot_ip: '10.34.90.46' |
| 155 | noroot_user: community |
| 156 | noroot_pass: admin |
| 157 | dp_iface_name: ens1f0 |
| 158 | dp_iface_ip_qinq: '10.11.5.254' |
| 159 | dp_iface_ip: null |
| 160 | dp_iface_gateway: null |
| 161 | container_type: null |
| 162 | container_name: null |
| 163 | - |
| 164 | ip: null |
| 165 | user: null |
| 166 | pass: null |
| 167 | bng_ip: '10.34.90.43' |
| 168 | bng_user: community |
| 169 | bng_pass: admin |
| 170 | dp_iface_name: null |
| 171 | dp_iface_ip_qinq: '225.22.0.2' |
| 172 | dp_iface_ip: null |
| 173 | dp_iface_gateway: null |
| 174 | container_type: null |
| 175 | container_name: null |
| 176 | |
Girish Gowdra | 372c88a | 2022-09-26 17:46:18 -0700 | [diff] [blame] | 177 | web_power_switch: |
| 178 | ip: '10.34.90.61' |
| 179 | user: 'admin' |
| 180 | password: 'secret' |
| 181 | type: 'EPC' |