From f3bd1b6950be55d29d2a4d69f421a2cf090d0d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20de=20Talhou=C3=ABt?= Date: Fri, 28 Jun 2024 09:44:48 -0400 Subject: [PATCH] Fixes for o-ran integration doc (#147) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit addresses outstanding comments from https://github.com/nephio-project/docs/pull/134 Signed-off-by: Alexis de Talhouƫt --- content/en/docs/network-architecture/_index.md | 2 +- .../{O-RAN Integration.md => o-ran-integration.md} | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) rename content/en/docs/network-architecture/{O-RAN Integration.md => o-ran-integration.md} (96%) diff --git a/content/en/docs/network-architecture/_index.md b/content/en/docs/network-architecture/_index.md index fc71ab35..0034f857 100644 --- a/content/en/docs/network-architecture/_index.md +++ b/content/en/docs/network-architecture/_index.md @@ -8,7 +8,7 @@ weight: 2 This section is to formalize the work delivered as part of SIG1 Network Architecture. {{% /pageinfo %}} -SIG1 Network Architecture focuses on defining and developing network architecture by identifying and/or exercicing Nephio's enablers. The group's work is guided by user stories that capture the needs and priorities of stakeholders, such as network administrators, security officers, engineers, and end-users. +SIG1 Network Architecture focuses on defining and developing network architecture by identifying and/or exercising Nephio's enablers. The group's work is guided by user stories that capture the needs and priorities of stakeholders, such as network administrators, security officers, engineers, and end-users. The scope includes establishing guidelines for network design, security protocols, scalability solutions, performance optimization, and providing comprehensive documentation and training. This website contains approved content, which is a subset of the material produced by SIG1. Everything is available for anyone's consumption in [Nephio SIG1 Google Drive](https://drive.google.com/drive/u/2/folders/1P4bmDppUIrtBbiRe3fj92xA_qlCMn7sf). \ No newline at end of file diff --git a/content/en/docs/network-architecture/O-RAN Integration.md b/content/en/docs/network-architecture/o-ran-integration.md similarity index 96% rename from content/en/docs/network-architecture/O-RAN Integration.md rename to content/en/docs/network-architecture/o-ran-integration.md index b200b546..36e7f4ee 100644 --- a/content/en/docs/network-architecture/O-RAN Integration.md +++ b/content/en/docs/network-architecture/o-ran-integration.md @@ -13,7 +13,7 @@ The focus of the O-RAN Integration within Nephio focuses on the Federated O-Clou ![deployment-architecture.png](/static/images/network-architecture/o-ran/deployment-architecture.png) These services can be categorized into: --Infrastructure services for the lifecycle management of Cloud Resources (FOCOM, IMS): These services are deployed and utilizes the Nephio capabilities provided by Nephio Management Clusters. In some deployed architectures aspects of the IMS utilizes Nephio capabilities provided by Nephio Workload Clusters. +- Infrastructure services for the lifecycle management of Cloud Resources (FOCOM, IMS): These services are deployed and utilizes the Nephio capabilities provided by Nephio Management Clusters. In some deployed architectures aspects of the IMS utilizes Nephio capabilities provided by Nephio Workload Clusters. - Lifecycle management of deployments for O-RAN NFs (NFO, DMS): The NFO service is deployed and utilizes the Nephio capabilities provided by Nephio Management Clusters. The DMS is deployed and utilizes the Nephio capabilities provided by Nephio Workload Clusters. ## Infrastructure services for the lifecycle management of Cloud Resources @@ -28,15 +28,16 @@ The primary role of the FOCOM and IMS services is to provide for the lifecycle m {{% alert title="Note" color="primary" %}} -In R3 Nephio use cases and component architectures have been defined for O-Cloud Cluster Lifecycle Management +In R3 Nephio use cases and component architectures have been defined for O-Cloud Cluster Lifecycle Management. + +{{% /alert %}} + As stated, the role of the FOCOM function is to provide federated orchestration and management across multiple O-Clouds using the O2ims interface between the O-Clouds as shown in the figure below: ![focom-ims.png](/static/images/network-architecture/o-ran/focom-ims.png) Due to the standardized O2ims O-RAN interface, the functions that implement the FOCOM service can interact with O-Clouds IMSs that utilize the capabilities provided by Nephio or O-Clouds that use other non-Nephio capabilities and vice-versa. -{{% /alert %}} - ### O-Cloud Cluster Lifecycle Management #### Introduction @@ -128,6 +129,7 @@ In R3 Nephio use cases and component architectures have been defined for the Dep ##### Deploy O-RAN NF The role of the NFO within the SMO is to handle functionality related to the lifecycle management for deployment of O-RAN Cloudified NFs. The deployment of the O-RAN NF includes software components realizing all or part of an NF which could be an O-DU, O-CU-CP, O-CU-UP, xApps and the Near-RT RIC components in the O-Cloud sites. + This use case describes the high-level steps and requirements for deployment of O-RAN NF that is composed as discrete NF Deployments across the O2dms using the K8s profile. {{% alert title="Note" color="primary" %}}