MON Installation Changes Updated.
Signed-off-by: prithiv <prithiv.mohan@intel.com>
diff --git a/jenkins/MON/install b/jenkins/MON/install
index 40fae53..41ee4a1 100755
--- a/jenkins/MON/install
+++ b/jenkins/MON/install
@@ -1,3 +1,5 @@
+#!/bin/bash
+
# Copyright 2017 Intel Research and Development Ireland Limited
# *************************************************************
@@ -39,7 +41,7 @@
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install --yes python-all python-pip && pip install --upgrade pip
-DEBIAN_FRONTEND=noninteractive apt-get --yes install default-jre
+DEBIAN_FRONTEND=noninteractive apt-get --yes install default-jre python-stdeb
DEBIAN_FRONTEND=noninteractive python kafkad
RC=$?
INFO "done, RC=$RC"
diff --git a/jenkins/MON/start_build b/jenkins/MON/start_build
index c73a40c..ffbcfa0 100755
--- a/jenkins/MON/start_build
+++ b/jenkins/MON/start_build
@@ -1,3 +1,5 @@
+#!/bin/bash
+
# Copyright 2017 Intel Research and Development Ireland Limited
# *************************************************************
@@ -27,7 +29,7 @@
. $OSM_JENKINS/common/all_funcs
# SET YOU MDG repository name here
-export OSM_MDG=RO
+export OSM_MDG=MON
OSM_load_config
OSM_git_checkout "$@"
python -m py_compile kafkad
@@ -37,9 +39,9 @@
#Start VMWare install script
INFO "Installing vROPs Web Service"
-. plugins/vRealiseOps/vROPs_Webservice/install.sh
-INFO "Startinv vrops Web Service"
-python plugins/vRealiseOps/vROPs_Webservice/vrops_webservice
+. osm_mon/plugins/vRealiseOps/vROPs_Webservice/install.sh
+INFO "Starting vrops Web Service"
+python osm_mon/plugins/vRealiseOps/vROPs_Webservice/vrops_webservice
RC=$?
INFO "done, RC=$RC"