From: Benjamin Diaz Date: Fri, 16 Nov 2018 23:06:33 +0000 (-0300) Subject: Modifies MON Dockerfile to use commands instead of python files X-Git-Tag: v5.0.0~24 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=0e627e2843b5bd8b1254e04e8d4b626db5ffa518;p=osm%2Fdevops.git Modifies MON Dockerfile to use commands instead of python files Signed-off-by: Benjamin Diaz --- diff --git a/docker/MON/scripts/runInstall.sh b/docker/MON/scripts/runInstall.sh index 29695f02..b3228b6a 100755 --- a/docker/MON/scripts/runInstall.sh +++ b/docker/MON/scripts/runInstall.sh @@ -20,7 +20,6 @@ # For those usages not covered by the Apache License, Version 2.0 please # contact: bdiaz@whitestack.com or glavado@whitestack.com ## -/bin/bash /mon/osm_mon/plugins/vRealiseOps/vROPs_Webservice/install.sh -python3 /usr/lib/python3/dist-packages/osm_mon/plugins/OpenStack/Aodh/notifier.py & -python3 /usr/lib/python3/dist-packages/osm_mon/core/message_bus/common_consumer.py +osm-mon-server & +osm-mon-evaluator & osm-mon-collector