X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Finstall;fp=bin%2Finstall;h=621a8838e2623f2f0928708843d3ffafb4ad44fb;hb=7d4bbf1f806604b6c83142d5b14a271a19a93841;hp=e4e526b10a7516bb1470699b0d461de333c1191a;hpb=90655071d9b91a32c885bac8c0a6220d6f2265c6;p=ric-plt%2Fric-dep.git diff --git a/bin/install b/bin/install index e4e526b..621a883 100755 --- a/bin/install +++ b/bin/install @@ -71,7 +71,7 @@ INFRANAMESPACE=$(echo "$NAMESPACE_BLOCK" | awk '/^ *infra:/{print $2}') XAPPNAMESPACE=$(echo "$NAMESPACE_BLOCK" | awk '/^ *xapp:/{print $2}') RELEASE_PREFIX=$(echo "$COMMON_BLOCK" | awk '/^ *releasePrefix:/{print $2}') # replace the dbaasha with dbaas1 if deploying non HA DBaaS -COMPONENTS=${LIST_OF_COMPONENTS:-"infrastructure appmgr rtmgr dbaasha e2mgr e2term a1mediator submgr vespamgr rsm jaegeradapter"} +COMPONENTS=${LIST_OF_COMPONENTS:-"infrastructure appmgr rtmgr dbaasha e2mgr e2term a1mediator submgr vespamgr rsm jaegeradapter o1mediator"} echo "Deploying RIC infra components [$COMPONENTS]" @@ -92,4 +92,4 @@ for component in $COMPONENTS; do helm dep up $DIR/../helm/$component helm install -f $OVERRIDEYAML --namespace "${PLTNAMESPACE:-ricplt}" --name "${RELEASE_PREFIX}-$component" $DIR/../helm/$component sleep 3 -done \ No newline at end of file +done