summaryrefslogtreecommitdiffstats
path: root/mgr/docker/instance_run.sh
diff options
context:
space:
mode:
authorShashank Kumar Shankar <shashank.kumar.shankar@intel.com>2017-09-05 15:52:48 -0700
committerShashank Kumar Shankar <shashank.kumar.shankar@intel.com>2017-09-06 15:43:58 -0700
commitd816d444383c73862535c89483c01e0d125a722c (patch)
tree29217fce57467df58742a792b5d66cb17629fbb6 /mgr/docker/instance_run.sh
parentdff6a11d425677eec5909d2cdab9cc1c277719c7 (diff)
Add GVNFM VNFMGR Docker image and build scripts
This patch adds the scripts and Dockerfile for building GVNFM/VNFGR docker image. Change-Id: I4642228523691095ff77cd5fa0007d853e93b7d5 Issue-Id: VFC-282 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Diffstat (limited to 'mgr/docker/instance_run.sh')
-rwxr-xr-xmgr/docker/instance_run.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/mgr/docker/instance_run.sh b/mgr/docker/instance_run.sh
new file mode 100755
index 0000000..0cb566d
--- /dev/null
+++ b/mgr/docker/instance_run.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+cd /service/vfc/gvnfm/vnfmgr/mgr
+chmod +x run.sh
+./run.sh
+
+while [ ! -f logs/runtime_vnfmgr.log ]; do
+ sleep 1
+done
+tail -F logs/runtime_vnfmgr.log \ No newline at end of file