From: aravind.est Date: Fri, 25 Apr 2025 13:34:53 +0000 (+0100) Subject: Fix file permissions for SMO preconfiguration X-Git-Tag: l-release~21 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5a8feb199d7d23e23869a91b3b826ace0f330366;p=it%2Fdep.git Fix file permissions for SMO preconfiguration Executable permission provided for SMO preconfiguration script. Issue-ID: NONRTRIC-1020 Change-Id: Ifad2b3b3952dcdb9713651ca8523e1e38ace027f Signed-off-by: aravind.est --- diff --git a/smo-install/README.md b/smo-install/README.md index b3deffcb..5db20e24 100644 --- a/smo-install/README.md +++ b/smo-install/README.md @@ -9,8 +9,8 @@ This project uses different helm charts from different Linux Foundation projects ## 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. +Each directory inside "smo-install/helm-override" contains a onap-override.yaml file. It controls the configuration of the ONAP components. +and oran-override.yaml controls 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. diff --git a/smo-install/scripts/sub-scripts/preconfigure-smo.sh b/smo-install/scripts/sub-scripts/preconfigure-smo.sh old mode 100644 new mode 100755