Hung-Wei Chiu | 77c969e | 2020-10-23 18:13:07 +0000 | [diff] [blame] | 1 | .. |
| 2 | SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 3 | SPDX-License-Identifier: Apache-2.0 |
| 4 | |
Hung-Wei Chiu | 77c969e | 2020-10-23 18:13:07 +0000 | [diff] [blame] | 5 | Overview |
| 6 | ======== |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 7 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 8 | There are many ways to deploy Aether, depending on the requirements of the edge |
| 9 | site. The Reliability, Availability, and Serviceability (RAS) of each set of |
| 10 | equipment will differ depending on the characteristics of each edge. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 11 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 12 | This document provides several hardware deployment options and explains the |
| 13 | differences between them. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 14 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 15 | Deployment Options |
| 16 | ------------------ |
| 17 | |
| 18 | Development Environments |
| 19 | """""""""""""""""""""""" |
| 20 | |
| 21 | For users looking for a development or fully software-simulated environment, |
| 22 | there is ``Aether-in-a-Box (AiaB)`` - instructions for running this can be |
Andy Bavier | f73c3d2 | 2021-08-30 10:29:06 -0700 | [diff] [blame] | 23 | found in the :doc:`Setting Up Aether-in-a-Box </developer/aiab>`. AiaB |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 24 | is only suitable for testing and developing software, and can't connect to |
| 25 | physical hardware, but is a good choice for learning about the different |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 26 | software components within Aether. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 27 | |
| 28 | Production Environments |
| 29 | """"""""""""""""""""""" |
| 30 | |
| 31 | Deploying Aether on hardware is required for both production deployments and |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 32 | hardware testing. Before deploying Aether, a detailed plan including the |
| 33 | network topology, hardware, and all cabling needs to be created. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 34 | |
| 35 | For redundancy of workloads running in Kubernetes, at least 3 compute nodes |
| 36 | must be available. A single or pair of compute nodes can be used, but software |
| 37 | would need to be configured without High Availability (HA) enabled. |
Zack Williams | e8c3b2c | 2021-02-01 12:47:28 -0700 | [diff] [blame] | 38 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 39 | The topologies below are *simplified physical topologies* to show the equipment |
| 40 | needed and the minimal connectivity between devices. Within these topologies, |
| 41 | multiple VLANs, routing, and other network-level configuration is required to |
| 42 | make a functional Aether edge. |
| 43 | |
| 44 | There are also possible RAS improvements that can be done at a topology level - |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 45 | for example, fabric switch connections can be made with two cables, and |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 46 | configured to tolerate the failure or replacement of one cable or NIC port, |
| 47 | which is recommended especially for inter-switch links. |
| 48 | |
| 49 | Edge Connectivity |
| 50 | ----------------- |
| 51 | |
| 52 | Aether's is a managed service, and Aether Edges require a constant connection |
| 53 | via VPN to the 4G and 5G core in Aether Central for managing subscriber |
| 54 | information. |
| 55 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 56 | The edge site must provide internet access to the Aether edge, specifically the |
| 57 | Management Server. The traffic required is: |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 58 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 59 | * VPN connection (ESP protocol, Ports UDP/500 and UDP/4500) to Aether Central |
| 60 | |
| 61 | * SSH (TCP/22). used for installation, troubleshooting, and updating the site. |
| 62 | |
| 63 | * General outgoing internet access used for installation of software and other |
| 64 | components from ONF and public (Ubuntu) software repositories. |
| 65 | |
| 66 | The open ports can be restricted to specific internet addresses which are used |
| 67 | for Aether. |
| 68 | |
| 69 | The Management Server needs to have an IP address assigned to it, which can be either: |
| 70 | |
| 71 | * A public static IP address |
| 72 | |
| 73 | * Behind NAT with port forwarding with the ports listed above forwarded to the |
| 74 | Management Server |
| 75 | |
| 76 | In either case, the Management Server's IP address should be assigned using |
| 77 | a reserved DHCP if possible, which eases the installation process. |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 78 | |
| 79 | BESS-based Network Topology |
| 80 | --------------------------- |
| 81 | |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 82 | The :doc:`Software-only BESS UPF </edge_deployment/bess_upf_deployment>`, is |
| 83 | supported for production use in the Aether 1.5 release. This UPF can be used |
| 84 | for deployments that do not have P4 switching hardware. |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 85 | |
| 86 | .. image:: images/edge_mgmt_only.svg |
| 87 | :alt: BESS network topology |
| 88 | |
| 89 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 90 | `BESS <https://github.com/NetSys/bess>`_ runs on an x86 compute server, and is |
| 91 | deployed using Kubernetes. In production it requires an SR-IOV capable network |
| 92 | card, and specific K8s CNIs to be used. |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 93 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 94 | The Management Server and Switch must be configured with multiple VLANs and |
| 95 | subnets with routing required for the BESS UPF. |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 96 | |
| 97 | P4-based Network Topology |
| 98 | ------------------------- |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 99 | |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 100 | .. note:: |
| 101 | |
| 102 | The P4-based SD-Fabric UPF is an advanced feature and is of beta quality in |
| 103 | the Aether 1.5 release. It requires one or more P4-capable switches using |
| 104 | the Tofino chipset. |
| 105 | |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 106 | If only a single P4 switch is used, the :doc:`Simple |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 107 | <trellis:supported-topology>` topology can be used, but provides no network |
| 108 | redundancy: |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 109 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 110 | .. image:: images/edge_single.svg |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 111 | :alt: Single Switch Topology |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 112 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 113 | If another switch is added, the "Paired Leaves" (aka :doc:`Paired Switches |
| 114 | <trellis:supported-topology>`) topology can be used, which can tolerate the |
| 115 | loss of a leaf switch and still retain connections for all dual-homed devices. |
| 116 | Single homed devices on the failed leaf would lose their connections (the |
| 117 | single-homed server is shown for reference, and not required). If HA is needed |
| 118 | for single-homed devices, one option would be to deploying multiple of those |
| 119 | devices in a way that provides that redundancy - for example, multiple eNBs |
| 120 | where some are connected to each leaf and have overlapping radio coverage: |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 121 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 122 | .. image:: images/edge_paired_leaves.svg |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 123 | :alt: Paired Leaves Topology |
Zack Williams | e8c3b2c | 2021-02-01 12:47:28 -0700 | [diff] [blame] | 124 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 125 | For larger deployments, a 2x2 fabric can be configured (aka :doc:`Single-Stage |
| 126 | Leaf-Spine <trellis:supported-topology>`), which provide Spine redundancy, but |
| 127 | does not support dual-homing of devices. |
| 128 | |
| 129 | .. image:: images/edge_2x2.svg |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 130 | :alt: 2x2 Fabric Topology |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 131 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 132 | Other topologies as described in the :doc:`Trellis Documentation |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 133 | <trellis:supported-topology>` can possibly be used, but are not actively being |
| 134 | tested at this time. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 135 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 136 | Additionally, the P4-based topologies can support running both the BESS UPF and |
| 137 | P4 UPF on the same hardware at the same time if desired (for testing, or |
| 138 | simultaneous 4G/5G support). |
Zack Williams | e8c3b2c | 2021-02-01 12:47:28 -0700 | [diff] [blame] | 139 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 140 | Hardware Descriptions |
| 141 | --------------------- |
Zack Williams | e8c3b2c | 2021-02-01 12:47:28 -0700 | [diff] [blame] | 142 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 143 | Fabric Switch |
| 144 | """"""""""""" |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 145 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 146 | To use the P4 UPF, you must use fabric switches based on the `Intel (previously |
| 147 | Barefoot) Tofino chipset |
| 148 | <https://www.intel.com/content/www/us/en/products/network-io/programmable-ethernet-switch/tofino-series.html>`_. |
| 149 | There are two variants of this switching chipset, with different resources and |
| 150 | capabilities. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 151 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 152 | Aether currently supports these P4 switch models: |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 153 | |
| 154 | * `EdgeCore Wedge100BF-32X |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 155 | <https://www.edge-core.com/productsInfo.php?cls=1&cls2=180&cls3=181&id=335>`_, |
| 156 | a Dual Pipe Tofino ASIC |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 157 | |
| 158 | * `EdgeCore Wedge100BF-32QS |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 159 | <https://www.edge-core.com/productsInfo.php?cls=1&cls2=180&cls3=181&id=770>`_, |
| 160 | a Quad Pipe Tofino ASIC, which has more chip resources and a faster embedded |
| 161 | system with more memory and storage. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 162 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 163 | The P4 UPF and SD-Fabric features run within the constraints of the Dual Pipe |
| 164 | system for production deployments, but for development of features in P4, the |
| 165 | larger capacity of the Quad Pipe is desirable. |
| 166 | |
| 167 | These switches feature 32 QSFP+ ports capable of running in 100GbE, 40GbE, or |
| 168 | 4x 10GbE mode (using a split DAC or fiber cable) and have a 1GbE management |
| 169 | network interface. |
| 170 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 171 | See also the :ref:`Rackmount of Equipment |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 172 | <edge_deployment/site_planning:rackmount of equipment>` for how the Fabric |
| 173 | switches should be rackmounted to ensure proper airflow within a rack. |
| 174 | |
| 175 | Compute Server |
| 176 | """""""""""""" |
| 177 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 178 | These servers run Kubernetes, Aether connectivity apps, and edge applications. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 179 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 180 | Minimum hardware specifications: |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 181 | |
| 182 | * AMD64 (aka x86-64) architecture |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 183 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 184 | * 8 CPU Cores (minimum), 16+ recommended |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 185 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 186 | * 32GB of RAM (minimum), 128GB+ recommended |
| 187 | |
| 188 | * 250 GB of storage (SSD preferred), 1TB+ recommended |
| 189 | |
| 190 | * 2x 40GbE or 100GbE Ethernet network card to P4 switches, with DPDK support |
| 191 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 192 | * 1x 1GbE management network port, with PXE boot support. 2x required for BESS |
| 193 | UPF. |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 194 | |
| 195 | Optional but highly recommended: |
| 196 | |
| 197 | * Lights out management support, with either a shared or separate NIC and |
| 198 | support for HTML5 console access. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 199 | |
| 200 | Management Server |
| 201 | """"""""""""""""" |
| 202 | |
| 203 | One management server is required, which must have at least two 1GbE network |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 204 | ports, and runs a variety of network services to bootstrap and support the |
| 205 | edge. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 206 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 207 | In current Aether deployments, the Management Server also functions as a router |
| 208 | and VPN gateway back to Aether Central. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 209 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 210 | Minimum hardware specifications: |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 211 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 212 | * AMD64 (aka x86-64) architecture |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 213 | |
| 214 | * 4 CPU cores, or more |
| 215 | |
| 216 | * 8GB of RAM, or more |
| 217 | |
| 218 | * 120GB of storage (SSD preferred), or more |
| 219 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 220 | * 2x 1GbE Network interfaces (one for WAN, one to the management switch) with |
| 221 | PXE boot support. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 222 | |
| 223 | Optional: |
| 224 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 225 | * 10GbE or 40GbE network card with DPDK support to connect to fabric switch |
| 226 | |
| 227 | * Lights out management support, with either a shared or separate NIC and |
| 228 | support for HTML5 console access. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 229 | |
| 230 | Management Switch |
| 231 | """"""""""""""""" |
| 232 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 233 | A managed L2/L3 management switch is required to provide connectivity within |
| 234 | the cluster for bootstrapping equipment. It is configured with multiple VLANs |
| 235 | to separate the management plane, fabric, and the out-of-band and lights out |
| 236 | management connections on the equipment. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 237 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 238 | Minimum requirements: |
| 239 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 240 | * 8x 1GbE Copper Ethernet ports (adjust to provide a sufficient number for |
| 241 | every copper 1GbE port in the system) |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 242 | |
| 243 | * 2x 10GbE SFP+ or 40GbE QSFP interfaces (only required if management server |
| 244 | does not have a network card with these ports) |
| 245 | |
| 246 | * Managed via SSH or web interface |
| 247 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 248 | * LLDP protocol support, for debugging cabling issues |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 249 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 250 | * Capable supporting VLANs on each port, with both tagged and untagged traffic |
| 251 | sharing a port. |
| 252 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 253 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 254 | Optional: |
| 255 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 256 | * PoE+ support, which can power eNB and monitoring hardware, if using |
| 257 | Management switch to host these devices. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 258 | |
| 259 | eNB Radio |
| 260 | """"""""" |
| 261 | |
| 262 | The LTE eNB used in most deployments is the `Sercomm P27-SCE4255W Indoor CBRS |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 263 | Small Cell |
| 264 | <https://www.sercomm.com/contpage.aspx?langid=1&type=prod3&L1id=2&L2id=1&L3id=107&Prodid=751>`_. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 265 | |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 266 | While this unit ships with a separate power brick, it also supports PoE+ power |
| 267 | on the WAN port, which provides deployment location flexibility. Either a PoE+ |
| 268 | capable switch or PoE+ power injector should be purchased. |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 269 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 270 | If connecting directly to the fabric switch through a QSFP to 4x SFP+ split |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 271 | cable, a 10GbE SFP+ to 1GbE Copper media converter should be purchased. The `FS |
| 272 | UMC-1S1T <https://www.fs.com/products/101476.html>`_ has been used for this |
| 273 | purpose successfully. |
| 274 | |
| 275 | Alternatively, the Fabric's 10GbE SFP+ could be connected to another switch |
| 276 | (possibly the Management Switch) which would adapt the speed difference, and |
| 277 | provide PoE+ power, and power control for remote manageability. |
| 278 | |
| 279 | |
| 280 | Testing Hardware |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 281 | ---------------- |
| 282 | |
| 283 | The following hardware is used to test the network and determine uptime of |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 284 | edges. It is currently required, to properly validate that an edge site is |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 285 | functioning properly. |
Zack Williams | 9026f53 | 2020-11-30 11:34:32 -0700 | [diff] [blame] | 286 | |
Hyunsun Moon | 2b62676 | 2021-03-26 16:21:14 -0700 | [diff] [blame] | 287 | Monitoring Raspberry Pi and CBRS dongle |
| 288 | """"""""""""""""""""""""""""""""""""""" |
| 289 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 290 | One pair of Raspberry Pi and CBRS band supported LTE dongle is required to |
| 291 | monitor the connectivity service at the edge. |
Hyunsun Moon | 2b62676 | 2021-03-26 16:21:14 -0700 | [diff] [blame] | 292 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 293 | The Raspberry Pi model used in Aether is a `Raspberry Pi 4 Model B/2GB |
Hyunsun Moon | 2b62676 | 2021-03-26 16:21:14 -0700 | [diff] [blame] | 294 | <https://www.pishop.us/product/raspberry-pi-4-model-b-2gb/>`_ |
| 295 | |
| 296 | Which is configured with: |
| 297 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 298 | * Raspberry Pi case (HiPi is recommended for PoE Hat) |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 299 | |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 300 | * A power source, either one of: |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 301 | |
| 302 | * PoE Hat used with a PoE switch (recommended, allows remote power control) |
| 303 | |
| 304 | * USB-C Power Supply |
| 305 | |
Hyunsun Moon | 2b62676 | 2021-03-26 16:21:14 -0700 | [diff] [blame] | 306 | * MicroSD Card with Raspbian - 16GB |
| 307 | |
Zack Williams | 1ae109e | 2021-07-27 11:17:04 -0700 | [diff] [blame] | 308 | One LTE dongle model supported in Aether is the `Sercomm Adventure Wingle |
Hyunsun Moon | 2b62676 | 2021-03-26 16:21:14 -0700 | [diff] [blame] | 309 | <https://www.sercomm.com/contpage.aspx?langid=1&type=prod3&L1id=2&L2id=2&L3id=110&Prodid=767>`_. |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 310 | |
| 311 | |
| 312 | Example BoMs |
| 313 | ------------ |
| 314 | |
| 315 | To help provision a site, a few example Bill of Materials (BoM) are given |
| 316 | below, which reference the hardware descriptions given above. |
| 317 | |
| 318 | Some quantities are dependent on other quantities - for example, the number of |
| 319 | DAC cables frequently depends on the number of servers in use. |
| 320 | |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 321 | These BoMs do not include UE devices. It's recommended that the testing |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 322 | hardware given above be added to every BoM for monitoring purposes. |
| 323 | |
| 324 | |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 325 | BESS UPF Testing BoM |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 326 | """""""""""""""""""" |
| 327 | |
| 328 | The following is the minimum BoM required to run Aether with the BESS UPF. |
| 329 | |
| 330 | ============ ===================== =============================================== |
| 331 | Quantity Type Purpose |
| 332 | ============ ===================== =============================================== |
| 333 | 1 Management Switch Must be Layer 2/3 capable for BESS VLANs |
| 334 | 1 Management Server |
| 335 | 1-3 Compute Servers Recommended at least 3 for Kubernetes HA |
| 336 | 1 (or more) eNB |
| 337 | 1x #eNB PoE+ Injector Required unless using a PoE+ Switch |
| 338 | Sufficient Cat6 Network Cabling Between all equipment |
| 339 | ============ ===================== =============================================== |
| 340 | |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 341 | P4 UPF Testing BoM |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 342 | """""""""""""""""" |
| 343 | |
| 344 | ============ ===================== =============================================== |
| 345 | Quantity Type Description/Use |
| 346 | ============ ===================== =============================================== |
| 347 | 1 P4 Fabric Switch |
| 348 | 1 Management Switch Must be Layer 2/3 capable |
| 349 | 1 Management Server At least 1x 40GbE QSFP ports recommended |
| 350 | 1-3 Compute Servers Recommended at least 3 for Kubernetes HA |
| 351 | 2x #Server 40GbE QSFP DAC cable Between Compute, Management, and Fabric Switch |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 352 | 1 QSFP to 4x SFP+ DAC Split cable between Fabric and eNB |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 353 | 1 (or more) eNB |
| 354 | 1x #eNB 10GbE to 1GbE Media Required unless using switch to convert from |
| 355 | converter fabric to eNB |
| 356 | 1x #eNB PoE+ Injector Required unless using a PoE+ Switch |
| 357 | Sufficient Cat6 Network Cabling Between all equipment |
| 358 | ============ ===================== =============================================== |
| 359 | |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 360 | P4 UPF Paired Leaves BoM |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 361 | """""""""""""""""""""""" |
| 362 | |
| 363 | ============ ===================== =============================================== |
| 364 | Quantity Type Description/Use |
| 365 | ============ ===================== =============================================== |
| 366 | 2 P4 Fabric Switch |
| 367 | 1 Management Switch Must be Layer 2/3 capable |
| 368 | 1 Management Server 2x 40GbE QSFP ports recommended |
| 369 | 3 Compute Servers |
| 370 | 2 100GbE QSFP DAC cable Between Fabric switches |
| 371 | 2x #Server 40GbE QSFP DAC cable Between Compute, Management, and Fabric Switch |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 372 | 1 (or more) QSFP to 4x SFP+ DAC Split cable between Fabric and eNB |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 373 | 1 (or more) eNB |
| 374 | 1x #eNB 10GbE to 1GbE Media Required unless using switch to convert from |
| 375 | converter fabric to eNB |
| 376 | 1x #eNB PoE+ Injector Required unless using a PoE+ Switch |
| 377 | Sufficient Cat6 Network Cabling Between all equipment |
| 378 | ============ ===================== =============================================== |
| 379 | |
| 380 | |
Zack Williams | 5d2d678 | 2021-08-26 13:08:44 -0700 | [diff] [blame] | 381 | P4 UPF 2x2 Leaf Spine Fabric BoM |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 382 | """""""""""""""""""""""""""""""" |
| 383 | |
| 384 | ============ ===================== =============================================== |
| 385 | Quantity Type Description/Use |
| 386 | ============ ===================== =============================================== |
| 387 | 4 P4 Fabric Switch |
| 388 | 1 Management Switch Must be Layer 2/3 capable |
| 389 | 1 Management Server 2x 40GbE QSFP ports recommended |
| 390 | 3 Compute Servers |
| 391 | 8 100GbE QSFP DAC cable Between Fabric switches |
| 392 | 2x #Server 40GbE QSFP DAC cable Between Compute, Management, and Fabric Switch |
Zack Williams | 2dfb624 | 2021-08-24 09:19:00 -0700 | [diff] [blame] | 393 | 1 (or more) QSFP to 4x SFP+ DAC Split cable between Fabric and eNB |
Zack Williams | 589ac23 | 2021-08-19 08:52:18 -0700 | [diff] [blame] | 394 | 1 (or more) eNB |
| 395 | 1x #eNB 10GbE to 1GbE Media Required unless using switch to convert from |
| 396 | converter fabric to eNB |
| 397 | 1x #eNB PoE+ Injector Required unless using a PoE+ Switch |
| 398 | Sufficient Cat6 Network Cabling Between all equipment |
| 399 | ============ ===================== =============================================== |
| 400 | |