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=c46bb34f7dccced1993695323928cb80d18b554d;hb=c8bda4f07b7e87beb2aa3d8729f9b0b456d4da6f;hp=0000000000000000000000000000000000000000;hpb=62ecc42ef2c0dc3b98957a9c6628a339c7736ede;p=it%2Ftest.git diff --git a/XTesting/richelm/deploy.sh b/XTesting/richelm/deploy.sh new file mode 100644 index 0000000..c46bb34 --- /dev/null +++ b/XTesting/richelm/deploy.sh @@ -0,0 +1,9 @@ +#!/bin/bash +set -x + +# initiate the tiller +helm init --service-account tiller +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