@@ -10,7 +10,7 @@ deployments of Aether.
1010Blueprint Specification
1111~~~~~~~~~~~~~~~~~~~~~~~~~~~
1212
13- The specification for every Aether blueprint is rooted in an Ansible
13+ The specification for every Aether blueprint is anchored in an Ansible
1414variable file (e.g., ``vars/main-blueprint.yml ``). Most blueprints
1515also include a Jenkins pipeline (e.g., ``blueprint.groovy ``) that
1616illustrates how the blueprint is deployed and validated.
@@ -176,13 +176,13 @@ Ansible inventory file (``hosts.ini``). The following identifies the
176176 * - `[worker_nodes] `
177177 - Worker servers in Kubernetes Cluster.
178178 * - `[gnbsim_nodes] `
179- - Servers hosting gNBsim container(s) .
179+ - Servers hosting gNBsim containers .
180180 * - `[ueransim_nodes] `
181181 - Servers hosting UERANSIM process.
182182 * - `[oai_nodes] `
183- - Servers hosting OAI gNB (and optionally UE) container(s) .
183+ - Servers hosting OAI gNB (and optionally UE) containers .
184184 * - `[srsran_nodes] `
185- - Servers hosting srsRAN gNB (and optionally UE) container(s) .
185+ - Servers hosting srsRAN gNB (and optionally UE) containers .
186186
187187The `[worker_nodes] ` group can be empty, but must be present. The
188188other groups are blueprint-specific, and with the exception of
@@ -292,10 +292,9 @@ Network Subnets
292292~~~~~~~~~~~~~~~~~~~~~~
293293
294294OnRamp 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.
299298
300299.. list-table ::
301300 :widths: 20 25 50
@@ -308,18 +307,22 @@ for the local network throughout the OnRamp documentation.
308307 - ``aether.ran_subnet ``
309308 - Assigned to container-based gNBs connecting to the Core. Other
310309 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
312311 ``core.data_iface ``).
313312 * - `192.168.250.0/24 `
314- - ``core.default_upf.ip.core ``
313+ - ``core.upf.core_subnet ``
315314 - Assigned to `core ` bridge that connects UPF(s) to the Internet.
316315 * - `192.168.252.0/24 `
317- - ``core.default_upf.ip.access ``
316+ - ``core.upf.access_subnet ``
318317 - Assigned to `access ` bridge that connects UPF(s) to the RAN.
319318 * - `172.250.0.0/16 `
320319 - ``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