blob: a5aedcb942c723b14378b6eac5e47b562ad067ca [file] [log] [blame]
Zack Williams7f708f82020-07-07 12:18:20 -07001Aether Documentation
2====================
3
Zack Williams589ac232021-08-19 08:52:18 -07004Aether is an ONF's 5G/LTE Connected Edge Platform-as-a-Service. More
5information about Aether can be found at the `ONF website
6<https://opennetworking.org/aether/>`_.
7
Zack Williams5d2d6782021-08-26 13:08:44 -07008
9Getting Started with Aether
10---------------------------
11
12Here are some useful places to start with Aether:
13
14* Read the most recent :doc:`Release Notes </release/1.5>`.
15
16* Learn the requirements of hosting an :doc:`Aether Connected Edge
17 </edge_deployment/overview>`.
18
19* Learn about the :doc:`Aether Managemnt Platform </amp/roc>`.
20
21* Setup an Aether software development environment with :doc:`Aether-in-a-Box
Zack Williamsfcd19ec2021-09-01 18:11:54 -070022 </developer/aiab>`.
Zack Williams5d2d6782021-08-26 13:08:44 -070023
24Aether Architecture and Components
25----------------------------------
Zack Williams589ac232021-08-19 08:52:18 -070026
27Aether uses components from several ONF projects. More information can be found
28at these sites:
29
Scott Bakerfc102df2022-03-10 11:13:08 -080030* SD-Core
31
32 * `SD-Core Website <https://opennetworking.org/sd-core/>`_
33 * :doc:`SD-Core Documentation <sdcore:index>`
34
35* SD-Fabric
36
37 * `SD-Fabric Website <https://opennetworking.org/sd-fabric/>`_
38 * :doc:`SD-Fabric Documentation <sdfabric:index>`
39
40* SD-RAN
41
42 * `SD-RAN Website <https://opennetworking.org/sd-ran/>`_
43 * :doc:`SD-RAN Documentation <sdran:index>`
Zack Williams589ac232021-08-19 08:52:18 -070044
45More information about mobile networks and 5G can be found in the :doc:`5G
46Mobile Networks: A Systems Approach <sysapproach5g:intro>` book.
47
Zack Williams7f708f82020-07-07 12:18:20 -070048Community
49---------
50
51Information about participating in the Aether community and development process
Zack Williams589ac232021-08-19 08:52:18 -070052can be found on the `ONF Wiki
53<https://wiki.opennetworking.org/display/COM/Aether>`_.
Hung-Wei Chiu77c969e2020-10-23 18:13:07 +000054
55.. toctree::
56 :maxdepth: 3
57 :caption: Edge Deployment
58 :hidden:
59 :glob:
60
Zack Williams794532a2021-03-18 17:38:36 -070061 edge_deployment/overview
62 edge_deployment/site_planning
63 edge_deployment/management_net_bootstrap
64 edge_deployment/server_bootstrap
65 edge_deployment/fabric_switch_bootstrap
66 edge_deployment/vpn_bootstrap
67 edge_deployment/runtime_deployment
Hyunsun Moond12f32b2021-07-30 12:55:00 -070068 edge_deployment/bess_upf_deployment
Hung-Wei Chiud06947b2021-08-10 16:10:07 -070069 edge_deployment/sdfabric_deployment
Zack Williams794532a2021-03-18 17:38:36 -070070 edge_deployment/connectivity_service_update
71 edge_deployment/enb_installation
Hyunsun Moond1e87332022-02-18 15:07:20 -080072 edge_deployment/site_remove
Zack Williams794532a2021-03-18 17:38:36 -070073 edge_deployment/troubleshooting
Zack Williams1ae109e2021-07-27 11:17:04 -070074 edge_deployment/pronto
Zack Williams794532a2021-03-18 17:38:36 -070075
Scott Bakera91cbd52021-07-28 09:23:08 -070076.. toctree::
77 :maxdepth: 3
78 :caption: Aether Management Platform
79 :hidden:
80 :glob:
81
82 amp/roc
Scott Baker3c7cfea2022-03-09 16:22:42 -080083 amp/subproxy
Andy Bavier0478ee52021-07-29 17:05:22 -070084 amp/monitoring
Jeremy Ronquillo35428fe2021-04-12 12:25:04 -070085
Zack Williams794532a2021-03-18 17:38:36 -070086.. toctree::
87 :maxdepth: 3
Scott Baker3c7cfea2022-03-09 16:22:42 -080088 :caption: Operations
89 :hidden:
90 :glob:
91
92 operations/gui
93 operations/subscriber
94 operations/application
95 operations/slice
96 operations/metering
97 operations/monitor
98 operations/procedures
99
100.. toctree::
101 :maxdepth: 3
Jeremy Ronquillo35428fe2021-04-12 12:25:04 -0700102 :caption: Aether Test Automation
Zack Williams794532a2021-03-18 17:38:36 -0700103 :hidden:
104 :glob:
105
Jeremy Ronquillo35428fe2021-04-12 12:25:04 -0700106 testing/about_system_tests
Elena Stoeva084ee832021-08-04 20:45:03 +0300107 testing/aether-roc-tests
Bren Santos40966f32022-03-09 18:36:01 -0800108 testing/system-tests
Jeremy Ronquillo311aa262021-04-15 15:00:49 -0700109 testing/acceptance_specification
Zack Williams794532a2021-03-18 17:38:36 -0700110
111.. toctree::
Scott Bakerfab7c9e2021-07-29 17:12:16 -0700112 :maxdepth: 3
113 :caption: Aether Developer Notes
114 :hidden:
115 :glob:
116
Andy Bavierf73c3d22021-08-30 10:29:06 -0700117 developer/aiab
Scott Bakerfab7c9e2021-07-29 17:12:16 -0700118 developer/roc
Scott Baker00df5a82021-08-13 16:01:57 -0700119 developer/roc-api
Scott Bakerfab7c9e2021-07-29 17:12:16 -0700120
121.. toctree::
Zack Williams1ae109e2021-07-27 11:17:04 -0700122 :maxdepth: 2
123 :caption: Releases
124 :hidden:
125 :glob:
126
Zack Williams1ae109e2021-07-27 11:17:04 -0700127 release/1*
Scott Baker505738f2022-03-09 10:51:53 -0800128 release/2*
Zack Williams5d2d6782021-08-26 13:08:44 -0700129 release/process.rst