Hardik Windlass | 1a2ce4d | 2022-03-30 04:42:40 +0000 | [diff] [blame] | 1 | --- |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 2 | |
Joey Armstrong | 92ac4cf | 2022-12-27 07:39:37 -0500 | [diff] [blame] | 3 | # Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 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. |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [diff] [blame] | 16 | |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 17 | # Automated deployment configuration for Tucson pod |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [diff] [blame] | 18 | |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 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 |
Andrea Campanella | 2da3a1d | 2020-11-04 09:45:54 +0100 | [diff] [blame] | 24 | |
| 25 | # This tells the control node how to reach the Kubernetes nodes. |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 26 | nodes: |
| 27 | - |
Cristina de Francisco | 1d344d8 | 2024-11-19 15:51:11 +0100 | [diff] [blame] | 28 | ip: 'node-3.berlin-lab.lfbroadband.org' |
Andrea Campanella | 2da3a1d | 2020-11-04 09:45:54 +0100 | [diff] [blame] | 29 | user: 'community' |
| 30 | pass: 'admin' |
| 31 | - |
Cristina de Francisco | 1d344d8 | 2024-11-19 15:51:11 +0100 | [diff] [blame] | 32 | ip: 'node-1.berlin-lab.lfbroadband.org' |
Andrea Campanella | 2da3a1d | 2020-11-04 09:45:54 +0100 | [diff] [blame] | 33 | user: 'community' |
| 34 | pass: 'admin' |
| 35 | - |
Cristina de Francisco | 1d344d8 | 2024-11-19 15:51:11 +0100 | [diff] [blame] | 36 | ip: 'node-2.berlin-lab.lfbroadband.org' |
Andrea Campanella | 2da3a1d | 2020-11-04 09:45:54 +0100 | [diff] [blame] | 37 | user: 'community' |
| 38 | pass: 'admin' |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [diff] [blame] | 39 | |
Girish Gowdra | d6ff208 | 2022-05-19 14:29:41 -0700 | [diff] [blame] | 40 | fabric_switches: [] |
| 41 | # The switch is shared across 2 PODs, thus is externally controlled |
| 42 | # - |
| 43 | # mac: '8c:ea:1b:a7:29:72' |
| 44 | # ip: 10.34.90.55 |
| 45 | # user: root |
| 46 | # pass: onl |
| 47 | # bngPort: 157 |
| 48 | # device_id: 'of:0000000000000001' |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [diff] [blame] | 49 | |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 50 | olts: |
| 51 | # Gpon OLT |
| 52 | - |
Cristina de Francisco | 1d344d8 | 2024-11-19 15:51:11 +0100 | [diff] [blame] | 53 | ip: radisys-olt.berlin-lab.lfbroadband.org |
| 54 | sship: radisys-olt.berlin-lab.lfbroadband.org |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 55 | user: root |
| 56 | pass: onl |
| 57 | fortygig: False |
Cristina de Francisco | 1d344d8 | 2024-11-19 15:51:11 +0100 | [diff] [blame] | 58 | aggPort: 1 |
| 59 | serial: 722033038194 |
| 60 | oltDebVersion: openolt_rlt-1600x-w-3.10.1-05bf9d424f4fae480cb0fe2c13ffbde5b6be27ee.deb |
Girish Gowdra | 8311252 | 2021-07-07 12:05:42 -0700 | [diff] [blame] | 61 | board_technology: GPON |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [diff] [blame] | 62 | |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 63 | hosts: |
| 64 | src: |
| 65 | #GPON ONU |
| 66 | - |
Cristina de Francisco | 1d344d8 | 2024-11-19 15:51:11 +0100 | [diff] [blame] | 67 | ip: node-3.berlin-lab.lfbroadband.org |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 68 | user: community |
| 69 | pass: admin |
| 70 | dp_iface_name: eth1.7 |
| 71 | container_type: LXC |
Cristina de Francisco | 1d344d8 | 2024-11-19 15:51:11 +0100 | [diff] [blame] | 72 | container_name: SCOM00001C82 |
Girish Gowdra | 17bb5ef | 2022-03-11 14:03:32 -0800 | [diff] [blame] | 73 | onu: SCOM00001c82 |
Cristina de Francisco | 1d344d8 | 2024-11-19 15:51:11 +0100 | [diff] [blame] | 74 | olt: 722033038194 |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 75 | c_tag: 7 |
Girish Gowdra | 17bb5ef | 2022-03-11 14:03:32 -0800 | [diff] [blame] | 76 | s_tag: 31 |
Cristina de Francisco | 1d344d8 | 2024-11-19 15:51:11 +0100 | [diff] [blame] | 77 | power_switch_port: 4 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 78 | uni_id: 1 |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 79 | dst: |
| 80 | - |
Girish Gowdra | 17bb5ef | 2022-03-11 14:03:32 -0800 | [diff] [blame] | 81 | dp_iface_ip_qinq: 10.31.7.254 |
Andrea Campanella | 73912bc | 2021-11-15 18:37:57 -0800 | [diff] [blame] | 82 | ip: null |
| 83 | user: null |
| 84 | pass: null |
Cristina de Francisco | 727823d | 2024-11-22 08:49:32 +0100 | [diff] [blame^] | 85 | noroot_ip: bng.berlin-lab.lfbroadband.org |
Andrea Campanella | 73912bc | 2021-11-15 18:37:57 -0800 | [diff] [blame] | 86 | noroot_user: community |
| 87 | noroot_pass: admin |
Cristina de Francisco | 1d344d8 | 2024-11-19 15:51:11 +0100 | [diff] [blame] | 88 | dp_iface_name: enp7s0 |
Andrea Campanella | 73912bc | 2021-11-15 18:37:57 -0800 | [diff] [blame] | 89 | dp_iface_ip: null |
| 90 | dp_iface_gateway: null |
| 91 | container_type: null |
| 92 | container_name: null |
Matteo Scandolo | 24d84dd | 2022-04-01 13:58:55 -0700 | [diff] [blame] | 93 | |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 94 | web_power_switch: |
Cristina de Francisco | 1d344d8 | 2024-11-19 15:51:11 +0100 | [diff] [blame] | 95 | ip: 'pdu02.berlin-lab.lfbroadband.org' |
Andrea Campanella | b9411eb | 2020-04-02 15:21:36 +0200 | [diff] [blame] | 96 | user: 'admin' |
| 97 | password: 'secret' |
| 98 | type: 'EPC' |