Skip to content

Commit

Permalink
fixed host.ini for oai
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Peterson <[email protected]>
  • Loading branch information
llpeterson committed Aug 1, 2024
1 parent eeec1e6 commit c7caaa6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions onramp/blueprints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -499,14 +499,14 @@ The blueprint includes the following:
* Global vars file ``vars/main-oai.yml`` gives the overall blueprint
specification.

* Inventory file ``hosts.ini`` uses label ``[oai_gnb_nodes]`` to
denote the server(s) that host the gNB and label ``[oai_ue_nodes]``
to denote the server(s) that host the UE. (The latter is necessary
only when running in simulation mode.) The expected configuration is
to run both the gNB and UE on the same server as Kubernetes (where
the 5G Core runs). Another possible configuration is to co-locate
the gNB and UE on one server, with the 5G Core running on a separate
server.
* Inventory file ``hosts.ini`` uses label ``[oai_nodes]`` to denote
the server(s) that host the gNB and (when configured in simulation
mode) the UE. As with gNBsim, ``[oai_nodes]`` can identify the same
server as Kubernetes (where the 5G Core runs). Another possible
configuration is to co-locate the gNB and UE on one server, with the
5G Core running on a separate server. (Although not required in
principle, the current playbooks require the gNB and simulated UE be
co-located on the same server.)

* New make targets, ``oai-gnb-install`` and ``oai-gnb-uninstall``, to
be executed along with the standard SD-Core installation (see below).
Expand Down

0 comments on commit c7caaa6

Please sign in to comment.