From c2b9529590d03981491efccb9973f969df310605 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Thu, 15 May 2025 19:10:25 +0100 Subject: [PATCH] Add instructions for the NONRTRIC and SMO components in release mode NONRTRIC and SMO Helm charts are not available from helm artifactory. These charts needs to be build locally and used for the installation. Issue-ID: NONRTRIC-1020 Change-Id: I21f173618ea101602fb22b93dca98dec4b103e58 Signed-off-by: aravind.est --- smo-install/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/smo-install/README.md b/smo-install/README.md index 5db20e24..c2c618bb 100644 --- a/smo-install/README.md +++ b/smo-install/README.md @@ -35,6 +35,7 @@ Release mode uses the helm charts from the nexus helm repositories as pointed be * Kubernetes 1.26 or later * Helm deploy/undeploy plugin * Helm cm-push plugin +* yq ### Installation @@ -42,6 +43,21 @@ Clone the repository using the command below, ```git clone --recursive "https://gerrit.o-ran-sc.org/r/it/dep"``` +--- +**NOTE** +The upload of the HELM charts for NONRTRIC and SMO components is currently in progress. Until the charts are available, these components should continue to be installed using the development mode. +--- + +Use the below command to setup chartmuseum and helm + +```./dep/smo-install/scripts/layer-0/0-setup-charts-museum.sh``` + +```./dep/smo-install/scripts/layer-0/0-setup-helm3.sh``` + +Charts can be build using the below command, + +```./dep/smo-install/scripts/layer-1/1-build-all-charts.sh``` + Once the pre-requisites are available, The below command can be used for the smo deployment. ```./dep/smo-install/scripts/layer-2/2-install-oran.sh``` -- 2.16.6