Add instructions for the NONRTRIC and SMO components in release mode 21/14421/1
authoraravind.est <aravindhan.a@est.tech>
Thu, 15 May 2025 18:10:25 +0000 (19:10 +0100)
committeraravind.est <aravindhan.a@est.tech>
Thu, 15 May 2025 18:10:25 +0000 (19:10 +0100)
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 <aravindhan.a@est.tech>
smo-install/README.md

index 5db20e2..c2c618b 100644 (file)
@@ -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```