fe27946bcb1343e8c19f3c7013d0551f62c527e4
[it/test.git] / XTesting / richelm / deploy.sh
1 #!/bin/bash
2 set -x
3
4 git clone "https://gerrit.o-ran-sc.org/r/ric-plt/ric-dep"
5
6 export VERIFY_CHECKSUM=false
7 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