SMO NONRTRIC - Fix service manager preload 22/13722/1 master
authoraravind.est <aravindhan.a@est.tech>
Wed, 30 Oct 2024 15:16:56 +0000 (15:16 +0000)
committeraravind.est <aravindhan.a@est.tech>
Wed, 30 Oct 2024 15:17:39 +0000 (15:17 +0000)
Service manager preload script location is changed
Service manager image referred from staging repository.

Issue-ID: NONRTRIC-1040
Change-Id: I9f715004044f4460d668864aef03c479b4a25296
Signed-off-by: aravind.est <aravindhan.a@est.tech>
smo-install/oran_oom/servicemanager/values.yaml
smo-install/scripts/sub-scripts/install-nonrtric.sh

index 9016bee..28a4974 100644 (file)
@@ -18,7 +18,7 @@
 
 imagePullPolicy: IfNotPresent
 image:
-  registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
+  registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
   name: nonrtric-plt-servicemanager
   tag: 0.1.3
 service:
index 4f58600..510853b 100755 (executable)
@@ -65,7 +65,7 @@ fi
 helm install --debug oran-nonrtric local/nonrtric --namespace nonrtric -f $OVERRIDEYAML --set nonrtric.persistence.mountPath="/dockerdata-nfs/deployment-$2"
 
 if [ "$INSTALL_SERVICEMANAGER" == "true" ]; then
-    pushd ../../../servicemanager-preload
+    pushd ../../../nonrtric/servicemanager-preload
     # Send stderr to /dev/null to turn off chatty logging
     ./servicemanager-preload.sh config-nonrtric.yaml 2>/dev/null
     ./servicemanager-preload.sh config-smo.yaml 2>/dev/null