Skip to content

Commit c2ea390

Browse files
authored
Merge pull request #45 from opennetworkinglab/maintenance
master vs tagged
2 parents 4e5c92c + 58de6fa commit c2ea390

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

onramp/directory.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
128141
Finally, because OnRamp uses Ansible as its primary deployment tool, a
129142
general understanding of Ansible is helpful (see the suggested
130143
reference). However, this guide walks you, step-by-step, through the

onramp/ref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Make Targets
194194

195195
OnRamp executes blueprints through a set of Make Targets. The
196196
following table identifies the Aether-wide targets used by the
197-
QuickStart Blueprint.
197+
Quick Start Blueprint.
198198

199199
.. list-table::
200200
:widths: 25 50

0 commit comments

Comments
 (0)