Fix oruclosedlooprecovery use case 45/9145/1
authorktimoney <kevin.timoney@est.tech>
Wed, 8 Jun 2022 13:39:57 +0000 (14:39 +0100)
committerKevin Timoney <kevin.timoney@est.tech>
Fri, 30 Sep 2022 10:25:51 +0000 (10:25 +0000)
Issue-ID: NONRTRIC-762
Signed-off-by: ktimoney <kevin.timoney@est.tech>
Change-Id: Iab244a15e0bf880e12dcce50c002c82f31133984

bin/deploy-nonrtric
nonrtric/RECIPE_EXAMPLE/example_recipe.yaml

index 47f3ea6..291dfee 100755 (executable)
@@ -112,7 +112,7 @@ for component in $COMPONENTS; do
     helm dep up $ROOT_DIR/../nonrtric/helm/$component
     VERSION=$(cat $ROOT_DIR/../nonrtric/helm/$component/Chart.yaml | grep version | awk '{print $2}')
     helm package -d /tmp $ROOT_DIR/../nonrtric/helm/$component
-    cp /tmp/$component-$VERSION.tgz ${HELM_LOCAL_REPO}
+    curl --data-binary @/tmp/$component-$VERSION.tgz http://127.0.0.1:8879/charts/api/charts
 done
 
 helm dep up $ROOT_DIR/../nonrtric/helm/nonrtric
index b649440..6e3b84e 100644 (file)
@@ -326,7 +326,7 @@ orufhrecovery:
     imagePullPolicy: IfNotPresent
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-      name: "nonrtric-rapp-orufhrecovery"
+      name: "nonrtric-rapp-orufhrecovery-consumer"
       tag: 1.1.0
     env:
       consumer_host: "http://mrproducer"