blob: 72055f1f50d68e120efdf8b42d9c32acbf869104 [file] [log] [blame]
Larry Petersonb8113a42023-08-15 14:39:43 -07001Introduction
2==============
3
Larry Peterson4d344dd2023-08-17 14:46:22 -07004Aether is an open source 5G edge cloud platform that supports
5enterprise deployments of Private 5G. Information about the Aether
6project can be found on the ONF website, and an introduction to the
7Aether architecture can be found in a companion book:
Larry Petersonb8113a42023-08-15 14:39:43 -07008
9.. _reading_private5g:
10.. admonition:: Further Reading
11
12 `Aether: An ONF Project <https://opennetworking.org/aether/>`_.
13
14 L. Peterson, O. Sunay, and B. Davie. `Private 5G: A Systems
15 Approach <https://5g.systemsapproach.org>`__. 2023
16
17
18Getting Started with Aether
19---------------------------
20
Larry Peterson3487a422023-08-16 13:28:51 -070021There are two ways to get started with Aether:
Larry Petersonb8113a42023-08-15 14:39:43 -070022
Larry Peterson48818332023-09-28 14:23:50 -070023* Deploy and operate Aether on your own servers (including `5G small cell
24 <https://opennetworking.org/products/moso-canopy-5g-indoor-small-cell/>`__)
25 with :doc:`Aether OnRamp </onramp/overview>`.
Larry Petersonb8113a42023-08-15 14:39:43 -070026
Larry Peterson48818332023-09-28 14:23:50 -070027* Setup an Aether software development environment on your laptop with :doc:`Aether-in-a-Box </developer/aiab>`.
Larry Petersonb8113a42023-08-15 14:39:43 -070028
29Other Aether guides included on this site include:
30
Larry Peterson4d344dd2023-08-17 14:46:22 -070031* :doc:`Runtime Operations </operations/gui>`: Learn how
32 to operate Aether's 5G connectivity service.
Larry Petersonb8113a42023-08-15 14:39:43 -070033
Larry Petersonaa89b8e2023-08-17 15:28:59 -070034* :doc:`Test Automation </testing/about_system_tests>`: Learn how Aether
Larry Peterson4d344dd2023-08-17 14:46:22 -070035 components are tested.
Larry Petersonb8113a42023-08-15 14:39:43 -070036
Larry Peterson3487a422023-08-16 13:28:51 -070037Note that Aether was originally deployed as a centrally-manged,
38ONF-operated cloud service, with the expectation that organizations
Larry Petersona30a75e2023-09-01 15:44:37 -070039would participate in Aether by connecting their edge site to this
Larry Peterson4d344dd2023-08-17 14:46:22 -070040operational deployment.\ [#]_ That service is now being deprecated in
41favor of users bringing up their own Aether sites using :doc:`OnRamp
Larry Peterson48818332023-09-28 14:23:50 -070042</onramp/overview>`.
Larry Peterson3487a422023-08-16 13:28:51 -070043
44.. [#] The original Aether service supported the Pronto research
45 project, with edge clusters built on top of an SDN-controlled
46 and fully programmable switching fabric. That fabric is no
47 longer included in Aether OnRamp.
48
49
Larry Petersonb8113a42023-08-15 14:39:43 -070050Aether Components
51------------------------
52
53Aether uses components from several ONF projects. Information about
54these projects can be found at the following sites:
55
56* SD-Core
57
58 * `SD-Core Website <https://opennetworking.org/sd-core/>`_
59 * :doc:`SD-Core Documentation <sdcore:index>`
60
Larry Petersonb8113a42023-08-15 14:39:43 -070061* SD-RAN
62
63 * `SD-RAN Website <https://opennetworking.org/open-ran/>`_
64 * :doc:`SD-RAN Documentation <sdran:index>`
65
Larry Peterson3487a422023-08-16 13:28:51 -070066* SD-Fabric
67
68 * `SD-Fabric Website <https://opennetworking.org/sd-fabric/>`_
69 * :doc:`SD-Fabric Documentation <sdfabric:index>`
70
Larry Petersonb8113a42023-08-15 14:39:43 -070071More information about 5G and Aether's architecture can be found in
72the :doc:`Private 5G: A Systems Approach <sysapproach5g:index>` book.
73
74Community
75---------
76
77Information about participating in the Aether community and
78development process can be found on the `ONF Wiki
79<https://wiki.opennetworking.org/display/COM/Aether>`_. Join the
80discussion about Aether on Slack in the `ONF Community Workspace
81<https://onf-community.slack.com/>`__.