X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=mc-core%2Fmc%2Fqueries%2Fgenerate_runall.py;h=2d55a3053c937d8e4c971633c74d14ebe31132d2;hb=9dbc426b7fe4f742ff41918f07acdd8ac83a9b1a;hp=51e13d2cb570a950f075665744464aa5335e3cdf;hpb=0eb834e581b25c0ac0a657b1b7d8bb70fe4d2aa9;p=ric-app%2Fmc.git diff --git a/mc-core/mc/queries/generate_runall.py b/mc-core/mc/queries/generate_runall.py index 51e13d2..2d55a30 100644 --- a/mc-core/mc/queries/generate_runall.py +++ b/mc-core/mc/queries/generate_runall.py @@ -69,8 +69,8 @@ DEBUG_MODE=`python /mc/extract_params.py $XAPP_DESCRIPTOR_PATH debug_mode` WINDOW=`python /mc/extract_params.py $XAPP_DESCRIPTOR_PATH measurement_interval` -export DBAAS_SERVICE_HOST=`python /mc/extract_params.py $XAPP_DESCRIPTOR_PATH __DBAAS_SERVICE_HOST__` -export DBAAS_SERVICE_PORT=`python /mc/extract_params.py $XAPP_DESCRIPTOR_PATH __DBAAS_SERVICE_PORT__` +# export DBAAS_SERVICE_HOST=`python /mc/extract_params.py $XAPP_DESCRIPTOR_PATH __DBAAS_SERVICE_HOST__` +# export DBAAS_SERVICE_PORT=`python /mc/extract_params.py $XAPP_DESCRIPTOR_PATH __DBAAS_SERVICE_PORT__` if [ "$SIMULATOR_MODE" = "true" ] then @@ -90,8 +90,8 @@ VES_NAME=`echo $VES_COLLECTOR | awk 'BEGIN{FS=":"} {print $1}'` VES_PORT=`echo $VES_COLLECTOR | awk 'BEGIN{FS=":"} {print $2}'` VES_IP=`getent ahosts $VES_NAME | awk '{ print $1; exit }'` -echo "Clearing MC NIB namespace" -/mc/gs-lite/bin/mc_clear +echo "Clearing MC NIB namespace" >&2 +/mc/gs-lite/bin/mc_clear >&2 echo "Storing MC NIB schemas" >&2 /mc/gs-lite/bin/mc_store_schema >&2