From f67e67b397c40c785aae7d4eed416061cd46143a Mon Sep 17 00:00:00 2001 From: ktimoney Date: Wed, 8 Jun 2022 14:39:57 +0100 Subject: [PATCH] Fix oruclosedlooprecovery use case Issue-ID: NONRTRIC-762 Signed-off-by: ktimoney Change-Id: Iab244a15e0bf880e12dcce50c002c82f31133984 --- bin/deploy-nonrtric | 2 +- nonrtric/RECIPE_EXAMPLE/example_recipe.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/deploy-nonrtric b/bin/deploy-nonrtric index 47f3ea6d..291dfee4 100755 --- a/bin/deploy-nonrtric +++ b/bin/deploy-nonrtric @@ -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 diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index b6494407..6e3b84e4 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -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" -- 2.16.6