@@ -10,7 +10,7 @@ deployments of Aether.
10
10
Blueprint Specification
11
11
~~~~~~~~~~~~~~~~~~~~~~~~~~~
12
12
13
- The specification for every Aether blueprint is rooted in an Ansible
13
+ The specification for every Aether blueprint is anchored in an Ansible
14
14
variable file (e.g., ``vars/main-blueprint.yml ``). Most blueprints
15
15
also include a Jenkins pipeline (e.g., ``blueprint.groovy ``) that
16
16
illustrates how the blueprint is deployed and validated.
@@ -176,13 +176,13 @@ Ansible inventory file (``hosts.ini``). The following identifies the
176
176
* - `[worker_nodes] `
177
177
- Worker servers in Kubernetes Cluster.
178
178
* - `[gnbsim_nodes] `
179
- - Servers hosting gNBsim container(s) .
179
+ - Servers hosting gNBsim containers .
180
180
* - `[ueransim_nodes] `
181
181
- Servers hosting UERANSIM process.
182
182
* - `[oai_nodes] `
183
- - Servers hosting OAI gNB (and optionally UE) container(s) .
183
+ - Servers hosting OAI gNB (and optionally UE) containers .
184
184
* - `[srsran_nodes] `
185
- - Servers hosting srsRAN gNB (and optionally UE) container(s) .
185
+ - Servers hosting srsRAN gNB (and optionally UE) containers .
186
186
187
187
The `[worker_nodes] ` group can be empty, but must be present. The
188
188
other groups are blueprint-specific, and with the exception of
@@ -292,10 +292,9 @@ Network Subnets
292
292
~~~~~~~~~~~~~~~~~~~~~~
293
293
294
294
OnRamp configures a set of subnets in support of a given Aether
295
- deployment. The following subnets are defined in ``vars/main.yml ``;
296
- they do not typically need to be modified to deploy a blueprint.
297
- Not shown below, subnet ``10.76.28.0/24 `` is used as an exemplar
298
- for the local network throughout the OnRamp documentation.
295
+ deployment. The following subnets are defined in ``vars/main.yml ``.
296
+ With the exception of ``core.ran_subnet ``, these variables typically
297
+ do not need to be modified for an initial deployment of a blueprint.
299
298
300
299
.. list-table ::
301
300
:widths: 20 25 50
@@ -308,18 +307,22 @@ for the local network throughout the OnRamp documentation.
308
307
- ``aether.ran_subnet ``
309
308
- Assigned to container-based gNBs connecting to the Core. Other
310
309
gNB implementations connect to the Core over the subnet
311
- assigned to the server's physical interface (as denoted by
310
+ assigned to the server's physical interface (as defined by
312
311
``core.data_iface ``).
313
312
* - `192.168.250.0/24 `
314
- - ``core.default_upf.ip.core ``
313
+ - ``core.upf.core_subnet ``
315
314
- Assigned to `core ` bridge that connects UPF(s) to the Internet.
316
315
* - `192.168.252.0/24 `
317
- - ``core.default_upf.ip.access ``
316
+ - ``core.upf.access_subnet ``
318
317
- Assigned to `access ` bridge that connects UPF(s) to the RAN.
319
318
* - `172.250.0.0/16 `
320
319
- ``core.default_upf.ue_ip_pool ``
321
- - Assigned (by the Core) to UEs connecting to Aether.
322
-
323
- Note that when multiple UPFs are deployed—in addition to
324
- ``core.default_upf ``\ —each is assigned its own ``ip.core ``,
325
- ``ip.access ``, and ``ue_ip_pool `` subnets.
320
+ - Assigned (by the Core) to UEs connecting to Aether. When
321
+ multiple UPFs are deployed—in addition to
322
+ ``core.default_upf ``\ —each is assigned its own ``ue_ip_pool ``
323
+ subnet.
324
+ * - `10.76.28.0/24 `
325
+ - N/A
326
+ - Used throughout OnRamp documentation as an exemplar for the
327
+ local subnet on which Aether severs and radios are deployed.
328
+ Corresponds to the network interface defined by variable ``core.data_iface ``.
0 commit comments