@@ -108,6 +108,7 @@ OnRamp repos:
108108 | Deploy Management Plane: https://github.com/opennetworkinglab/aether-amp
109109 | Deploy SD-RAN: https://github.com/opennetworkinglab/aether-sdran
110110 | Deploy OAI Software Radio: https://github.com/opennetworkinglab/aether-oai
111+ | Deploy srsRAN Software Radio: https://github.com/opennetworkinglab/aether-srsran
111112 | Deploy gNB Simulator: https://github.com/opennetworkinglab/aether-gnbsim
112113 | Deploy UE+gNB Simulator: https://github.com/opennetworkinglab/aether-ueransim
113114 | Deploy Kubernetes: https://github.com/opennetworkinglab/aether-k8s
@@ -125,6 +126,18 @@ managed as submodules of ``aether-onramp``:
125126 | Aether Documentation: https://github.com/opennetworkinglab/aether-docs
126127 | Jenkins Pipelines: https://github.com/opennetworkinglab/aether-jenkins
127128
129+ .. admonition :: Troubleshooting Hint
130+
131+ The ``master `` branch of the OnRamp repo corresponds to the latest
132+ *minimally-validated * configuration of Aether, which is known to
133+ work for a subset of the available blueprints (always including
134+ *Quick Start *), but may not run consistently for *all * blueprints.
135+ Once all integration tests (Jenkins Pipelines) consistently succeed
136+ for a period of time (~2 weeks) a tagged version of OnRamp is
137+ created. If you are having trouble with ``master `` working for a
138+ particular blueprint, you should try the latest tagged version:
139+ https://github.com/opennetworkinglab/aether-onramp/tags.
140+
128141Finally, because OnRamp uses Ansible as its primary deployment tool, a
129142general understanding of Ansible is helpful (see the suggested
130143reference). However, this guide walks you, step-by-step, through the
0 commit comments