From bf32ba47cfb85c26501b4133fcd3adc4927e92a3 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Sat, 20 Jun 2020 00:09:48 -0400 Subject: [PATCH] Deploy Kong for VES ingress Change-Id: If2c45d2b916002d130fa8e3b1f0d8a15956d73ee Signed-off-by: Lusheng Ji Issue-ID: RIC-111 Signed-off-by: Lusheng Ji --- smo/bin/install | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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 -- 2.16.6