Skip to content

Commit 31cefb7

Browse files
authored
Merge pull request #39 from opennetworkinglab/maintenance
ran_subnet note
2 parents 7ece4ac + 2e53410 commit 31cefb7

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

developer/monitoring.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,13 @@ or Slack channel).
7676
capability to Aether OnRamp (so it is available to anyone that
7777
wants to operate Aether) is pending.
7878

79-
To add an alert for a component, create a
80-
`PrometheusRule <https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/alerting.md>`_
81-
custom resource, for example in the Helm chart that deploys the component. This resource describes one or
82-
more `rules <https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/>`_ using Prometheus expressions;
83-
if the expression is true for the time indicated, then the alert is raised. Once the PrometheusRule
84-
resource is instantiated, the cluster's Prometheus will pick up the rule and start evaluating it.
79+
To add an alert for a component, create a *PrometheusRule* custom
80+
resource, for example in the Helm chart that deploys the component.
81+
This resource describes one or more rules using Prometheus
82+
expressions; if the expression is true for the time indicated, then
83+
the alert is raised. Once the PrometheusRule resource is instantiated,
84+
the cluster's Prometheus will pick up the rule and start evaluating
85+
it.
8586

8687
The Alertmanager is configured to send alerts with *critical* or *warning* severity to e-mail and Slack channels
8788
monitored by Aether OPs staff. If it is desirable to route a specific alert to a different receiver

onramp/blueprints.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ Ansible components:
3434
pipelines are defined by Groovy scripts, and can be found in the
3535
``aether-jenkins`` repo.
3636

37-
The goal of establishing a well-defined procedure for adding new
38-
blueprints to OnRamp is to encourage the community to contribute (and
37+
The above list also establishes the requirements for adding new
38+
blueprints to OnRamp. The community is to encourage to contribute (and
3939
maintain) new Aether configurations and deployment scenarios.\ [#]_
4040
The rest of this section documents community-contributed blueprints
41-
to-date.
41+
to-date; the concluding subsection gives a set of guidelines for
42+
creating new blueprints.
4243

4344
.. [#] Not all possible configurations of Aether require a
4445
blueprint. There are other ways to add variability, for
@@ -72,7 +73,7 @@ The Multi-UPF blueprint includes the following:
7273
:doc:`Emulated RAN </onramp/gnbsim>` section. Minimally,
7374
SD-Core runs on one server and gNBsim runs on a second server.
7475
(The Quick Start deployment, with both SD-Core and gNBsim running
75-
in the same server, also works.)
76+
in the same server, may also work, but is not actively maintained.)
7677

7778
* New make targets, ``5gc-upf-install`` and ``5gc-upf-uninstall``, to
7879
be executed after the standard SD-Core installation. The blueprint
@@ -186,7 +187,7 @@ the emulation, type:
186187

187188
.. code-block::
188189
189-
$ make gnbsim-simulator-run
190+
$ make gnbsim-run
190191
191192
To verify that both UPFs were functional, you will need to look at the
192193
``summary.log`` file from both instances of gNBsim:

onramp/ref.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ the list is not comprehensive.
9191
- Description
9292
* - `core.ran_subnet`
9393
- `172.20.0.0/16`
94-
- Subnet connecting Core to RAN when gNBs run in a container; set to empty string ("") when gNBs are directly connected via `core.data_iface`.
94+
- Overlay subnet connecting Core to RAN when gNBs run in a container; set to empty string ("") when gNBs are directly connected via `core.data_iface`.
9595
* - `core.standalone`
9696
- `true`
9797
- Core to run standalone, initialized from values file; set to `false` when Core is to be initialized by ROC.
@@ -305,10 +305,10 @@ do not need to be modified for an initial deployment of a blueprint.
305305
- Description
306306
* - `172.20.0.0/16`
307307
- ``aether.ran_subnet``
308-
- Assigned to container-based gNBs connecting to the Core. Other
309-
gNB implementations connect to the Core over the subnet
310-
assigned to the server's physical interface (as defined by
311-
``core.data_iface``).
308+
- Assigned to container-based gNBs connecting to the Core via an
309+
overlay subnet. Other gNB implementations connect to the Core
310+
over the subnet assigned to the server's physical interface (as
311+
defined by ``core.data_iface``).
312312
* - `192.168.250.0/24`
313313
- ``core.upf.core_subnet``
314314
- Assigned to `core` bridge that connects UPF(s) to the Internet.

0 commit comments

Comments
 (0)