X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=install%2Finstall-nrt.sh;h=a30dcf3c2f49593b258c030c8bad2aa7c16ec1ce;hb=54872c9d73ec5dc31dd0ba915cd1e0beb13a3096;hp=906fd31c0eed770bfd00f7fe7258bd2f8421f130;hpb=18a22955ab912a29de5c2e62322222a8324cfeaa;p=nonrtric%2Fplt%2Franpm.git diff --git a/install/install-nrt.sh b/install/install-nrt.sh index 906fd31..a30dcf3 100755 --- a/install/install-nrt.sh +++ b/install/install-nrt.sh @@ -166,6 +166,20 @@ done echo "" +################################################################################## +echo "##### Installing: chart nonrtricgateway" +################################################################################## + +helm install --wait -n nonrtric nonrtricgateway helm/nonrtricgateway +echo "" + +################################################################################## +echo "##### Installing: chart controlpanel" +################################################################################## + +helm install --wait -n nonrtric controlpanel helm/controlpanel +echo "" + ################################################################################## echo "##### Installing: chart ran" ################################################################################## @@ -257,4 +271,4 @@ echo "ranpm installed" echo "Wait until all pods are running before installation additional charts" echo "Do: 'kubectl get po -n nonrtric' and verify that all pods are in status Running" echo " and all included containers are Ready" -echo "######################################################################" \ No newline at end of file +echo "######################################################################"