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"
diff --git a/jenkins/common/install_common b/jenkins/common/install_common
index bae5b9a..901d287 100755
--- a/jenkins/common/install_common
+++ b/jenkins/common/install_common
@@ -49,4 +49,4 @@
curl $key_location | apt-key add -
REPOSITORY_BASE=${REPOSITORY_BASE%/}
-apt-get update && add-apt-repository -y "deb $REPOSITORY_BASE/$RELEASE $REPOSITORY SO UI RO IM osmclient openvim"
+apt-get update && add-apt-repository -y "deb $REPOSITORY_BASE/$RELEASE $REPOSITORY SO UI RO MON IM osmclient openvim"
diff --git a/jenkins/release/delete-tag.sh b/jenkins/release/delete-tag.sh
index 358d680..2c7690e 100755
--- a/jenkins/release/delete-tag.sh
+++ b/jenkins/release/delete-tag.sh
@@ -11,7 +11,7 @@
TEMPDIR="$(mktemp -q -d --tmpdir "tagosm.XXXXXX")"
trap 'rm -rf "$TEMPDIR"' EXIT
-list="juju-charms devops descriptor-packages openvim RO SO UI"
+list="juju-charms devops descriptor-packages openvim RO MON SO UI"
for i in $list; do
REPO_FOLDER="$TEMPDIR/$i"
echo
diff --git a/jenkins/release/new-tag.sh b/jenkins/release/new-tag.sh
index 37c5193..7bba5d8 100755
--- a/jenkins/release/new-tag.sh
+++ b/jenkins/release/new-tag.sh
@@ -33,7 +33,7 @@
rm -rf $REPO_FOLDER
done
-list="descriptor-packages openvim RO SO UI"
+list="descriptor-packages openvim RO MON SO UI"
for i in $list; do
REPO_FOLDER="$TEMPDIR/$i"
echo