X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=install%2Finstall-nrt.sh;h=906fd31c0eed770bfd00f7fe7258bd2f8421f130;hb=refs%2Fchanges%2F08%2F11608%2F1;hp=5bc4ae8bee8f4b1f42c1f1f2e262bf8f2d06f3d8;hpb=7e81fc8f80de769772fd41d762706f66519f13e2;p=nonrtric%2Fplt%2Franpm.git diff --git a/install/install-nrt.sh b/install/install-nrt.sh index 5bc4ae8..906fd31 100755 --- a/install/install-nrt.sh +++ b/install/install-nrt.sh @@ -81,18 +81,10 @@ check_error() { fi } -################################################################################## -echo "##### Installing chart: namespaces" -################################################################################## - -helm install --wait namespaces helm/namespaces - -echo "" - ################################################################################## echo "##### Installing chart: nrt-base-0" ################################################################################## -helm install --wait -n nonrtric nrt-base-0 helm/nrt-base-0 +helm install --wait --create-namespace -n nonrtric nrt-base-0 helm/nrt-base-0 # Create realm in keycloak @@ -181,7 +173,7 @@ echo "##### Installing: chart ran" ./helm/ran/certs/gen-certs.sh 10 check_error $? -helm install --wait -f helm/global-values.yaml -n ran ran helm/ran +helm install --wait --create-namespace -n ran -f helm/global-values.yaml ran helm/ran echo "" @@ -265,4 +257,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 "######################################################################" +echo "######################################################################" \ No newline at end of file