X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=XTesting%2Frichelm%2Fdeploy.sh;fp=XTesting%2Frichelm%2Fdeploy.sh;h=6f68258d63154f6a86255837470b8ede4d4f6760;hb=e275ff0ac796b49eeed92d8833b0d4bf470ae791;hp=fe27946bcb1343e8c19f3c7013d0551f62c527e4;hpb=56b43477dd8ae875a5c346f996b1387a733b9fdc;p=it%2Ftest.git diff --git a/XTesting/richelm/deploy.sh b/XTesting/richelm/deploy.sh index fe27946..6f68258 100644 --- a/XTesting/richelm/deploy.sh +++ b/XTesting/richelm/deploy.sh @@ -4,4 +4,4 @@ set -x git clone "https://gerrit.o-ran-sc.org/r/ric-plt/ric-dep" export VERIFY_CHECKSUM=false -cd ric-dep/bin && ./verify-ric-charts && cat ../RECIPE_EXAMPLE/example_recipe_oran_f_release.yaml | sed -e 's/10\.0\.0\.1//g' > ../RECIPE_EXAMPLE/example_recipe_oran_f_release.yaml.overwrite && cat install | sed -e 's/bash/bash -x/' | sed -e 's/helm install/helm install --debug/' > install2 && chmod +x install2 && ./install2 -f ../RECIPE_EXAMPLE/example_recipe_oran_f_release.yaml.overwrite +cd ric-dep/bin && ./verify-ric-charts && cat ../RECIPE_EXAMPLE/example_recipe_latest_stable.yaml | sed -e 's/10\.0\.0\.1//g' > ../RECIPE_EXAMPLE/example_recipe_latest_stable.yaml.overwrite && cat install | sed -e 's/bash/bash -x/' | sed -e 's/helm install/helm install --debug/' > install2 && chmod +x install2 && ./install2 -f ../RECIPE_EXAMPLE/example_recipe_latest_stable.yaml.overwrite