X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo%2Fbin%2Finstall;h=df0bf4624b63dd75330c13d5118aa2dfa519b1b3;hb=bf32ba47cfb85c26501b4133fcd3adc4927e92a3;hp=d6eb11b1dd674aefa12239fc6e0a966149fed2ac;hpb=b73a566a8b19e6255deca95384888606089bb9bd;p=it%2Fdep.git diff --git a/smo/bin/install b/smo/bin/install index d6eb11b1..df0bf462 100755 --- a/smo/bin/install +++ b/smo/bin/install @@ -184,7 +184,7 @@ fi echo "======> Deploying ONAP-lite" helm deploy dev local/onap --namespace onap -f ./override-oam.yaml -echo "======> Waiting ONAP-lite to reach operatoinal state" +echo "======> Waiting for ONAP-lite to reach operatoinal state" NUM_SDNR_RUNNING_PODS="0" NUM_MR_RUNNING_PODS="0" @@ -206,7 +206,7 @@ REPOROOTDIR=$(git rev-parse --show-toplevel) cd bin ./deploy-nonrtric -f ${REPOROOTDIR}/RECIPE_EXAMPLE/NONRTRIC/example_recipe.yaml -echo "======> Waiting NONRTRIC to reach operatoinal state" +echo "======> Waiting for NONRTRIC to reach operatoinal state" NUM_A1C_RUNNING_PODS="0" NUM_A1SIM_RUNNING_PODS="0" NUM_CP_RUNNING_PODS="0" @@ -231,11 +231,18 @@ done -echo && echo "===> Deploying VES collector" +echo && echo "===> Deploying VES collector and its ingress" +kubectl create ns ricinfra + +cd ${REPOROOTDIR}/ric-aux/helm/infrastructure +helm dep update +cd .. +helm install -f ${REPOROOTDIR}/RECIPE_EXAMPLE/AUX/example_recipe.yaml --name bronze-infra --namespace ricaux ./infrastructure + cd ${REPOROOTDIR}/ric-aux/helm/ves helm dep update cd .. -helm install -f ${REPOROOTDIR}/RECIPE_EXAMPLE/AUX/example_recipe.yaml --name onap-ves --namespace onap ./ves +helm install -f ${REPOROOTDIR}/RECIPE_EXAMPLE/AUX/example_recipe.yaml --name bronze-ves --namespace ricaux ./ves # edit RECIPE_EXAMPLE/AUX/example_recipe.yaml file