From 4a285e323ca7c4ae28afa41b46f6e0fbce4049ea Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Sat, 2 Sep 2017 18:20:33 +0800 Subject: Add the IP of the MS into the script Add the IP of the MS itself into the script Change-Id: I2b8d42f8774d3dac46c1116b37eeb75cc19ea631 Issue-ID: HOLMES-39 Signed-off-by: GuangrongFu --- rulemgt-standalone/src/main/assembly/bin/run.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rulemgt-standalone/src/main/assembly/bin') diff --git a/rulemgt-standalone/src/main/assembly/bin/run.sh b/rulemgt-standalone/src/main/assembly/bin/run.sh index 143fbec..4b36f72 100644 --- a/rulemgt-standalone/src/main/assembly/bin/run.sh +++ b/rulemgt-standalone/src/main/assembly/bin/run.sh @@ -34,6 +34,10 @@ echo @class_path@ $class_path sed -i "s|url:.*|url: jdbc:mysql://$URL_JDBC/holmes|" "$main_path/conf/rulemgt.yml" sed -i "s|msbServerAddr:.*|msbServerAddr: http://$MSB_ADDR|" "$main_path/conf/rulemgt.yml" +export SERVICE_IP=`hostname -i` +echo SERVICE_IP=${SERVICE_IP} + + ./bin/initDB.sh root rootpass 3306 "${URL_JDBC%:*}" "$JAVA" $JAVA_OPTS -classpath "$class_path" org.onap.holmes.rulemgt.RuleActiveApp server "$main_path/conf/rulemgt.yml" -- cgit 1.2.3-korg