@@ -108,6 +108,7 @@ OnRamp repos:
108
108
| Deploy Management Plane: https://github.com/opennetworkinglab/aether-amp
109
109
| Deploy SD-RAN: https://github.com/opennetworkinglab/aether-sdran
110
110
| Deploy OAI Software Radio: https://github.com/opennetworkinglab/aether-oai
111
+ | Deploy srsRAN Software Radio: https://github.com/opennetworkinglab/aether-srsran
111
112
| Deploy gNB Simulator: https://github.com/opennetworkinglab/aether-gnbsim
112
113
| Deploy UE+gNB Simulator: https://github.com/opennetworkinglab/aether-ueransim
113
114
| Deploy Kubernetes: https://github.com/opennetworkinglab/aether-k8s
@@ -125,6 +126,18 @@ managed as submodules of ``aether-onramp``:
125
126
| Aether Documentation: https://github.com/opennetworkinglab/aether-docs
126
127
| Jenkins Pipelines: https://github.com/opennetworkinglab/aether-jenkins
127
128
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
+
128
141
Finally, because OnRamp uses Ansible as its primary deployment tool, a
129
142
general understanding of Ansible is helpful (see the suggested
130
143
reference). However, this guide walks you, step-by-step, through the
0 commit comments