blob: b975071e8e8656e2dee9519c7f96386ccfd14948 [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
23* Deploy and operate Aether on your own cluster with :doc:`Aether OnRamp </onramp/overview>`.
24
25* Setup an Aether software development environment with :doc:`Aether-in-a-Box </developer/aiab>`.
26
27Other Aether guides included on this site include:
28
Larry Peterson4d344dd2023-08-17 14:46:22 -070029* :doc:`Runtime Operations </operations/gui>`: Learn how
30 to operate Aether's 5G connectivity service.
Larry Petersonb8113a42023-08-15 14:39:43 -070031
Larry Petersonaa89b8e2023-08-17 15:28:59 -070032* :doc:`Test Automation </testing/about_system_tests>`: Learn how Aether
Larry Peterson4d344dd2023-08-17 14:46:22 -070033 components are tested.
Larry Petersonb8113a42023-08-15 14:39:43 -070034
Larry Peterson3487a422023-08-16 13:28:51 -070035Note that Aether was originally deployed as a centrally-manged,
36ONF-operated cloud service, with the expectation that organizations
Larry Petersona30a75e2023-09-01 15:44:37 -070037would participate in Aether by connecting their edge site to this
Larry Peterson4d344dd2023-08-17 14:46:22 -070038operational deployment.\ [#]_ That service is now being deprecated in
39favor of users bringing up their own Aether sites using :doc:`OnRamp
Larry Petersona30a75e2023-09-01 15:44:37 -070040</onramp/overview>`. If you are looking for the original guide
41describing how to connect a site to Aether, it is still available in
42`Version 2.1 of the Aether Docs
43<https://docs.aetherproject.org/aether-2.1/edge_deployment/overview.html>`__.
44The operational issues described in that guide motivate many of the
45mechanisms available in the Aether platform today, but now refactored
46for others to apply to their deployments.
Larry Peterson3487a422023-08-16 13:28:51 -070047
48.. [#] The original Aether service supported the Pronto research
49 project, with edge clusters built on top of an SDN-controlled
50 and fully programmable switching fabric. That fabric is no
51 longer included in Aether OnRamp.
52
53
Larry Petersonb8113a42023-08-15 14:39:43 -070054Aether Components
55------------------------
56
57Aether uses components from several ONF projects. Information about
58these projects can be found at the following sites:
59
60* SD-Core
61
62 * `SD-Core Website <https://opennetworking.org/sd-core/>`_
63 * :doc:`SD-Core Documentation <sdcore:index>`
64
Larry Petersonb8113a42023-08-15 14:39:43 -070065* SD-RAN
66
67 * `SD-RAN Website <https://opennetworking.org/open-ran/>`_
68 * :doc:`SD-RAN Documentation <sdran:index>`
69
Larry Peterson3487a422023-08-16 13:28:51 -070070* SD-Fabric
71
72 * `SD-Fabric Website <https://opennetworking.org/sd-fabric/>`_
73 * :doc:`SD-Fabric Documentation <sdfabric:index>`
74
Larry Petersonb8113a42023-08-15 14:39:43 -070075More information about 5G and Aether's architecture can be found in
76the :doc:`Private 5G: A Systems Approach <sysapproach5g:index>` book.
77
78Community
79---------
80
81Information about participating in the Aether community and
82development process can be found on the `ONF Wiki
83<https://wiki.opennetworking.org/display/COM/Aether>`_. Join the
84discussion about Aether on Slack in the `ONF Community Workspace
85<https://onf-community.slack.com/>`__.