MON installation with Dockers
Signed-off-by: gcalvino <guillermo.calvinosanchez@altran.com>
Change-Id: I9ebc5a1b604d8fae2258c5c9ad75d44c5b1b23c6
diff --git a/docker/scripts/runInstall.sh b/docker/scripts/runInstall.sh
new file mode 100755
index 0000000..a17865b
--- /dev/null
+++ b/docker/scripts/runInstall.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+/bin/bash /root/MON/osm_mon/plugins/vRealiseOps/vROPs_Webservice/install.sh
+nohup python /root/MON/osm_mon/plugins/OpenStack/Aodh/notifier.py &
+python /root/MON/osm_mon/core/message_bus/common_consumer.py
+