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 | - |
Andrea Campanella | e847e3b | 2022-06-10 11:13:54 -0700 | [diff] [blame] | 28 | ip: '10.35.90.20' |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 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' |
Matteo Scandolo | a169a45 | 2022-06-13 14:24:08 -0700 | [diff] [blame] | 36 | # ip: 10.35.90.17 |
Matteo Scandolo | 4ccc2a1 | 2022-01-10 12:19:13 -0800 | [diff] [blame] | 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 | - |
Andrea Campanella | e847e3b | 2022-06-10 11:13:54 -0700 | [diff] [blame] | 45 | ip: 10.35.90.21 |
| 46 | sship: 10.35.90.21 |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 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 | c0056b1 | 2022-06-28 14:48:12 -0700 | [diff] [blame] | 52 | oltDebVersion: openolt_rlt-1600x-w-3.7.4-3b190f0-nni40g.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 |
Girish Gowdra | d48ad8b | 2022-06-29 11:05:08 -0700 | [diff] [blame] | 58 | #- |
| 59 | # ip: 10.35.90.18 |
| 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 |
| 69 | # power_switch_port: 4 |
| 70 | # uni_id: 1 |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 71 | - |
Andrea Campanella | e847e3b | 2022-06-10 11:13:54 -0700 | [diff] [blame] | 72 | ip: 10.35.90.20 |
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 | - |
Andrea Campanella | e847e3b | 2022-06-10 11:13:54 -0700 | [diff] [blame] | 85 | ip: 10.35.90.20 |
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 |
| 97 | |
| 98 | dst: |
| 99 | # 1600X OLT |
Girish Gowdra | d48ad8b | 2022-06-29 11:05:08 -0700 | [diff] [blame] | 100 | #- |
| 101 | # dp_iface_ip_qinq: 10.89.88.254 |
| 102 | # ip: null |
| 103 | # user: null |
| 104 | # pass: null |
| 105 | # noroot_ip: 10.35.90.20 |
| 106 | # noroot_user: cord |
| 107 | # noroot_pass: cord |
| 108 | # dp_iface_name: enp3s0d1 |
| 109 | # dp_iface_ip: null |
| 110 | # dp_iface_gateway: null |
| 111 | # container_type: null |
| 112 | # container_name: null |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 113 | - |
Girish Gowdra | 48e9a1d | 2021-11-08 11:26:23 -0800 | [diff] [blame] | 114 | dp_iface_ip_qinq: 10.190.89.254 |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 115 | ip: null |
| 116 | user: null |
| 117 | pass: null |
Andrea Campanella | e847e3b | 2022-06-10 11:13:54 -0700 | [diff] [blame] | 118 | noroot_ip: 10.35.90.20 |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 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 |
| 126 | - |
| 127 | dp_iface_ip_qinq: 10.91.90.254 |
| 128 | ip: null |
| 129 | user: null |
| 130 | pass: null |
Andrea Campanella | e847e3b | 2022-06-10 11:13:54 -0700 | [diff] [blame] | 131 | noroot_ip: 10.35.90.20 |
Girish Gowdra | 1c93de8 | 2021-09-09 13:45:24 -0700 | [diff] [blame] | 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 |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 139 | |
| 140 | web_power_switch: |
Girish Gowdra | 2a80c9f | 2022-06-22 16:17:22 -0700 | [diff] [blame] | 141 | ip: '10.35.90.25' |
Matteo Scandolo | e202751 | 2021-08-11 10:06:18 -0700 | [diff] [blame] | 142 | user: 'cord' |
| 143 | password: 'cord' |
| 144 | type: 'DLI' |