From: Matthew Watkins Date: Tue, 23 Apr 2024 13:02:44 +0000 (+0000) Subject: Merge "CI: Add SonarCloud scan GHA workflow" X-Git-Tag: 0.1.0~13 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=4c04f339701ded8cf9c2b8acd5518d5d275ef2cd;hp=f365dc18235f77113ec975353ca15ba7c57c60da;p=nonrtric%2Fplt%2Frappmanager.git Merge "CI: Add SonarCloud scan GHA workflow" --- diff --git a/scripts/install/install-nonrtric.sh b/scripts/install/install-nonrtric.sh index da520f8..3fc436b 100755 --- a/scripts/install/install-nonrtric.sh +++ b/scripts/install/install-nonrtric.sh @@ -22,8 +22,8 @@ echo "######### Installing NONRTRIC components #########" git clone "https://gerrit.o-ran-sc.org/r/it/dep" -ENABLED_SERVICES=(installPms installA1controller installA1simulator installInformationservice installrAppmanager installDmeParticipant) -DISABLED_SERVICES=(installControlpanel installRappcatalogueservice installRappcatalogueenhancedservice installNonrtricgateway installKong installDmaapadapterservice installDmaapmediatorservice installHelmmanager installOrufhrecovery installRansliceassurance installRanpm) +ENABLED_SERVICES=(installPms installA1controller installA1simulator installInformationservice installrAppmanager installDmeParticipant installCapifcore installServicemanager installKong) +DISABLED_SERVICES=(installControlpanel installRappcatalogueservice installRappcatalogueenhancedservice installNonrtricgateway installDmaapadapterservice installDmaapmediatorservice installHelmmanager installOrufhrecovery installRansliceassurance installRanpm) RECEIPE_FILE="dep/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml" @@ -55,7 +55,7 @@ fi sudo dep/bin/deploy-nonrtric -f $RECEIPE_FILE while [[ $TIME -lt 2000 ]]; do - NONRTRIC_PODS=$(kubectl get pods -n nonrtric --field-selector=status.phase!=Running --no-headers) + NONRTRIC_PODS=$(kubectl get pods -n nonrtric --field-selector=status.phase!=Running,status.phase!=Succeeded --no-headers) if [[ -z "$NONRTRIC_PODS" ]]; then echo "All NONRTRIC Components are running." kubectl get pods -n nonrtric