From 3abbac05b472a46959f15b171785224b9a367727 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Fri, 25 Apr 2025 13:11:13 +0100 Subject: [PATCH] Add instructions for installation flavours and configurations Instructions for installation flavours and configurations are added. Issue-ID: NONRTRIC-1020 Change-Id: I791d0dc73574b2f9f231011f9516287a46c59b5a Signed-off-by: aravind.est --- smo-install/README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/smo-install/README.md b/smo-install/README.md index c417b0b5..b3deffcb 100644 --- a/smo-install/README.md +++ b/smo-install/README.md @@ -5,6 +5,22 @@ This project uses different helm charts from different Linux Foundation projects

It contains also provisioning scripts that can be used to bootstrap the platform and execute test use cases, network simulators, a1 simulators, cnf network simulators, etc ...

# Quick Installation on existing kubernetes + +## Installation flavours and configurations +Directory "smo-install/helm-override" contains different flavours of installations. One of these flavours can be used for the installation. + +Each directory inside "smo-install/helm-override" contains a onap-override.yaml file. It controlls the configuration of the ONAP components. +and oran-override.yaml controlls the configuration of the O-RAN(NONRTIRC/SMO) components. + +Any number of flavours can be created each flavour can have its own configuration. It should follow the same structure as the default flavour. + +The default flavour is "default". + +Flavour name should be used as the directory name. It can be provided as an argument to the script. + +```./dep/smo-install/scripts/layer-2/2-install-oran.sh ``` + + ## Release Mode Installation This is the default mode of installation. Building the charts are not required in release mode. @@ -59,7 +75,7 @@ Charts can be build using the below command, The below command can be used for the smo deployment. -```./dep/smo-install/scripts/layer-2/2-install-oran.sh dev``` +```./dep/smo-install/scripts/layer-2/2-install-oran.sh default dev``` Verify pods: -- 2.16.6