Skip to content

Commit

Permalink
Changes to readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
josephthaliath committed Dec 19, 2023
1 parent 9bce7c6 commit 9667031
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions workloads/oai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,22 @@ Packages for deploying the following are stored in the folder

PackageVariant and PackageVariantSets for deploying OAI RAN are also stored in this folder.

# Steps to deploy OAI RAN on Nephio
# Steps to manually deploy OAI RAN on Nephio

Note: Scripts to automatically deploy OAI RAN on Nephio, will be available here: https://github.com/nephio-project/test-infra/tree/main/e2e/tests/oai

## Step 0: Prerequisite

1. Nephio should be installed.
2. Verify Network required for OAI RAN and Core should should be installed.
Perform the following to verify in the Nephio management cluster.
3. Catalog repository need to be registered.
Since the OAI RAN packages are in workloads/oai of https://github.com/josephthaliath/catalog.git repository,
Since the OAI RAN packages are in workloads/oai of https://github.com/nephio-project/catalog.git repository,
we need to register the repository with --directory option

e.g. kpt alpha repo register --namespace default https://github.com/josephthaliath/catalog.git --directory=workloads/oai
e.g. kpt alpha repo register --namespace default https://github.com/nephio-project/catalog.git --directory=workloads/oai

Also the following tags need to be created for upstream repository(https://github.com/josephthaliath/catalog.git) used:
Also the following tags need to be created for upstream repository(https://github.com/nephio-project/catalog.git) used:
1. workloads/oai/oai-ran-operator/v1
2. workloads/oai/pkg-example-cucp-bp/v1
3. workloads/oai/pkg-example-cuup-bp/v1
Expand Down

0 comments on commit 9667031

Please sign in to comment.