X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2FMON%2Finstall;h=7c0817308318b9743f9c5c5e9af68fa015acfb1e;hb=90d10f5dc85d577c7cec2d608b19a23120df1281;hp=40fae53fbd8835bef8322701c619c156492ede2d;hpb=d5cec9dbcd80484e0748fcdee8df33d9b94825ff;p=osm%2Fdevops.git diff --git a/jenkins/MON/install b/jenkins/MON/install index 40fae53f..7c081730 100755 --- a/jenkins/MON/install +++ b/jenkins/MON/install @@ -1,3 +1,5 @@ +#!/bin/bash + # Copyright 2017 Intel Research and Development Ireland Limited # ************************************************************* @@ -39,8 +41,9 @@ OSM_load_config 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 python kafkad +DEBIAN_FRONTEND=noninteractive apt-get --yes install default-jre python-stdeb +#FIXME +#DEBIAN_FRONTEND=noninteractive python kafkad RC=$? INFO "done, RC=$RC" exit $RC