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>
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:
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