Merge "Integrate Holmes with DCAE"
authortang peng <tang.peng5@zte.com.cn>
Mon, 18 Sep 2017 00:22:34 +0000 (00:22 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 18 Sep 2017 00:22:34 +0000 (00:22 +0000)
rulemgt-standalone/src/main/assembly/bin/run.sh

index 2142059..3779e31 100644 (file)
@@ -37,6 +37,10 @@ sed -i "s|msbServerAddr:.*|msbServerAddr: http://$MSB_ADDR|" "$main_path/conf/ru
 export SERVICE_IP=`hostname -i`
 echo SERVICE_IP=${SERVICE_IP}
 
+if [ ${TESTING} == 1 ]
+    export HOSTNAME=${SERVICE_IP}:9101
+fi
+
 
 ./bin/initDB.sh holmes holmespwd 5432 "${URL_JDBC%:*}"