From 5a8feb199d7d23e23869a91b3b826ace0f330366 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Fri, 25 Apr 2025 14:34:53 +0100 Subject: [PATCH] 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 --- smo-install/README.md | 4 ++-- smo-install/scripts/sub-scripts/preconfigure-smo.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 smo-install/scripts/sub-scripts/preconfigure-smo.sh 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 -- 2.16.6