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 | - |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 28 | ip: '10.90.0.241' |
| 29 | user: 'cord' |
| 30 | pass: 'cord' |
| 31 | |
Matteo Scandolo | 47d7d05 | 2022-01-10 14:34:56 -0800 | [diff] [blame] | 32 | fabric_switches: [] |
Matteo Scandolo | 4ccc2a1 | 2022-01-10 12:19:13 -0800 | [diff] [blame] | 33 | # The switch is shared across 3 PODs, thus is externally controlled |
Matteo Scandolo | 4ccc2a1 | 2022-01-10 12:19:13 -0800 | [diff] [blame] | 34 | # - |
| 35 | # mac: '8c:ea:1b:a7:29:72' |
| 36 | # ip: 10.90.0.243 |
| 37 | # user: root |
| 38 | # pass: onl |
| 39 | # bngPort: 31 |
| 40 | # device_id: 'of:0000000000000001' |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 41 | |
| 42 | olts: |
| 43 | # Gpon OLT |
| 44 | - |
| 45 | ip: 10.90.0.245 |
| 46 | sship: 10.90.0.245 |
| 47 | user: root |
| 48 | pass: onl |
| 49 | fortygig: True |
Girish Gowdra | 37dbd9e | 2021-08-11 11:13:06 -0700 | [diff] [blame] | 50 | aggPort: 2 |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 51 | serial: 722033038194 |
Girish Gowdra | 870bde1 | 2021-12-13 09:49:50 +0530 | [diff] [blame] | 52 | oltDebVersion: openolt_rlt-1600x-w-40g-3.6.2-cdd5e5f29842b7b51a277958031de720d0dc9407.deb |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 53 | board_technology: GPON |
| 54 | |
| 55 | hosts: |
| 56 | src: |
| 57 | # 1600X OLT |
| 58 | - |
| 59 | ip: 10.90.0.240 |
| 60 | user: cord |
| 61 | pass: cord |
| 62 | dp_iface_name: eth1.88 |
| 63 | container_type: LXC |
| 64 | container_name: SCOMa0108adf |
| 65 | onu: SCOMa0108adf |
| 66 | olt: 722033038194 |
| 67 | c_tag: 88 |
| 68 | s_tag: 89 |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 69 | power_switch_port: 4 |
| 70 | uni_id: 1 |
| 71 | - |
Girish Gowdra | c62906d | 2021-10-15 11:41:31 -0700 | [diff] [blame] | 72 | ip: 10.90.0.241 |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 73 | user: cord |
| 74 | pass: cord |
| 75 | dp_iface_name: eth1.89 |
| 76 | container_type: LXC |
| 77 | container_name: SCOMa030230f |
| 78 | onu: SCOMa030230f |
| 79 | olt: 722033038194 |
| 80 | c_tag: 89 |
| 81 | s_tag: 90 |
| 82 | power_switch_port: 2 |
| 83 | uni_id: 1 |
| 84 | - |
Girish Gowdra | c62906d | 2021-10-15 11:41:31 -0700 | [diff] [blame] | 85 | ip: 10.90.0.241 |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 86 | user: cord |
| 87 | pass: cord |
| 88 | dp_iface_name: eth1.90 |
| 89 | container_type: LXC |
| 90 | container_name: SCOMa030216a |
| 91 | onu: SCOMa030216a |
| 92 | olt: 722033038194 |
| 93 | c_tag: 90 |
| 94 | s_tag: 91 |
| 95 | power_switch_port: 1 |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 96 | uni_id: 1 |
Girish Gowdra | f2330f6 | 2022-02-16 13:53:56 -0800 | [diff] [blame] | 97 | - |
| 98 | ip: 10.90.0.51 |
| 99 | user: ubuntu |
| 100 | pass: null |
| 101 | dp_iface_name: eth1.92 |
| 102 | container_type: LXC |
| 103 | container_name: ZYWN67C18B52 |
| 104 | onu: ZYWN67c18b52 |
| 105 | olt: 722033038194 |
| 106 | c_tag: 92 |
| 107 | s_tag: 93 |
| 108 | power_switch_port: null |
| 109 | uni_id: 1 |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 110 | |
| 111 | dst: |
| 112 | # 1600X OLT |
| 113 | - |
| 114 | dp_iface_ip_qinq: 10.89.88.254 |
| 115 | ip: null |
| 116 | user: null |
| 117 | pass: null |
| 118 | noroot_ip: 10.90.0.241 |
| 119 | noroot_user: cord |
| 120 | noroot_pass: cord |
| 121 | dp_iface_name: enp3s0d1 |
| 122 | dp_iface_ip: null |
| 123 | dp_iface_gateway: null |
| 124 | container_type: null |
| 125 | container_name: null |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 126 | - |
Girish Gowdra | 48e9a1d | 2021-11-08 11:26:23 -0800 | [diff] [blame] | 127 | dp_iface_ip_qinq: 10.190.89.254 |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 128 | ip: null |
| 129 | user: null |
| 130 | pass: null |
| 131 | noroot_ip: 10.90.0.241 |
| 132 | noroot_user: cord |
| 133 | noroot_pass: cord |
| 134 | dp_iface_name: enp3s0d1 |
| 135 | dp_iface_ip: null |
| 136 | dp_iface_gateway: null |
| 137 | container_type: null |
| 138 | container_name: null |
| 139 | - |
| 140 | dp_iface_ip_qinq: 10.91.90.254 |
| 141 | ip: null |
| 142 | user: null |
| 143 | pass: null |
| 144 | noroot_ip: 10.90.0.241 |
| 145 | noroot_user: cord |
| 146 | noroot_pass: cord |
| 147 | dp_iface_name: enp3s0d1 |
| 148 | dp_iface_ip: null |
| 149 | dp_iface_gateway: null |
| 150 | container_type: null |
| 151 | container_name: null |
Girish Gowdra | f2330f6 | 2022-02-16 13:53:56 -0800 | [diff] [blame] | 152 | - |
| 153 | dp_iface_ip_qinq: 10.93.92.254 |
| 154 | ip: null |
| 155 | user: null |
| 156 | pass: null |
| 157 | noroot_ip: 10.90.0.241 |
| 158 | noroot_user: cord |
| 159 | noroot_pass: cord |
| 160 | dp_iface_name: enp3s0d1 |
| 161 | dp_iface_ip: null |
| 162 | dp_iface_gateway: null |
| 163 | container_type: null |
| 164 | container_name: null |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 165 | |
| 166 | web_power_switch: |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 167 | ip: '10.90.0.251' |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 168 | user: 'cord' |
| 169 | password: 'cord' |
| 170 | type: 'DLI' |